agentOS Registry
Browse agents, tools, file systems, and sandbox mounting for agentOS.
Agents
Coding agents with programmatic API access and universal transcript format (ACP).
PI
Run the PI coding agent with lightweight, fast execution.
Claude Code
BetaRun Claude Code as an agentOS agent with full tool access, file editing, and shell execution.
Codex
BetaRun OpenAI's Codex coding agent inside agentOS with programmatic API access.
OpenCode
Run OpenCode, an open-source coding agent, inside agentOS.
Custom Agent
Bring your own coding agent to agentOS by speaking the Agent Client Protocol (ACP) inside the VM.
File Systems
Mount these file systems as the root or at any sub-path inside the agent's environment.
Host Directory
Project a real host directory into the VM, Docker-style. The guest sees only the mounted subtree, never the wider host filesystem.
S3
Mount an S3-compatible bucket as a filesystem. File contents are chunked into S3 objects, keeping large files, partial reads/writes, and snapshots efficient.
Google Drive
Mount a Google Drive folder as a filesystem for reading and writing documents and files.
In-Memory
Mount an ephemeral in-memory directory. Fast scratch space that is discarded when the VM is destroyed.
Sandbox
Mount a sandbox filesystem and expose process management tools. Works with any Sandbox Agent provider.
Browsers
Let agents browse the web from inside the VM with cloud browser providers.
Sandbox Mounting
agentOS is a hybrid OS. Mount sandbox file systems and interact with them via tools for heavier workloads. Use agentOS natively for lightweight tasks.
Local
BetaRun sandboxes directly on the local machine for development and testing.
Docker
BetaRun sandboxes in Docker containers for isolated local execution.
E2B
BetaRun sandboxes on E2B's cloud infrastructure for secure, ephemeral environments.
Daytona
BetaRun sandboxes on Daytona's managed development environments.
Modal
BetaRun sandboxes on Modal's serverless cloud infrastructure.
Cloudflare
BetaRun sandboxes on Cloudflare's global network with Sandbox SDK containers.
Vercel
BetaRun sandboxes on Vercel's edge and serverless platform.
ComputeSDK
BetaRun sandboxes using the ComputeSDK compute provider.
Sprites
BetaRun sandboxes on Sprites' cloud sandbox infrastructure.
Software
Wasm command packages that run inside the agent's environment. Install individually or use meta-packages.
Build Essential
Meta-package: common + git + curl.
Common
Meta-package: coreutils + sed + grep + gawk + findutils + diffutils + tar + gzip.
git
Git version control (clone, commit, push, pull).
ripgrep
Fast recursive search (rg).
jq
Lightweight JSON processor.
SQLite3
SQLite database command-line interface.
DuckDB
In-process analytics database CLI.
vim
Vim text editor with bundled runtime.
Bindings
Host-side tools and integrations that extend agent capabilities.
Deploy
Run agentOS in production on the platform of your choice.
Rivet Compute
Fully managed, zero-ops deployment on Rivet Cloud.
Vercel
Deploy agentOS on Vercel's serverless platform.
Railway
Deploy agentOS on Railway's cloud infrastructure.
Kubernetes
Self-host agentOS on your Kubernetes cluster.
AWS ECS
Deploy agentOS on AWS Elastic Container Service.
Google Cloud Run
Deploy agentOS on Google Cloud Run.
Hetzner
Self-host agentOS on Hetzner servers.
VM & Bare Metal
Run agentOS on your own VMs or bare-metal machines.
Custom Platform
Bring agentOS to any platform that runs containers or Node.js.
Want to add your own package to the registry?