Media & Culture

Vibecoded a real operating system that boots in real hardware

A solo developer just built a fully functional OS with GUI and Doom.

Deep Dive

A developer has released Vib-OS, a from-scratch Unix-like operating system for ARM64 written in C and assembly. It features a graphical desktop, window manager, file manager, terminal, and native Doom support. The 18,000+ line codebase runs on QEMU, Apple Silicon via UTM, and Raspberry Pi 4/5 hardware. The project is a personal endeavor in low-level systems work, not a commercial product or AI demonstration, and is available on GitHub.

Why It Matters

It demonstrates the impressive complexity a solo developer can achieve in modern systems programming, inspiring the open-source community.