atomos
AtomOS 0.8.0
在電子9.0上測試。以前的電子版本不能保證與最近的版本一起使用。
Linux上的完全基於JS的X11桌面環境,在電子中工作。包含具有完整node.js和電子訪問的基於Web的應用程序。使用了所有最新的JS技術。也有一個基於此的操作系統。
複製:
$ git clone https://github.com/ruslang02/atomos.git
首先,您應該安裝node.js和npm(基於Ubuntu的系統的說明):
# apt install -y nodejs npm
安裝庫並啟動:
$ cd atomos
atomos/$ npm install
atomos/$ npm start
lightdm-webkit主題:https://github.com/ruslang02/atomos-lightdm-webkit-theme
ChangElog可在此處使用。
您可以在調試菜單或右鍵單擊菜單按鈕中打開開發人員工具。所有應用程序和元素都是用Vanillajs生成的。