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生成的。