docs/index.md
:start-after: <!-- start-badges -->
:end-before: <!-- end-badges -->
NVIDIA NemoClaw is an open source reference stack that simplifies running OpenClaw always-on assistants safely. It installs the NVIDIA OpenShell runtime, part of NVIDIA Agent Toolkit, a secure environment for running autonomous agents, and open source models like NVIDIA Nemotron.
Install the CLI and launch a sandboxed OpenClaw instance in a few commands.
<style>
.nc-term {
background: #1a1a2e;
border-radius: 8px;
overflow: hidden;
margin: 1.5em 0;
box-shadow: 0 4px 16px rgba(0,0,0,0.25);
font-family: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
font-size: 0.875em;
line-height: 1.8;
}
.nc-term-bar {
background: #252545;
padding: 10px 14px;
display: flex;
gap: 7px;
align-items: center;
}
.nc-term-dot { width: 12px; height: 12px; border-radius: 50%; }
.nc-term-dot-r { background: #ff5f56; }
.nc-term-dot-y { background: #ffbd2e; }
.nc-term-dot-g { background: #27c93f; }
.nc-term-body { padding: 16px 20px; color: #d4d4d8; }
.nc-term-body .nc-ps { color: #76b900; user-select: none; }
.nc-hl { color: #76b900; font-weight: 600; }
.nc-cursor {
display: inline-block;
width: 2px;
height: 1.1em;
background: #d4d4d8;
vertical-align: text-bottom;
margin-left: 1px;
animation: nc-blink 1s step-end infinite;
}
@keyframes nc-blink { 50% { opacity: 0; } }
</style>
<div class="nc-term">
<div class="nc-term-bar">
<span class="nc-term-dot nc-term-dot-r"></span>
<span class="nc-term-dot nc-term-dot-y"></span>
<span class="nc-term-dot nc-term-dot-g"></span>
</div>
<div class="nc-term-body">
<div><span class="nc-ps">$ </span>curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash</div>
</div>
</div>
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.
::::{grid} 2 2 3 3 :gutter: 3
:::{grid-item-card} About NemoClaw :link: about/overview :link-type: doc
Learn what NemoClaw does and how it integrates OpenClaw with OpenShell.
+++
{bdg-secondary}Concept
:::
:::{grid-item-card} Quickstart :link: get-started/quickstart :link-type: doc
Install the CLI, configure inference, and launch your first sandboxed agent.
+++
{bdg-secondary}Tutorial
:::
:::{grid-item-card} Commands :link: reference/commands :link-type: doc
CLI commands for launching, connecting, monitoring, and managing sandboxes.
+++
{bdg-secondary}Reference
:::
:::{grid-item-card} Inference Profiles :link: reference/inference-profiles :link-type: doc
NVIDIA cloud inference configuration and available models.
+++
{bdg-secondary}Reference
:::
:::{grid-item-card} How It Works :link: about/how-it-works :link-type: doc
High-level overview of the plugin, blueprint, sandbox, and inference routing.
+++
{bdg-secondary}Concept
:::
:::{grid-item-card} Architecture :link: reference/architecture :link-type: doc
Plugin structure, blueprint system, and sandbox lifecycle.
+++
{bdg-secondary}Reference
:::
:::{grid-item-card} Network Policies :link: reference/network-policies :link-type: doc
Egress control, operator approval flow, and policy configuration.
+++
{bdg-secondary}Reference
:::
:::{grid-item-card} How-To Guides :link: inference/switch-inference-providers :link-type: doc
Task-oriented guides for inference, deployment, and policy management.
+++
{bdg-secondary}How-To
:::
::::
:hidden:
Home <self>
:caption: About NemoClaw
:hidden:
Overview <about/overview>
How It Works <about/how-it-works>
Release Notes <about/release-notes>
:caption: Get Started
:hidden:
Quickstart <get-started/quickstart>
:caption: Inference
:hidden:
Switch Inference Providers <inference/switch-inference-providers>
:caption: Network Policy
:hidden:
Approve or Deny Network Requests <network-policy/approve-network-requests>
Customize the Network Policy <network-policy/customize-network-policy>
:caption: Deployment
:hidden:
Deploy to a Remote GPU Instance <deployment/deploy-to-remote-gpu>
Set Up the Telegram Bridge <deployment/set-up-telegram-bridge>
:caption: Monitoring
:hidden:
Monitor Sandbox Activity <monitoring/monitor-sandbox-activity>
:caption: Reference
:hidden:
Architecture <reference/architecture>
Commands <reference/commands>
Inference Profiles <reference/inference-profiles>
Network Policies <reference/network-policies>
Troubleshooting <reference/troubleshooting>
:caption: Resources
:hidden:
resources/license
Discord <https://discord.gg/XFpfPv9Uvx>