meowOS
- 3 Devlogs
- 9 Total hours
A cat themed os that u can run on web ~meow!
A cat themed os that u can run on web ~meow!
well its done guys
i actually had no idea what to start with, i saw a webOS listed, thought it was pretty cool…
i love cats, so why not build a cat-styled OS?
u guys can check it out
here: https://meowos-web.vercel.app/
just check it out guys (pls 🙏)
i wrote a highly technical long dev log but it all vanished when i closed the tab accidently, i dont have energy left to write all over again 😔😔
also follow me on github
https://github.com/armansinghh
thanks y’all
Spent a lot of time this session just making things feel right 😮💨
Added boot screen and the best part…
Rebuilt most of the apps from scratch basically.
PawWatch now has an actual analog clock face with cat ears on top and a digital readout next to it.
MeowPad got autosave, word count and char limit.
PawShell now remembers your command history and arrow keys work just like a real terminal.
The settings app (PawNel) got a full sidebar layout, a live desktop preview when picking wallpapers, and an About page showing the stack.
Also added two new apps:
File Cat-alog is a file explorer with a fake filesystem you can navigate.
Also added PrrSurf, it is a browser with a cat themed homepage with shortcuts to Wikipedia, AccuWeather, and Excalidraw.
Taskbar got cleaned up too, the paw menu and control center both feel much more polished now.
Honestly meowOS is starting to look like something I’d actually want to use.
Next up is some final polish and getting it ready to ship 😝
Built the core of meowOS today!!!
A fully working window manager in the browser. Windows are draggable, resizable, and stack correctly when focused.
4 apps so far:
Clock - live time and date
Text Editor - write and save notes, persists with localStorage
Terminal - commands like help, meow, echo, date
Settings - pick from 4 cat wallpapers, choice saves across sessions
Stack: Next.js, Tailwind, Zustand, react-rnd, react-icons.
Next up: File Explorer and Browser app.