All 19 Dependencies
Every package NemoClaw depends on, ranked by repo health score.
NemoClaw is NVIDIA's open-source reference stack for deploying always-on AI agents more safely inside OpenShell sandboxes. It wraps the full operational surface of sandboxed agent deployment — onboarding, blueprint application, inference routing, network policy enforcement, and sandbox lifecycle management — into a single CLI that makes it practical to run capable AI coding agents without sacrificing host security.
At its core, NemoClaw ships a hardened blueprint that pins the sandbox OCI image to a specific digest, applies capability drops and resource profiles, and enforces baseline network egress policies. Operators can choose from preset policy profiles for common scenarios, customize egress rules for private networks, and approve or reject agent-requested policy changes through a structured approval flow — all without modifying the agent itself.
Inference routing is handled through a virtual gateway endpoint that transparently forwards agent traffic to whichever provider is configured: NVIDIA NIM cloud, local NIM instances, vLLM, Ollama, AWS Bedrock, or any OpenAI-compatible endpoint. Switching providers requires only a profile flag change, not agent reconfiguration. This decoupling lets teams run the same agent configuration in airgapped environments or against cloud APIs without changing agent code.
NemoClaw is an alpha project backed by NVIDIA and supports two primary AI agents: OpenClaw (default) and Hermes. It targets developer teams and platform engineers who want to benefit from agentic AI coding workflows while maintaining meaningful isolation between the agent process and the host system.