Readit News logoReadit News
mighty_moran commented on Private Operating System    · Posted by u/ariatelco
mighty_moran · 2 months ago
Have you checked out NONOS? It ticks all those boxes. Runs on RAM, written in a "safe" language (RUST), does not log usage and uses encrypted networking. https://nonos.systems/
mighty_moran commented on Show HN: Nønos – a zero-state OS that runs in RAM   docs.nonos.systems/buildi... · Posted by u/mighty_moran
mighty_moran · 3 months ago
Hi, we’ve been building NØNOS, an experimental OS aimed at “clean sessions” where the system is designed to minimize persistence and keep trust explicit. The public repo right now is the kernel/boot path + early desktop/QEMU flow.

What it is: a Rust microkernel with capability-based access control and a “runs entirely in RAM / zero persistent state” model (by design).

How to try it (QEMU):

Follow the repo README to build/run, or use the docs “Running in QEMU”. The kernel repo includes expected boot output and troubleshooting notes.

What I’d love feedback on:

Whether the “zero-state” model is compelling vs. existing approaches (live OSes, VMs, immutable systems).

Threat model gaps / places where the design assumptions are shaky.

What would make this actually easy to test safely (prebuilt images, reproducible builds, hardware support priorities).

If you want deeper design context, see the whitepaper.

u/mighty_moran

KarmaCake day2December 23, 2025View Original