NVIDIA OpenShell is an open-source runtime for executing autonomous AI agents in sandboxed environments with kernel-level isolation. It combines sandbox runtime controls and a declarative YAML policy so teams can run agents without giving them unrestricted access to local files, credentials, and external networks.
AI agents are most useful when they can read files, install packages, call APIs, and use credentials. That same access can create material risk. OpenShell is designed for this tradeoff: preserve agent capability while enforcing explicit controls over what the agent can access.
The table below summarizes common failure modes and how OpenShell mitigates them.
OpenShell applies defense in depth across the following policy domains.
For details, refer to Customize Sandbox Policies and Default Policy.
OpenShell supports a range of agent deployment patterns.
Explore these topics to go deeper: