What is this thing anyway?
I decided to try and build an “operating system” written in JavaScript that runs inside a web browser. It has its own filesystem, apps, and command-line interface. It installs itself in your browser storage so that data is saved between visits, and this also lets it work without an internet connection: just visit the URL, even if you're offline.
After you hit the Let's start button below, the site will “boot up” and start to store data in your web browser (nothing has been stored yet). Most of this will be files. To begin with, all of the operating system files are installed, and any files you create later will be stored too. However, you retain full control: none of ths data will be sent outside your browser, and you can access and edit all of it. Yes, you can even start editing the operating system files from inside the OS itself if you like!
What do I need to know before I start?
- No cookies. No tracking. No advertising. No signup required. GDPR compliant.
- You can wipe all stored data at any time by telling your browser to clear its stored data for this website.
- There's no guarantee or warranty that this site is fit for any purpose; it is freely available as-is.
- Pleaes don't do anything silly with this site. If you do it anyway, don't blame me if it goes wrong.
- If you want to know all the details, press that button down there ↘️…
- Otherwise, press ⬇️ that one!