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

simonproyt

@simonproyt

Joined June 6th, 2026

  • 17Devlogs
  • 4Projects
  • 3Ships
  • 30Votes
Ship

I finally turned the concept into a more usable tech demo that has some features and focused on making apps that demo the oses underlying apis in a simple way and polishing the whole os to not have that unfinished concept feeling also if you want to try it out you might need to enable webgpu in your browsers flags settings if its not enabled by default.
Thank you for reading and I hope that you found my projects interesting!

Try project → See source code →
Open comments for this post

3h 0m 13s logged

Backgrounds finally

so one of the things missing from the os i think was like some pretty backgrounds cause the os only had that bland dark blue/grey ish simple one color background support but i changed that now and added support for random image background support with NASA APOD or Picsum random as the selectable options in the new settings app

0
0
2
Open comments for this post

3h 1m 9s logged

First game

Added snake to the os as a cool way to demo all the rendering sound and storage apis in a fun way and added a few underlying kernel and window manager changes like increasing the oses fps target from 2 to 30 because it was so laggy for games

0
0
2
Open comments for this post
Reposted by @simonproyt

2h 11m 24s logged

More audio stuff

  • piano It’s a piano what more could i say about it
  • midiplayer It’s a retro chiptune style midi player to demo the oses audio capabilities with a cool visualizer
0
1
7
Open comments for this post

2h 11m 24s logged

More audio stuff

  • piano It’s a piano what more could i say about it
  • midiplayer It’s a retro chiptune style midi player to demo the oses audio capabilities with a cool visualizer
0
1
7
Open comments for this post
Reposted by @simonproyt

2h 18m 12s logged

Added some multimedia features and a basic networking api

  • beep Just a simple pc speaker like beep to test if the sound api is working or not
  • imgview An image viewer thats it nothing special
  • fetch A curl like command that uses the new networking api to fetch stuff trough the browser or if that fails because of crocs trough a proxy api
0
1
6
Open comments for this post

2h 18m 12s logged

Added some multimedia features and a basic networking api

  • beep Just a simple pc speaker like beep to test if the sound api is working or not
  • imgview An image viewer thats it nothing special
  • fetch A curl like command that uses the new networking api to fetch stuff trough the browser or if that fails because of crocs trough a proxy api
0
1
6
Open comments for this post
Reposted by @simonproyt

1h 3m 55s logged

Added 3 new commands to the cli

  • mv and grep: its preatty self explanatory what it does if you ever used linux or any other unix like operating system for that matter
  • man: this was kinda hard at first finding where you can find online versions of the manpages from linux that the os can easily get over an api but after a bit of searching i found the tldr pages project and uses that and the github api to download the pages and then strip out the markdown syntax from them and displays them in the terminal.
0
1
4
Open comments for this post

1h 3m 55s logged

Added 3 new commands to the cli

  • mv and grep: its preatty self explanatory what it does if you ever used linux or any other unix like operating system for that matter
  • man: this was kinda hard at first finding where you can find online versions of the manpages from linux that the os can easily get over an api but after a bit of searching i found the tldr pages project and uses that and the github api to download the pages and then strip out the markdown syntax from them and displays them in the terminal.
0
1
4
Open comments for this post
Reposted by @simonproyt

2h 20m 53s logged

Added two new apps to the os

so after having the libui ui layer implemented i decided to add more apps to demo it like a notepad and a basic file manager

0
1
5
Open comments for this post

2h 20m 53s logged

Added two new apps to the os

so after having the libui ui layer implemented i decided to add more apps to demo it like a notepad and a basic file manager

0
1
5
Open comments for this post
Reposted by @simonproyt

3h 51m 5s logged

A pretty big update

so after a lot of work i finally added a few features that the os have been missing for ages like

  • a gui library so there could be gui apps not just terminal stuff and a demo calculator app
  • text rendering support to the webgpu engine
  • aero snap like window snapping
  • a dock for window management with a clock and a menu to launch apps

Thank you for reading my devlog

0
1
9
Open comments for this post

3h 51m 5s logged

A pretty big update

so after a lot of work i finally added a few features that the os have been missing for ages like

  • a gui library so there could be gui apps not just terminal stuff and a demo calculator app
  • text rendering support to the webgpu engine
  • aero snap like window snapping
  • a dock for window management with a clock and a menu to launch apps

Thank you for reading my devlog

0
1
9
Ship

So i think this is good as an initial version but i have a lot of work to do on the rendering engine and adding more apps because its kinda bare bones but i will be definitely flushing it out more and making the ui more pretty

Try project → See source code →
Open comments for this post

1h 12m 55s logged

Multi windowing is finally supported now but the gui still looks kinda basic the webgpu rendering engine behind everything still doesn’t support text or image rendering so i will be working on that and adding more apps because we only have the terminal

0
0
5
Open comments for this post
Reposted by @simonproyt

1h 58m 7s logged

So we have finally working unix style pipes added to the system and a lot of underlying changes in the kernel for more performance improvements cause the older versions were kinda slow and im trying to fix that

0
1
9
Open comments for this post

1h 58m 7s logged

So we have finally working unix style pipes added to the system and a lot of underlying changes in the kernel for more performance improvements cause the older versions were kinda slow and im trying to fix that

0
1
9
Open comments for this post
Reposted by @simonproyt

2h 16m 58s logged

So this is my first devlog for this project the idea is that to build a rust and wasm based web os that because i taught that using standard html 5 + js would be kinda boring because everyone does that i wanted to do something special
so here is the current state of the project:

Whats working

  • basic filesystem
  • basic process management
  • a basic shell with rust uutils backed commands
    Thanks for reading my devlog
0
1
19
Loading more…

Followers

Loading…