Overview of NVIDIA NemoClaw

View as Markdown

NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents more safely inside OpenShell containers.

NemoClaw provides onboarding, lifecycle management, and agent operations for supported agent runtimes in OpenShell sandboxes. It combines a host CLI, a versioned blueprint, and an agent-specific integration layer. The OpenShell gateway coordinates sandbox lifecycle, managed inference, credentials, and policy enforcement.

The primary tested platforms are Linux and DGX Spark. NemoClaw also documents platform limitations for macOS, Windows Subsystem for Linux (WSL), DGX Station, and headless Linux servers. Refer to Platform Support for current agent, platform, provider, integration, and deployment-path status.

What NemoClaw Provides

NemoClaw groups its supported capabilities around running, connecting, controlling, and operating agents.

AreaCapability
Run supported agentsOnboards OpenClaw, Hermes, or LangChain Deep Agents Code into an agent-specific sandbox image and configuration.
Route inferenceConnects supported hosted inference and local inference providers through inference.local. OpenShell keeps provider credentials outside the sandbox.
Control sandbox accessApplies network policy, filesystem policy, process controls, and managed inference through OpenShell.
Operate the lifecycleReports host readiness, creates or updates sandboxes, reports status and logs, rebuilds or recovers sandboxes, and creates or restores snapshots.
Connect Model Context Protocol (MCP) serversManages authenticated HTTPS Streamable HTTP MCP servers for all supported agent runtimes. OpenShell replaces credential placeholders at approved egress boundaries.
Extend agent workflowsInstalls agent skills and publishes Markdown documentation that coding agents can use for setup, operation, security review, and troubleshooting.
Connect messaging channelsConfigures supported messaging channels during onboarding or through lifecycle commands. Availability and maturity vary by agent and channel.
Configure web searchConfigures a supported Brave Search or Tavily Search path and keeps the service credential outside the sandbox. Provider availability varies by agent.

Benefits of Using NemoClaw

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

NemoClaw provides these controls and lifecycle tools to reduce those risks.

BenefitDescription
Sandboxed executionRuns each agent in an OpenShell sandbox with documented filesystem, process, and network controls. Enforcement limitations vary by host.
Credential custodyKeeps inference credentials and managed MCP bearer values outside the sandbox through OpenShell.
Operator-controlled egressUses YAML network policy and policy presets. OpenShell blocks unapproved destinations and surfaces requests for operator review.
Repeatable lifecycleUses versioned, digest-verified blueprints and manifest-declared state to support onboarding, rebuild, recovery, snapshot, and restore operations.
Agent-specific workflowsProvides dedicated CLI aliases, configuration, lifecycle adapters, documentation, and validation for each supported agent runtime.

Host-configured messaging credentials also use OpenShell credential delivery. QR-paired sessions such as WhatsApp store mutable session credentials in the sandbox and preserve them according to the agent manifest.

Use Cases

Use NemoClaw when you need a supported agent runtime with managed inference, network policy, and lifecycle operations.

Use CaseDescription
Controlled agent evaluationTest agent behavior with explicit filesystem and network boundaries before you add more access.
Managed tool accessConnect authenticated MCP servers without storing raw service credentials in agent configuration.
Headless server deploymentRun a sandboxed agent on a remote Linux server through SSH. Refer to Deploy to a Headless Server.
Always-on messaging agentConnect a supported messaging channel to an agent with channel-specific credentials, policy, and lifecycle management.

Product Scope

NemoClaw is an early-preview reference stack for a trusted operator on one host. It is not a hosted NemoClaw service, a multi-tenant enterprise control plane, or an enterprise identity system. Refer to Enterprise Readiness for supported, manual, platform-owned, roadmap-only, and out-of-scope capabilities.

Next Steps

Use these topics to learn more about NemoClaw and how to install and use it.