Lupos is a Rust reimplementation of the Linux kernel ABI for x86_64 first, with AArch64 planned later. The success condition is binary-level Linux ABI parity: binaries built for Linux should observe Linux-compatible syscalls, filesystems, device interfaces, and process behavior. Around 100k lines of slop atm XD.
-
Updated
Jul 11, 2026 - Rust