A desktop OS that runs in the browser. Draggable windows, a taskbar, a start menu, and a handful of mini apps, built with plain HTML, CSS, and JavaScript.
Live demo: https://edios.netlify.app
- Draggable, resizable windows with minimize, maximize, close
- Taskbar and start menu for switching between apps
- Notes that auto-save to localStorage
- Terminal (try help, echo, date, whoami, stars, clear)
- Stardust Paint for doodling with colors and brush sizes
- Snappy transform-based window movement, 60fps with several windows open
Visit the live demo, or open index.html in your browser.
Or run a local server:
python3 -m http.server 8080Then go to http://localhost:8080.
- HTML
- CSS
- JavaScript (no libraries)
Check the Devlog app inside Edios for the build history.
Made by Bappaditya