NVIDIA NemoClaw is an open-source reference stack that adds privacy and security controls to OpenClaw. Deploy always-on, self-evolving agents with policy-enforced guardrails — one command.
curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
Powered by
NemoClaw wraps OpenClaw in NVIDIA's security stack — so agents run in hardened sandboxes with policy-enforced behavior, not just hope.
Every network request, file access, and inference call is governed by declarative policy. Landlock, seccomp, and network namespaces by default.
Route sensitive queries to local open models (Nemotron) and frontier tasks to cloud providers — all within defined security boundaries.
Install, configure, and launch a sandboxed agent in one step. The installer handles Node.js, OpenShell, sandbox creation, and inference setup.
NVIDIA Endpoints, OpenAI, Anthropic, or any OpenAI-compatible API. Switch providers without changing agent code.
Agents run inside isolated OpenShell containers with controlled egress. No data leaks, no unexpected API calls, no filesystem escape.
Agents can learn and adapt within guardrails. NemoClaw ensures evolution stays within policy boundaries — smart but contained.
Four layers between your agent and the outside world.
TypeScript CLI commands for launch, connect, status, and logs.
Versioned Python artifact orchestrating sandbox, policy, and inference.
Isolated OpenShell container with policy-enforced egress & filesystem.
Provider-routed model calls intercepted and governed by OpenShell gateway.
Connect agents to frontier models or run open models locally for maximum privacy.
Nemotron, curated hosted models via NIM
GPT-4o, GPT-4.1, custom model entry
Claude Opus, Sonnet, custom endpoints
Ollama, vLLM, LM Studio, any proxy
From zero to sandboxed agent in under 5 minutes.
Downloads OpenShell, sets up Node.js if needed, and launches the guided onboarding wizard.
curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
Drop into a secure sandbox shell where your agent lives — Landlock + seccomp + network namespaces active.
nemoclaw my-assistant connect
Open the TUI for interactive chat, or fire off a single agent turn via CLI.
openclaw agent --agent main --local -m "hello" --session-id test
Same agent power — NemoClaw adds the security layer that production deployments need.
Open-source AI agent platform
OpenClaw + NVIDIA security stack
Minimum and recommended specs for running NemoClaw.
NemoClaw is open source and community-driven. Alpha software — feedback shapes the roadmap.