The Personal Agent Framework That Actually Does Things.
A powerful local sandbox environment for testing and managing intelligent AI agents. Completely isolated filesystem access with seamless OpenRouter integration.
NEW
First-class support for OpenRouter natively integrated
⟩ Just Bring Your API Key
OpenRouter Integrated
No complex configurations required. OpenNemoClaw comes natively configured to connect to OpenRouter out-of-the-box.
Interactive Onboarding
Securely enter your API key without leaking it into your shell history using the interactive wizard.
Secure & Sandboxed
Agents run in an isolated Docker environment, meaning malicious or hallucinating agents cannot touch your local host machine.
⟩ Quick Start
Runs on Mac, Windows, or Linux. Requires Node 18+ and Docker Desktop.
iwr -useb https://raw.githubusercontent.com/uset82/opennemoclaw/main/scripts/install.ps1 | iex
⟩ Configure the Engine
1
Set OpenRouter as Default
nemoclaw config set inference.defaultProvider openrouter
2
Set the Model
nemoclaw config set inference.defaultModel openrouter/free
3
Set API Key Securely
nemoclaw onboard
4
Start an Agent
nemoclaw create demo-agent --blueprint basic-agent
nemoclaw start demo-agent