Automation & Ops ✓ NVIDIA · Official nvidia-openshellsandboxingnetwork-policyrouted-inferenceopenclawhermeslangchain-deep-agents

NVIDIA NemoClaw

A secure reference stack for operating always-on agents in NVIDIA OpenShell sandboxes.

FollowAgents review · FARS-2.1
Use with care
65/ 100 5-point scale 3.3 / 5
1 2 3 4 5 6
Per-dimension scores and reasoning
1Trust18 / 29 · 3.1/5

Evidence shows emphasis on least privilege: sandboxing, capability drops, process limits, network policies, credential handling (e.g., Ollama proxy bind probe, read-only tools). User confirmation: install requires confirmation, agent commands require approval. Data flow transparency: docs describe architecture and data flow. Sensitive data handling: credential handling has compensating controls. Dependency security: npm audit and patches. External effects: network policies and sandbox restrictions. Rollback: snapshots and lifecycle operations mentioned but details thin. Source attribution: clear NVIDIA attribution.

2Reliability9 / 14 · 3.2/5

Self-consistency: docs and code align. Dependency availability: lock files and audit. Failure messages: structured errors and exit codes.

3Adaptability12 / 18 · 3.3/5

Audience and scenarios: developers and multiple agents. Capability boundaries: clear which agents supported. Trigger precision: CLI commands and skills clear. Environment fit: supports DGX and WSL.

4Convention12 / 18 · 3.3/5

Information architecture: clear docs structure. Install notes: detailed guides. Naming stability: CLI names stable. Examples and FAQ: quickstarts. Known limitations: documented. License: Apache-2.0. Versioning and changelog: version scripts but no CHANGELOG. Maintenance responsibility: community support clear.

5Effectiveness9 / 13 · 3.5/5

Output usability: structured CLI output. Marginal value: provides secure sandbox. Cost benefit: open source free.

6Verifiability5 / 8 · 3.1/5

Claim traceability: docs and code correspond. Cross-source corroboration: tests exist. Fact/inference separation: docs distinguish.

Evidence confidence: Low Reviewed Aug 09, 2026 Reviewed revision 55734150a5e3
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Static review, no execution, low confidence.
  • Rollback mechanism details insufficient, need further verification.
  • Versioning and changelog incomplete, missing CHANGELOG.
See the full review method →

What does this agent do, and when should you use it?

NVIDIA NemoClaw is an open-source reference stack for running always-on AI agents inside NVIDIA OpenShell sandboxes. It supports OpenClaw by default, plus Hermes and LangChain Deep Agents Code, with guided onboarding, a hardened blueprint, routed inference, network policy, and lifecycle management through one CLI. Its deployment boundary is the OpenShell sandbox rather than a standalone hosted agent service, and it distinguishes end-user installation from contributor setup. It fits teams that have chosen OpenShell and need a managed security envelope for persistent agent workloads.

NemoClaw installs and configures a runtime that runs a supported agent inside an NVIDIA OpenShell sandbox. Its single CLI manages the sandbox lifecycle, applies a hardened blueprint, routes inference, and governs egress through network policy. OpenClaw is the default agent; for Hermes, users set NEMOCLAW_AGENT=hermes before the installer or use the nemohermes alias after installation. Contributors can run ./scripts/dev-setup.sh to prepare a checkout; its default and --repair modes affect repository-local dependencies, builds, and hooks.

  1. An operations team running OpenClaw continuously and wanting its lifecycle managed inside an NVIDIA OpenShell sandbox.
  2. A Hermes user who needs to select Hermes before installation and access the installed workflow through the nemohermes alias.
  3. A team using LangChain Deep Agents Code that wants to place it within the same OpenShell-based security boundary.
  4. A security owner who needs to control an agent's network egress through policies and an operator approval flow.
  5. A first-time contributor preparing a NemoClaw pull request with ./scripts/dev-setup.sh before making code changes.

What are this agent's strengths and limitations?

Pros
  • Brings OpenClaw, Hermes, and LangChain Deep Agents Code under one OpenShell-based sandbox and lifecycle-management model.
  • Concentrates hardened blueprints, routed inference, and network policy in a single CLI control surface.
  • Explicitly includes egress control and an operator approval flow for environments that govern agent network access.
  • Separates contributor setup from end-user runtime installation, and the default development setup does not create a runtime sandbox.
Limitations
  • Its core execution model depends on NVIDIA OpenShell; the material does not establish a deployment path outside that environment.
  • It is an alpha project, with issues, discussions, and pull requests handled on a best-effort basis and no guaranteed response timeline.
  • The material does not provide the installer command, CLI command list, supported inference-provider list, or credential configuration format.
  • Network policy, inference routing, and sandbox hardening introduce runtime configuration and security decisions beyond a zero-config agent wrapper.

How do you install or deploy this agent?

The available material does not include the exact interactive-installer command, so a verified copyable end-user install command cannot be provided. Review Prerequisites first; to select Hermes, set NEMOCLAW_AGENT=hermes before running the documented installer. Contributors can run ./scripts/dev-setup.sh. Use ./scripts/dev-setup.sh --expose-cli only when a host-visible development CLI is explicitly wanted, and use ./scripts/dev-setup.sh --with-runtime only when sandbox validation is needed.

How do you use this agent?

The available material does not specify CLI subcommands, the first sandbox-creation command, inference-provider credentials, or a full configuration example. The documented path is to choose OpenClaw, Hermes, or LangChain Deep Agents Code and follow that agent's quickstart, then use the unified CLI for sandbox management, routed inference, and network policy. Hermes users can use the nemohermes alias after installation; provider setup follows the documented “Choose an Inference Provider” flow.

How does this agent compare with similar options?

NemoClaw is layered on OpenShell sandboxes: OpenShell supplies the sandbox foundation, while NemoClaw adds guided onboarding, hardened blueprints, routed inference, network policy, and lifecycle management for supported agents. The available material does not provide a feature-by-feature comparison with using OpenShell alone.

FAQ

Can NemoClaw run without NVIDIA OpenShell?
That is not established. NemoClaw is described as a reference stack for running agents inside NVIDIA OpenShell sandboxes, so its core execution boundary depends on OpenShell.
Which agents are supported?
OpenClaw is the default, with Hermes and LangChain Deep Agents Code also supported.
Which inference credentials are required?
It supports routed inference and a provider-selection workflow, but the available material does not name providers, credential formats, or key-acquisition steps.
How is network access controlled?
NemoClaw includes network policy, egress control, and an operator approval flow. Specific rules and presets must be configured through its network-policy workflow.
Is support or response time guaranteed?
No. The project is labeled alpha, and maintainers review community requests on a best-effort basis without guaranteed response times.

Related agents