Rust OSDev Operating System Development in Rust

Showcase

In this section, we present interesting operating system projects written in Rust. Feel free to add your own project by creating a pull request.

The RustyHermit Unikernel

RustyHermit is a unikernel, which is completely written Rust. Unikernels are application images that directly contain the kernel as a library, so they do not require an installed operating system (OS). They are typical used in virtualized environments, which build the backbone of typical cloud / edge infrastructures.

read more »