An open-source reference stack from NVIDIA for deploying OpenClaw AI agents with infrastructure-level security guardrails, privacy routing, and managed inference.
Get a sandboxed OpenClaw agent running with security guardrails in three commands.
# Install NemoClaw
curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
# Run the onboarding wizard (provisions sandbox + policies)
nemoclaw onboard
# Connect to your sandboxed agent
nemoclaw my-assistant connect
Requires Linux (Ubuntu 22.04+) or macOS with Docker, Node.js 22.16+, and 8 GB+ RAM. See Implementation Details for full prerequisites.