kOS
- 5 Devlogs
- 6 Total hours
This is my very own OS that can be run in the web!
This is my very own OS that can be run in the web!
I added a simple boot screen and a login page + a new settings app and a new terminal
I added a calculator app to my kOS OS project. It is built using only HTML, CSS, and vanilla JavaScript.
Added weather app and made the notes app better
I developed applications for kOS.
Today I built the first major UI system for the kOS project. The goal wasn’t just to create a simple webpage, but to design something that feels like a real operating system interface.
Right now, the system has a draggable window. It can be opened and closed, and it starts centered on the screen. There is also a top bar with a live clock that updates in real time.
The UI has been redesigned using a glassmorphism style. Both the top bar and the window header are transparent with blur effects, so the background is visible through them. This gives the whole interface a more modern OS-like feel.
The close button is a simple red X and it works properly. The open/close system is stable, and the window resets its position when reopened.
Next steps will likely include a taskbar, multiple window support, and a desktop icon system to turn this into a more complete web-based OS experience.