nono works with any CLI tool, but these guides walk through setup and best practices for popular AI coding agents.Documentation Index
Fetch the complete documentation index at: https://nono.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported Clients
| Client | Profile | Network | Description |
|---|---|---|---|
| Claude Code | claude-code | Allowed | Anthropic’s CLI coding agent |
| Codex | codex | Allowed | OpenAI’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 profile available via the registry or as a preset. 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 at runtime - expansion requires explicit supervisor approval (Linux only)