My online operating system- made with OS.js

site to remix from: https://glitch.com/edit/#!/remix/pws-server
or test: pws-server.glitch.me

this site will allow you to get a copy of my OS.js example, it comes with:

  1. text editor
  2. VNC for remote desktops
  3. sound player and more!

1 Like

The link is broken. …

We had some difficulties where webpack crashed the server.

But DM if you want me to set one up

Where’s the new link?

Glitch :・゚✧

original post edited

@random Thanks! It works!

1 Like

i’ve added VNC for remote desktops and the ace editor for coding

1 Like

some usage tips:

  1. modify client/config.js for a better experience! https://manual.os-js.org/v3/config/#client (run npm run build after!)
  1. add a folder in vfs/ for a new user and filesystem!
  1. make your own apps with this guide! https://manual.os-js.org/v3/tutorial/application/