You are browsing as a guest. Sign up (or log in) to start making projects!

28m 15s logged

AkshOS — my operating system that runs in the browser 🪟I built a little desktop OS that lives entirely in a web page — no installs, no accounts, just open the link. It boots to a lock screen with my name, then drops you onto a desktop with draggable, resizable windows and a taskbar, exactly like a real OS. The apps all actually work: a Terminal with real commands (help, whoami, date, open, theme, joke), a Notepad that autosaves to your browser, a Calculator, a file explorer, a clock, and — my favorite part — a built-in Snake game that saves your high score. There’s also a theme switcher with 6 wallpapers that remembers your pick between visits. It’s all vanilla HTML/CSS/JS with no frameworks, so the whole thing is just three files. The trickiest bug was an invisible boot overlay that was silently swallowing every click until I realized the hidden attribute was losing to a CSS rule — one line fixed it. Try it yourself (no password, works on any browser): https://downbeatfoil.github.io/webos/

0
1

Comments 0

No comments yet. Be the first!