2022-12-08 08:44:02 +00:00
2022-12-08 08:14:38 +00:00
2022-12-07 23:12:01 +00:00
2022-12-08 08:43:08 +00:00
2022-12-07 23:12:12 +00:00
2022-12-07 16:07:40 +00:00
2022-12-07 16:07:40 +00:00
2022-12-08 08:44:02 +00:00

Gluon

Library for making "desktop apps" from websites easily using Chromium and NodeJS. Uses system installed Chromium and NodeJS. VERY early and probably never finished/production ready. Not an Electron alternative, mostly.


Structure

  • Gluon: the Gluon library
  • Glugun: Gluon builder
  • Glucord: minimal Discord client loading official webapp (demo/example)

"Comparison"

Part Electron Gluon
Frontend Self-contained Chromium System Installed Chromium
Backend Self-contained Node.JS System Installed Node.JS
IPC Electron's Internal API Gluon's API via CDP
Stat Electron Gluon
Build Size ~190MB ~2MB1

Release Schedule

Gluon (and it's subprojects) use a major.patch version format, with major releases being released at ~22:00 UTC daily if there are changes present in main, while using X.0-dev in the meantime. Patch releases may happen inbetween to fix bugs (not adding anything new or breaking).


  1. Does not include system installed components ↩︎

Description
A new framework for creating desktop apps from websites, using system installed browsers and NodeJS 使用系统浏览器打包程序
Readme 1.2 MiB
Languages
JavaScript 100%