GitHub - syswonder/ruxos: Rust Unikernel OS
github.comยท11h
๐Ÿ’ปProgramming, DevOps and Open Source Software
Preview
Report Post

RuxOS

A unikernel operating system written in Rust.

RuxOS was inspired by Unikraft and ArceOS

๐Ÿšง Working In Progress. See RuxOS Book for more information.

Features & TODOs

  • Architecture: x86_64, riscv64, aarch64
  • Platform: QEMU pc-q35 (x86_64), virt (riscv64/aarch64)
  • Multi-thread
  • FIFO/RR/CFS scheduler
  • VirtIO net/blk/gpu drivers
  • TCP/UDP net stack using smoltcp
  • Synchronization/Mutex
  • SMP scheduling with single run queue
  • File system
  • Compatible with Linux apps
  • Dynamically loading apps
  • Interrupt driven device I/O
  • Async I/O

Latest News ๐ŸŽ‰

2025

  • [2025/07/24] RuxOS [v0.1.0](https://github.com/sโ€ฆ

Similar Posts

Loading similar posts...