Munal OS
github.com- Published
- Category repository
- Tags rust, os, wasm

Munal OS is an experimental operating system developed in Rust, designed with a unikernel architecture. It compiles as a single EFI binary and utilizes WASM for application execution instead of traditional process isolation via virtual address spaces.
Key features include a full HD graphical interface, a desktop shell with window management, PCI and VirtIO drivers, and a complete Ethernet and TCP stack. It also provides a customizable UI toolkit with various widgets and flexible text rendering. Bundled applications include a basic web browser, a text editor, and a Python terminal.