/web-desktop-environment

a web/node-based cross-platform desktop environment

Primary LanguageTypeScriptMIT LicenseMIT

Web Desktop Environment

a web/nodejs-based cross-platform desktop environment

What is a Web Desktop Environment

like any other desktop environemnt it's just a visual interface for your computer. the twist with this one is that this one visual interface runs on the web (react) with his server (node) running on your computer

Use Cases

  • interface for a cloud server (can possibly be used as a replacemnt for control panel)
  • interface for small computers like the Raspberry Pi zero
  • interface for controlling your computer over long distance

Screenshots

transparent dark theme light theme

Contribute

if you have any new feature or existing feature you wnat to create or improve fell free to open a Pull Request

Run

quick run

  1. npm i
  2. npm start

Advanced run

install packages

  1. npm i -g lerna
  2. lerna bootstrap

run flow (server)

  1. cd packages/flow
  2. npm start

run views (web server)

  1. cd packages/views
  2. npm start