Release v0.1.0

Embedded Power.
Desktop Feel.

A self-hosting operating system with native C compilation, dynamic binary loading, and a custom robust network stack.

System SpecLive
CompilerTCC (Self-Hosting)
BinariesELF Dynamic (.so)
FilesystemTwilightFS + VFS
NetworkingTCP/IP Stack

Userspace Redefined.

Native Development

Compile C code directly on the OS using tcc. No cross-compiler needed for simple apps.

Scripting Ready

Prototype fast with tpy, a built-in Python-like interpreter for system scripting.

Full Networking

Browse with curl, host with httpd. Real TCP/UDP implementation.

Unix Utilities

Feel at home with pipe-ready grep, cat, ls, and a modal vi editor.

Kernel Architecture.

Built from scratch in Rust for safety and performance.

Init SystemWork in progress
DriversATA, VirtIO, RTL8139, PCNET
MemoryPaging, Heap, User/Kernel Split
GraphicsUEFI Framebuffer Compositor