A fully interactive desktop operating system that runs in your browser. Boot screen, lock screen, draggable windows, a taskbar, and 8 built-in apps — all in a single HTML file with zero dependencies.
- Boot animation with loading bar
- Lock screen with live clock
- Desktop with right-click context menu
- Draggable, minimizable, maximizable windows
- Taskbar with running apps and system tray
- Start menu with search
| App | Description |
|---|---|
| Terminal | Command shell with help, ls, whoami, neofetch, calc, and more |
| Files | Browse a simulated filesystem |
| Notes | Text editor that saves to localStorage |
| Calculator | Basic 4-function calculator |
| Browser | Surf the web inside an iframe |
| Clock | Live clock display |
| Settings | Change wallpaper, reset system |
| About | Info about WebOS |
Just open index.html in any modern browser. That's it — no build tools, no server needed.
# or serve it locally
npx serve .Want to make it your own? Try:
- Adding new apps to the
APPSarray - Changing wallpapers in the
WALLPAPERSarray - Tweaking colors in the CSS
:rootvariables - Adding window resize handles
- Sound effects on boot/click
- More terminal commands
MIT