Shipping now — SDK, daemon, distro, VMM

The operating system
for AI agents.

Your agents deserve a home — not a harness. BentOS is a Linux distro where AI agents are real OS citizens with real processes, real identity, and real security boundaries.


Your agent is homeless.

Every AI agent today — Claude Code, OpenClaw, Hermes, Cursor — runs as a guest on someone else's OS. Session-scoped. No persistent identity. Keys in environment variables. Memory that flushes when context fills. Multi-agent simulated with threads inside one process.

They built the creature without the habitat.


Agents need a home, not a harness.

A useful AI agent is a software being — persistent, autonomous, stateful. Software beings need an operating system designed for them. BentOS is that operating system.

Real identity

Each agent is a POSIX user. useradd alfred creates an agent. Home directory, login shell, file ownership.

Real processes

Each agent runs as a real process with a real PID. ps shows your agents. who shows their sessions.

Real security

The computer starts closed. Capabilities enter through devices — explicit, auditable, structurally bounded. Secrets never enter the agent's trust domain.

Real memory

A typed neural graph — episodic, semantic, prospective, spatial — not a flat file with session compaction.


Capabilities are devices.

/dev/llm/anthropic/claude-sonnet-4 is a real file.

BentOS machines start with zero external capability. Every capability — inference, messaging, voice, storage — enters through a device attached to the machine's /dev/ tree.

terminal
$ ls /dev/llm/
anthropic/claude-sonnet-4
openai/gpt-4o

$ ls -la /dev/im/
telegram/bot

$ # No API keys in your code. No environment variables.
$ # The device holds the secret. The agent just opens a file.

Powered by CUSE and FUSE — the same kernel mechanisms behind every device your computer has ever had, moved to userland. bentosd orchestrates it all.


They filter what agents will not do.
We structure what agents cannot do.

Policy-based — "will not"

6
CVEs in 2026 (OpenClaw)
42,000+
Exposed instances
1.5M
Leaked API tokens

Policy-based security fails at scale. Every time.

Structural — "cannot"

0
Keys in agent code
CPU
Is the sandbox
/dev/*
Are the escape hatches

Security by physics, not policy. Keys never touch agent code.


Meet bentos-agent.

A native inhabitant of BentOS. Built for the habitat.

9MB
Single binary
1,400+
Tests
0
Runtime deps

The Driver SDK — extend the computer, not the chatbot.

A BentOS driver is a socket server. Accept connections, handle file operations, ship as a container image. The Driver SDK handles the plumbing — you implement handle_read() and handle_write().

If you've built an MCP server, you already know the shape. Same effort. Real OS-level guarantees — isolation, credentials separation, multi-user access control, auditability.

terminal
$ bentos driver install llm/anthropic
$ bentos attach /dev/llm/anthropic/claude-sonnet-4

All drivers are open source. Community builds the ecosystem.

Driver SDK Docs

What ships today.

Component Description Status
bentos-agent CLI 9MB binary, 1,400+ tests Shipped
bentosd CUSE/FUSE bridge, IPC protocol Shipped
BentOS distro Alpine Linux, ARM64, custom kernel 6.12 Shipped
BentOS VMM Apple Silicon, REST API, snapshots Shipped
Driver SDK Dart. Build your own drivers Shipped
Forge pipeline Compile, link, assemble, install Shipped
Honest note: The first production /dev/llm/* driver is in active development. The mechanism is proven — the ecosystem is being born.

Not a framework. Not a wrapper. Not a hosted agent.

A Linux distribution designed for a new class of citizen.

The industry asks: "Which AI agent should I use?" BentOS asks: "Where should AI agents live?"

The habitat is open.

Use it.

Install bentos-agent on any Unix. Boot a BentOS VM on your Mac. Give your agent a home.

Build it.

The Driver SDK is live. Build a driver for your favorite API. Ship it as a container image. Contribute to the /dev/ tree.

Follow it.

We're building in public. The thesis, the architecture, the competitive landscape — all open.


Join the waitlist.

Get early access, driver SDK updates, and build log dispatches.