Skip to content

bjalford/web-desktop-environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a web/node-based cross-platform desktop environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.7%
  • JavaScript 37.5%
  • Other 0.8%