Under the hood.

Tauri 2 (Rust core + system WebView), a native HTML/CSS/JS front end with zero frameworks — the installer is about 7MB and it opens instantly. The platform layer and the app layer are physically separated and speak only through contracts; adding an app is roughly a directory plus a manifest.

The story behind it.

This project was built by one person pairing with AI: the AI wrote the code, I steered — through a hundred-plus rounds of independent review. Every security red line is pinned by a test; every "undoable" was verified to be real. It is a product, and also an experiment in how seriously a human + AI pair can do engineering.