Overview

NVIDIA NemoClaw is an open source reference stack that simplifies running OpenClaw always-on assistants safely. It incorporates policy-based privacy and security guardrails, giving users control over their agents’ behavior and data handling. This enables self-evolving claws to run more safely in clouds, on prem, RTX PCs, and DGX Spark.

NemoClaw uses open source models, such as NVIDIA Nemotron, alongside the NVIDIA OpenShell runtime, part of the NVIDIA Agent Toolkit, a secure environment designed for executing claws more safely. By combining open source models with built-in safety measures, NemoClaw simplifies and secures AI agent deployment.

CapabilityDescription
Sandbox OpenClawCreates an OpenShell sandbox pre-configured for OpenClaw, with strict filesystem and network policies applied from the first boot.
Route inferenceConfigures OpenShell inference routing so agent traffic flows through cloud-hosted Nemotron 3 Super 120B via build.nvidia.com.
Manage the lifecycleHandles blueprint versioning, digest verification, and sandbox setup.

Challenge

Autonomous AI agents like OpenClaw can make arbitrary network requests, access the host filesystem, and call any inference endpoint. Without guardrails, this creates security, cost, and compliance risks that grow as agents run unattended.

Benefits

NemoClaw provides the following benefits.

BenefitDescription
Sandboxed executionEvery agent runs inside an OpenShell sandbox with Landlock, seccomp, and network namespace isolation. No access is granted by default.
NVIDIA cloud inferenceAgent traffic routes through cloud-hosted Nemotron 3 Super 120B via build.nvidia.com, transparent to the agent.
Declarative network policyEgress rules are defined in YAML. Unknown hosts are blocked and surfaced to the operator for approval.
Single CLIThe nemoclaw command orchestrates the full stack: gateway, sandbox, inference provider, and network policy.
Blueprint lifecycleVersioned blueprints handle sandbox creation, digest verification, and reproducible setup.

Use Cases

You can use NemoClaw for various use cases including the following.

Use CaseDescription
Always-on assistantRun an OpenClaw assistant with controlled network access and operator-approved egress.
Sandboxed testingTest agent behavior in a locked-down environment before granting broader permissions.
Remote GPU deploymentDeploy a sandboxed agent to a remote GPU instance for persistent operation.

Next Steps

Explore the following pages to learn more about NemoClaw.