NemoClaw
by NVIDIA
NVIDIA's open-source sandbox stack for running always-on AI agents you can actually govern
NemoClaw is NVIDIA's Apache 2.0 reference stack for running always-on AI agents inside a hardened OpenShell sandbox. It enforces filesystem, process, network and inference policy at the infrastructure layer rather than in the prompt, so a compromised or manipulated agent cannot talk its way past its own guardrails. Announced at GTC in March 2026.
NemoClaw is NVIDIA's open-source reference stack for running always-on AI agents inside a hardened sandbox, announced at GTC on 16 March 2026 and published under Apache 2.0 at github.com/NVIDIA/NemoClaw. It exists because the popular open-source agent OpenClaw - which automates multi-step desktop work such as organising local files and performing web research - runs with the same privileges as the user who starts it. NemoClaw moves the control point outside the agent entirely: policy is enforced by host infrastructure, not by prompt instructions a model could be argued out of. The stack has four parts. A TypeScript CLI plugin drives setup on the host machine. A versioned Python 'blueprint' artifact manages sandbox creation and policy configuration through a four-stage lifecycle. The OpenShell sandbox isolates the agent using Linux Landlock, seccomp and network namespaces, confining filesystem access to /sandbox and /tmp and blocking privilege escalation and dangerous syscalls at creation time. A privacy router intercepts model calls and keeps sensitive prompts on local models while routing the rest to cloud endpoints such as NVIDIA's nemotron-3-super-120b-a12b. Network rules are written in YAML and hot-reloadable at runtime; filesystem and process rules are deliberately immutable once a sandbox exists, so a compromised agent cannot rewrite its own cage. It runs on GeForce RTX, RTX PRO workstations, DGX Spark and DGX Station, needs Ubuntu 22.04+ with Docker and Node 20+ (macOS via Colima or Docker Desktop), and ships supported profiles for OpenClaw, Nous Research's Hermes and LangChain Deep Agents. NVIDIA labels the project alpha with unstable APIs and best-effort maintainer support.
Platform security and AI infrastructure teams that have already been asked to let an autonomous agent run unattended on employee machines and need an isolation story that does not depend on the model behaving.
Filesystem, process and network limits enforced by the Linux kernel at sandbox creation, so no prompt injection can lift them.
At a Glance
- Category
- AI Agents & Orchestration
- Pricing
- Free
- Target Market
- CISOs, CTOs, Platform Engineers, AI Infrastructure Leads, Security Architects
- Deployment
- Open-source, Self-hosted, Edge-first, Hybrid
- Founded
- 1993
- Headquarters
- Santa Clara, United States
- Team Size
- 500+
Key Features
- ✓OpenShell kernel-level sandbox
Uses Linux Landlock, seccomp and network namespaces to confine the agent to /sandbox and /tmp and block dangerous syscalls.
- ✓Immutable filesystem and process policy
Those rules are locked at sandbox creation, so an agent that is compromised mid-run cannot widen its own permissions.
- ✓Hot-reloadable YAML network policy
Outbound connection rules are declarative and can be changed at runtime without restarting a long-running agent.
- ✓Privacy router for inference
Intercepts model calls and keeps sensitive prompts on local models, sending only permitted traffic to cloud LLM endpoints.
- ✓Versioned Python blueprints
Sandbox creation and policy live in a versioned artifact with a four-stage lifecycle, so agent environments are reproducible and reviewable.
- ✓Multi-agent profiles
Ships tuned configurations for OpenClaw, Nous Research's Hermes and LangChain Deep Agents rather than supporting a single runtime.
Capabilities
Use Cases
- •Governed desktop agent pilot
Let an always-on agent organise files and run research on employee machines while the kernel prevents access to anything outside its working directories.
- •Data-exfiltration containment
Network namespace policy blocks unauthorised outbound connections, so an injected instruction to POST data somewhere simply fails.
- •Hybrid local/cloud inference for sensitive prompts
The privacy router keeps regulated content on a local Nemotron model and sends only non-sensitive reasoning to a frontier cloud API.
- •Cost reduction through model routing
NVIDIA reports the hybrid pattern of specialised local models plus frontier orchestration can cut query costs by more than 50%.
- •Reproducible agent environments
Versioned blueprints give security review a concrete artifact to sign off rather than an ad-hoc developer machine configuration.
Ideal For
Best For
- ✓Piloting always-on desktop agents such as OpenClaw inside an enterprise without granting them the user's full privileges
- ✓Keeping sensitive prompts on local Nemotron models while routing general reasoning to cloud frontier endpoints
- ✓Security teams that need auditable, version-controlled YAML policy rather than prompt-level guardrails
- ✓Organisations already standardised on NVIDIA hardware - RTX PRO workstations, DGX Spark or DGX Station - that want local agent compute
- ✓Research and platform teams evaluating agent isolation patterns before committing to a commercial agent runtime
Not Ideal For
- ✗Production deployments needing stability guarantees - NVIDIA explicitly labels NemoClaw alpha with unstable APIs, and maintainers review issues and pull requests on a best-effort basis with no response SLA
- ✗Non-NVIDIA or non-Linux shops; the sandbox depends on Landlock, seccomp and namespaces, local inference targets NVIDIA GPUs, and macOS support runs through a Colima or Docker Desktop workaround
- ✗Teams looking for a managed service - this is a self-installed reference stack with no hosted control plane, no support contract and no pricing
- ✗Anyone expecting it to solve agent misbehaviour generally; it constrains what an agent can reach, not whether an agent inside its allowed scope does something expensive or wrong
Integrations
Deployment
Market Analysis
Pros
- ✓Moves the control point outside the agent entirely - policy is enforced by Landlock, seccomp and namespaces, not by instructions the model could be talked out of
- ✓Apache 2.0 with roughly 22,000 GitHub stars, so the isolation logic is auditable rather than a vendor black box
- ✓Bundles inference privacy routing with sandboxing, keeping sensitive prompts on local models as part of the same policy
- ✓Supports several agent runtimes out of the box - OpenClaw, Hermes and LangChain Deep Agents - rather than locking you to one
Cons
- ✗NVIDIA's own repository states the project is alpha with unstable APIs and best-effort maintainer response, which rules it out of anything load-bearing today
- ✗Local inference support is documented as experimental, and machines under 8GB of RAM hit out-of-memory failures during normal operation
- ✗Effectively Linux and NVIDIA-only: the sandbox depends on Landlock and seccomp, macOS runs through a Colima or Docker Desktop workaround, and local models assume NVIDIA GPUs
- ✗It constrains reach, not judgement - an agent operating inside its permitted scope can still take expensive or destructive actions, and nothing here prevents that
- ✗No hosted option, no support contract and no published enterprise terms, so operational burden sits entirely with the adopting team
Pricing
Open source (Apache 2.0)
$0
- ✓Full stack on GitHub
- ✓OpenShell sandbox and privacy router
- ✓Blueprints for OpenClaw, Hermes and LangChain Deep Agents
- ✓No licence fee or hosted tier
NemoClaw itself is free and Apache 2.0 licensed with no paid tier, no hosted control plane and no published enterprise SKU - the entire stack installs from GitHub or a single terminal command. The real cost is hardware and inference: local agent compute assumes NVIDIA silicon (GeForce RTX, RTX PRO workstation, DGX Spark or DGX Station), and any cloud model the privacy router forwards to is billed by that provider separately. NVIDIA positions it inside the broader NVIDIA AI Enterprise ecosystem, so production support and the surrounding NeMo tooling are where commercial terms eventually appear.
Security & Compliance
Connect
Sources
This page was written from 5 sources, 4 on domains other than nvidia.com.
Stay Ahead of the Curve
Weekly enterprise AI insights for technology leaders. No spam, no vendor pitches—unsubscribe anytime.
SubscribeRelated Products
Sema4.ai
Enterprise AI agents for knowledge work, running natively in your Snowflake or cloud account
Sapiom
Agent infrastructure that routes, runs and meters AI agents in production
Itential FlowAI
Governed AI agents for network and infrastructure operations, with deterministic execution and full audit trails
OpenAI Presence
Deploy production-grade AI voice and chat agents with enterprise policies, guardrails and evals
Mentioned In
NVIDIA Bets on OpenClaw for Enterprise: NemoClaw Brings Security & Governance
NVIDIA Bets on OpenClaw for Enterprise. For CISOs and security teams: risk assessment, compliance requirements, and security architecture for enterprise AI s...
March 16, 2026AI AgentsNVIDIA NemoClaw: Enterprise AI Agents With Security Built In
NVIDIA NemoClaw brings enterprise-grade security to AI agents. For platform teams: built-in compliance, audit trails, and sovereignty controls out of box.
March 12, 2026Enterprise AIEnterprise Connect 2026: When AI Gets Held Accountable
Enterprise AI analysis: Enterprise Connect 2026. Strategic insights, ROI considerations, and implementation guidance for technical and business leaders evalu...
March 12, 2026AI ResearchFour AI Research Trends Shaping Enterprise Automation in 2026
Four AI research trends from Stanford, MIT, and Google shaping 2026 enterprise automation. For technical leaders: which trends justify budget vs hype.
March 13, 2026NVIDIANVIDIA GTC 2026 Day 1: $1 Trillion Revenue Path, Vera Rubin Platform, and OpenClaw Partnership
NVIDIA GTC 2026 Day 1. For CFOs and finance leaders: cost implications, budget planning, and ROI benchmarks from enterprise AI deployments.
March 16, 2026NVIDIANemoClaw vs OpenClaw: Why NVIDIA's Security Layer Changes Enterprise AI Agents
NemoClaw vs OpenClaw. For CISOs and security teams: risk assessment, compliance requirements, and security architecture for enterprise AI systems.
March 17, 2026NVIDIANVIDIA's Agent Toolkit: 17 Enterprise Giants Just Signed On (Here's What It Means)
NVIDIA's agent toolkit signed by 17 enterprise giants at GTC 2026. For platform teams: standardized AI agent development framework with production-grade orch...
March 18, 2026MCPMCP vs LangChain vs OpenAI Functions: Which for Enterprise?
Choosing between MCP, LangChain Tools, and OpenAI Functions isn't an either/or decision—many teams use MCP for standardized data access alongside LangChain for orchestration. The real question is which to prioritize for your enterprise use case.
March 22, 2026NVIDIANVIDIA GTC 2026 Final Roundup: $1 Trillion Revenue, 50x Performance Leap, and the Groq Acquisition That Changes Everything
NVIDIA GTC 2026 roundup: $1T revenue forecast, 50x performance leap, Groq acquisition. For enterprise leaders: strategic implications of accelerated computin...
March 22, 2026Enterprise AINVIDIA's 2026 State of AI: The Hard ROI Numbers Every CFO Needs
Enterprise AI analysis: NVIDIA's 2026 State of AI. Strategic insights, ROI considerations, and implementation guidance for technical and business leaders eva...
March 11, 2026Agentic AIRIAD's Yeyak: Why B2B Travel Needs AI Agents, Not Chatbots
Korean startup raises seed bridge from Silicon Valley's Sazze Partners. 90%+ revenue from global markets. AI agents automate multi-step workflows chatbots can't touch.
March 21, 2026DeepSeekDeepSeek V4 Runs on Huawei Chips: What It Means for AI Vendors
Analysis of DeepSeek V4 Runs on Huawei Chips. For enterprise leaders: strategic implications, cost considerations, and implementation guidance for AI decision-makers.
April 4, 2026