website/src/content/docs/agent-os/limitations.mdx
agentOS is a Linux-like environment with a POSIX-compliant virtual kernel. It handles most agent workloads (coding, scripting, file I/O, networking) with near-zero overhead.
When a workload needs a full Linux OS, agents can escalate to a full sandbox on demand without changing code. The sandbox mounting extension mounts the sandbox as a filesystem and lets you execute commands on it, like mounting a hard drive on your own machine. Files written in the VM are available in the sandbox and vice versa.
See agentOS vs Sandbox for a detailed comparison.
agentOS uses its own software registry of popular tools cross-compiled for the runtime. Native language runtimes like Go, Rust, and C++ are supported. Standard Linux package managers (apt, yum) are not available since agentOS is not a full Linux OS.
See Software for how to install and configure available packages.
agentOS provides a POSIX-compliant virtual kernel with full filesystem operations, networking, and process management. It is not a full Linux kernel, so some Linux-specific features are not available:
The VM has no access to GPUs, USB devices, or other hardware.