Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per actor Developer mmeyerlein released meclaw, an open-source Rust framework for composing agentic systems, alongside meclaw-os, a reference implementation of a complete agentic OS. Each actor in meclaw runs in its own SQLite database and kernel sandbox, and the framework connects to any OpenAI-compatible endpoint and to MCP servers. The project is dual-licensed under MIT or Apache 2.0 and installs via a start.sh script that requests an OpenRouter key. meclaw is a framework for composing complex agentic systems, not just agents: fast, secure, ontology-grounded, auditable and made for agents to build with, in one Rust binary. Use it to try a new harness structure in an afternoon, to grow an agentic OS of your own, or to build the next thing before it has a name. meclaw-os is the reference implementation: a complete agentic OS, grown on that substrate and nothing else. Three things that make a meclaw agent unique. A voice cell that listens and speaks on a wire protocol built for it. A web cell that gives the assistant a display of its own, where it shows you instead of telling you. And a vault that keeps your secrets secret, with every cell inside a kernel sandbox. meclaw talks to any OpenAI-compatible endpoint and to MCP servers. curl -fsSL https://github.com/mmeyerlein/meclaw/releases/latest/download/start.sh | sh It asks for an OpenRouter key, grows the assistant and asks it one question. Set OPENROUTER API KEY first and it does not ask. Roadmap https://github.com/mmeyerlein/meclaw/blob/main/ROADMAP.md · Contributing https://github.com/mmeyerlein/meclaw/blob/main/CONTRIBUTING.md · Discussions https://github.com/mmeyerlein/meclaw/discussions · Blog https://meclaw.ai/blog/ MIT LICENSE-MIT https://github.com/mmeyerlein/meclaw/blob/main/LICENSE-MIT or Apache 2.0 LICENSE-APACHE https://github.com/mmeyerlein/meclaw/blob/main/LICENSE-APACHE , whichever you like.