NVIDIA NemoClaw#

License Security Policy Project Status

Alpha software

NemoClaw is in alpha, available as an early preview since March 16, 2026. APIs, configuration schemas, and runtime behavior are subject to breaking changes between releases. Do not use this software in production environments. File issues and feedback through the GitHub repository as the project continues to stabilize.

NVIDIA NemoClaw is an open source reference stack that simplifies running OpenClaw always-on assistants more safely. It installs the NVIDIA OpenShell runtime, part of NVIDIA Agent Toolkit, an environment designed for executing claws with additional security, and open source models like NVIDIA Nemotron.

Get Started#

Install the CLI and launch a sandboxed OpenClaw instance in a few commands.

$ curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash

Run nemoclaw --help in your terminal to view the full CLI reference. You can also clone the NemoClaw repository to explore the plugin source and blueprint.

Proceed to the Quickstart for step-by-step instructions.


Explore#

About NemoClaw

Learn what NemoClaw does and how it integrates OpenClaw with OpenShell.

Overview
Quickstart

Install the CLI, configure inference, and launch your first sandboxed agent.

Quickstart
Commands

CLI commands for launching, connecting, monitoring, and managing sandboxes.

Commands
Inference Profiles

NVIDIA endpoint inference configuration and available models.

Inference Profiles
How It Works

High-level overview of the plugin, blueprint, sandbox, and inference routing.

How NemoClaw Works
Architecture

Plugin structure, blueprint system, and sandbox lifecycle.

Architecture
Network Policies

Egress control, operator approval flow, and policy configuration.

Network Policies
Workspace Files

Understand agent identity, memory, and configuration files that persist in the sandbox.

Workspace Files
How-To Guides

Task-oriented guides for inference, deployment, and policy management.

Switch Inference Models at Runtime