Kerla is a monolithic operating system kernel written in Rust, aiming to be compatible with the Linux ABI, allowing it to run Linux binaries without modifications. The project implements various system calls and supports pseudo file systems, TCP/IP, and x86_64 architecture. The kernel is no longer maintained, and the author has moved on to a new project called FTL. A demo of Kerla is available, allowing users to SSH into the system and experiment with it.