A self-hosting operating system with native C compilation, dynamic binary loading, and a custom robust network stack.
Compile C code directly on the OS using tcc. No cross-compiler needed for simple apps.
Prototype fast with tpy, a built-in Python-like interpreter for system scripting.
Browse with curl, host with httpd. Real TCP/UDP implementation.
Feel at home with pipe-ready grep, cat, ls, and a modal vi editor.
Built from scratch in Rust for safety and performance.