A cross-platform desktop-environment with a web interface
just like any other desktop environment it is just a visual interface for your computer.
the twist with this desktop-environment is that "web-desktop-environment" visual interface runs on the web with his server running localy on your computer
- interface for a cloud server (can possibly be used as a replacement for control panel)
- interface for small/low power computers like the Raspberry Pi zero
- interface for controlling your computer over a long distance
both the server and are build using a react framework called "react-fullstack" which is a framework for building fast react applications that rely a tight connection between the client and the server.
if you have any new feature or existing feature you want to create or improve fell free to open a Pull Request
✔️ full web based desktop
✔️ Themes and custom themes
✔️ PWA app
✔️ app windows can be open as in app windows or as native separated windows
✔️ Terminal
✔️ Explorer
✔️ Settings / System info
☄️ more animations :)
☄️ white theme color ajustements
☄️ Task manager
☄️ Applications store ( will take quite a long time to implement )
quick run
npm i
npm start
install packages
npm i -g lerna
lerna bootstrap
run flow (server)
cd packages/flow
npm start
run views (web server)
cd packages/views
npm start