NemoClaw is an early preview reference stack from NVIDIA that wraps an agent runtime with guided onboarding, a hardened blueprint, state management, OpenShell managed channel messaging, routed inference, and layered protections. The project is explicitly alpha preview, meant for experimentation and feedback rather than production use.
What caught my attention is that NVIDIA is publishing an open reference stack to harden agent deployments. NemoClaw installs the NVIDIA OpenShell runtime and a set of management components that gate agent capabilities, log actions, and provide a reproducible blueprint lifecycle. If you are looking into safer agent deployments, you might also explore how Hermes Agent runs as a persistent terminal AI assistant — another reference for agent runtime patterns.

How It Works
The architecture emphasizes explicit capability grants, per-step auditability, and a hardened default posture to reduce the risk of an agent silently accessing files, tokens, or network resources.
git clone https://github.com/NVIDIA/NemoClaw.git cd NemoClaw # read OVERVIEW.md and the Architecture docs for deployment notes
| Feature | What It Provides |
|---|---|
| Guided onboarding | Opinionated setup to reduce misconfiguration |
| Hardened blueprint | Reproducible runtime templates for agents |
| State management | Explicit lifecycle for agent runs and snapshots |
| OpenShell runtime | Sandbox and channel mediation by NVIDIA |
| Routed inference | Control over where heavy inference runs occur |


Key Architecture Properties
- Deny by default — No capabilities are granted until explicitly configured
- Per-step audit — Every agent action is logged for review
- Reproducible blueprints — Runtime templates ensure consistent deployments
- OpenShell mediation — Channel messaging is managed through the NVIDIA runtime
For a different take on running agent software on accessible hardware, check out Hermes Agent Desktop as a native Windows AI agent — another approach to agent deployment outside the cloud.
What the Community Says
“The sandbox approach definitely makes sense for hardware independence, even if the market impact on nvidia is still a ways off.” — u/BuildWithRiikkk
“The ‘deny all by default’ sandbox posture is a good instinct, in enterprise the scary part isn’t just the model choice, it’s the agent getting ambient access to files/tokens/network.” — u/Original-Fennel7994
Try It and Evaluate
- Clone the repo and read the Overview and Architecture sections.
- Run a staging deployment, enable extensive logging, and validate that capability grants are explicit and auditable.
Do not run alpha software in production without containment. NemoClaw is a reference scaffold intended to inform secure deployments, not replace your own security review.
Project link:
https://github.com/NVIDIA/NemoClaw
- Vibecode Terminal, Unified Agent Sandbox
UI-TARS Desktop is a native GUI Agent from Bytedance that runs locally. It can operate desktop apps, open files, browse..
- Vibecode Terminal, Unified Agent Sandbox
Textarea.my by antonmedv is a tiny, client side text editor that embeds the note directly into the URL using deflate..
- Vibecode Terminal, Unified Agent Sandbox
MultipleWindow3dScene is a demo that synchronizes a single 3D world across infinite browser windows or screens in real time using..
- Vibecode Terminal, Unified Agent Sandbox
MapToPoster is a lightweight generator that renders minimalist city maps from any location you type, adds stylized text and coordinates,..
- Vibecode Terminal, Unified Agent Sandbox
Hermes Agent Desktop by RedWoodOG wraps the NousResearch Hermes Agent in a WinUI 3, .NET 10 desktop app. It gives..
- Vibecode Terminal, Unified Agent Sandbox
Hermes Agent is an open-source, terminal-first AI assistant from Nous Research that lives in your terminal or on a server…
