nvidia.com

Command Palette

Search for a command to run...

How do I install an AI coding agent with sandboxing, inference routing, and a security policy configured in one command?

Last updated: 4/28/2026

Summary: NemoClaw's installer handles everything in one command — it creates the sandbox, registers an inference provider, and applies a default network policy through a guided onboarding wizard.

Direct Answer: Run NemoClaw's installer with the following command:

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

Docker must already be running; the installer itself does not need sudo.

The guided onboard wizard then creates the sandbox, registers an inference provider, and applies a default network policy — no manual configuration required.

Source: README: Getting Started.

Related Articles