Supported Clients
| Client | Profile | Network | Description |
|---|---|---|---|
| Claude Code | claude-code | Allowed | Anthropic’s CLI coding agent |
| OpenCode | opencode | Allowed | Open-source AI coding assistant |
| OpenClaw | openclaw | Allowed | Multi-channel AI agent platform |
Quick Start
Every supported client has a built-in profile. Use it with a single flag:Using a Different Client?
nono is agent-agnostic. If your tool isn’t listed here, you can run it directly with capability flags:What the Sandbox Does
When you run a client through nono:- Only the directories and files you grant are accessible
- Sensitive paths (
~/.ssh,~/.aws, etc.) are blocked by default - Network can be allowed or blocked per-profile
- All child processes inherit the same restrictions
- The sandbox cannot be escaped or expanded at runtime
