Security|AI / ML|DevelopmentRust
nono
Kernel-enforced agent sandbox for AI agents.
N/A rating (0 reviews)0 installs1,728 GitHub stars
sandboxsecurityAI
Nono wraps any AI agent or process in a kernel-isolated sandbox in seconds, providing capability-based isolation with secure key management, atomic rollback, and a cryptographic immutable audit chain of provenance. It allows running agents in a zero-trust environment without the need for a hypervisor or additional infrastructure.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nono": {
"args": [
"-y",
"nono"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.