agentOS Registry
Browse agents, tools, file systems, and sandbox extensions 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
Coming SoonRun Claude Code as an agentOS agent with full tool access, file editing, and shell execution.
Codex
Coming SoonRun OpenAI's Codex coding agent inside agentOS with programmatic API access.
Amp
Coming SoonRun Sourcegraph's Amp coding agent inside agentOS.
OpenCode
Coming SoonRun OpenCode, an open-source coding agent, inside agentOS.
File Systems
Mount these file systems as the root or at any sub-path inside the VM.
Filesystem
Mount and manage virtual filesystems with support for S3, local, and overlay drivers.
S3
Mount S3-compatible object storage as a filesystem inside the VM.
SQLite
Coming SoonMount a SQLite-backed virtual filesystem for persistent, queryable storage.
Postgres
Coming SoonMount a Postgres-backed filesystem for shared, durable storage across agents.
Google Drive
Mount Google Drive as a filesystem for reading and writing documents and files.
Sandbox
Mount a sandbox filesystem and expose process management tools. Works with any Sandbox Agent provider.
Sandbox Extensions
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
Run sandboxes directly on the local machine for development and testing.
Docker
Run sandboxes in Docker containers for isolated local execution.
E2B
Run sandboxes on E2B's cloud infrastructure for secure, ephemeral environments.
Daytona
Run sandboxes on Daytona's managed development environments.
Modal
Run sandboxes on Modal's serverless cloud infrastructure.
Vercel
Run sandboxes on Vercel's edge and serverless platform.
ComputeSDK
Run sandboxes using the ComputeSDK compute provider.
Sprites
Run sandboxes on Sprites' cloud sandbox infrastructure.
Tools
Host-side tools and integrations that extend agent capabilities.
Software
WASM command packages that run inside the VM. 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?