Show HN: Aurion OS, A 1.8MB OS with a browser, try it live (C/x86 ASM)

1 pointsposted 20 minutes ago
by Luka12-dev

1 Comments

Luka12-dev

16 minutes ago

Some tips for trying the demo:

Click inside the screen to interact Open the Blaze Browser from the dock to see HTML/CSS rendering Try typing "help" in the Terminal for a list of 50+ commands The Calculator, Paint, Snake, and Notepad apps are all in the dock Type "python" in terminal for the built-in Python interpreter (python for DOSMODE, for GUIMODE(default), make file and for example run python main.py)

The entire OS is 1.8MB including all apps and the web browser. Everything is written from scratch in C and x86 Assembly, no external libraries.

Happy to answer any questions about the kernel, window manager, browser engine, or anything else!