NØNOS

News · 16 July 2026

NØNOS 1.0 launches July 22

Version 1.0 of the sovereign operating system ships July 22, 2026: a verified, RAM-resident OS where every program proves itself before it runs. Boot it live, read the full docs, verify every claim.

On July 22, 2026, NØNOS reaches 1.0.

It is a sovereign operating system built from scratch in Rust, on one rule: nothing runs on trust alone. Every program is a signed, attested capsule that proves what it is before a single instruction of it executes. Drivers are confined in userland instead of trusted in the kernel. Authority is a capability that has to be granted and is checked on every call. The system is RAM-resident and zero-state by default, so nothing persists unless you choose it.

Every mainstream OS makes three assumptions that are fine for a laptop and a liability for the machine that holds a key, signs a transaction, or runs an agent that spends money: drivers are trusted, authority is ambient, and you cannot prove what runs. NØNOS inverts all three, and 1.0 is the first stable release where you can hold it to that claim.

What ships with 1.0

reproducible build, so you can confirm exactly what you boot.

browser from the download page. No install, no trust required.

userland is documented against the source with file and line references, from the bootloader and the capability system to each driver and network capsule. If a page says the system does something, the code does it at the line it cites.

checker, and the reproducible-build comparison, all runnable from a clean checkout. The verification page states exactly what is proven and, just as clearly, what is not.

Prove it yourself

The whole point of NØNOS is that you do not have to take this on faith. The source and the documentation are public now. The best way to mark the launch is to boot it live the day it lands, read the verification page, and check a claim against the code it cites.

nonosPortal on Telegram, and GitHub

A sovereign base layer is public-goods infrastructure the whole ecosystem gets to keep. It stays AGPL, it takes no equity, and it is built and funded in the open. See how to support it on the fund page.