Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity

Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity

Agentic OS, presented on Hacker News, is an experimental operating system built as a single Rust binary for Linux. It creates an isolated sandbox and a dedicated SQLite database for each entity, aiming to simplify resource management and security. The project demonstrates how minimal code can provide per‑entity isolation without relying on multiple binaries or complex configurations.