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.
Toolkits
Host-side tools and integrations that extend agent capabilities.
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.
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.
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.
Common
Meta-package: coreutils + sed + grep + gawk + findutils + diffutils + tar + gzip.
Build Essential
Meta-package: common + make + git + curl.
Coreutils
sh, cat, ls, cp, mv, rm, sort, and 80+ essential POSIX commands.
sed
GNU stream editor for text transformation.
grep
GNU grep pattern matching (grep, egrep, fgrep).
gawk
GNU awk text processing and data extraction.
findutils
GNU find and xargs for file searching and batch execution.
diffutils
GNU diff for comparing files.
Want to add your own package to the registry?