# nono を Homebrew, Nix でインストール

nono のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:nono
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install nono
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#nono
```

  証拠: nixpkgs package indexes: pkgs/by-name/no/nono/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:nono
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/nono>
- **バージョン:** 0.71.0
- **ソース概要:** Capability-based sandbox shell for AI agents with OS-enforced isolation
- **ホームページ:** <https://nono.sh>
- **リポジトリ:** <https://github.com/nolabs-ai/nono>
- **上流ドキュメント:** <https://nono.sh>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/nolabs-ai/nono/archive/refs/tags/v0.71.0.tar.gz>
- **最終更新:** 2026-07-31T16:35:42Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- nono (cli)
- nono (エイリアス)

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.71.0
- マネージャ更新日: 2026-07-31
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/nolabs-ai/nono
- 検出された最新: v0.71.0 (最新)
## プロジェクトの歴史と使われ方

nono is a capability-based sandbox CLI and SDK project for AI agents, MCP tools, and LLM workloads. Its docs describe a secure, kernel-enforced sandbox with capability-based isolation, secure key management, rollback, and an immutable audit chain.

### プロジェクトの歴史

The GitHub repository was created on 2026-01-31. Public launch material posted on 2026-02-02 framed nono as a response to local AI coding agents running with the user's full filesystem and network permissions.

The core design uses kernel primitives instead of a container runtime: Landlock on Linux and Seatbelt on macOS. The project also exposes SDK directions beyond the CLI, with docs for a Rust core library plus Go, TypeScript, and Python integration paths.

Release activity accelerated quickly in 2026. GitHub release metadata shows v0.66.0 published on 2026-06-29, and Homebrew packaged the same stable version in its 2026-07-01 formula data.

### 採用の歴史

nono is young, but it had already become unusually visible for a 2026 security CLI: the GitHub repository had thousands of stars by 2026-07-01, Homebrew reported thousands of installs across 90 and 365 day windows in its 2026-07-01 formula data, and discussion/examples focus on sandboxing AI coding agents rather than generic process confinement.

Because the project is close to the AI-agent security wave, adoption should be treated as early-stage and volatile. The reliable source-backed claim is that it had rapid package-manager and GitHub traction by mid-2026, not that it had become a mature standard.

### 使われ方

Typical CLI usage wraps an agent or command with explicit filesystem and network capabilities: examples include `nono run --allow . -- claude`, separate `--allow` and `--write` paths, `--net-block`, and `--dry-run`. The docs and launch post also describe default protection for sensitive paths such as SSH keys, AWS credentials, and shell configs.

Package users reach for it when they want OS-enforced guardrails around an AI agent, build step, test run, or data-processing command without building a container image. The important operational model is that child processes inherit restrictions once the sandbox is applied.

### パッケージ好きにとっての重要性

nono is notable because it packages a security boundary as a normal CLI wrapper for developer workstations. For package nerds, the interesting part is not only the Rust binary but the distribution of OS-specific confinement behavior through one command: Landlock-backed Linux behavior, Seatbelt-backed macOS behavior, and formula variants that differ by platform dependencies.

### タイムライン

- 2026-01-31: GitHub repository created.
- 2026-02-02: introductory post published.
- 2026-06-29: v0.66.0 release published.
- 2026-07-01: Homebrew formula data listed stable 0.66.0.

### Related projects

- Related concepts and projects include Linux Landlock, macOS Seatbelt, AI coding agents such as Claude Code and OpenCode, MCP workloads, Docker, and local sandbox wrappers.

### ソース

- <https://api.github.com/repos/nolabs-ai/nono>
- <https://api.github.com/repos/nolabs-ai/nono/releases?per_page=10>
- <https://dev.to/lukehinds/introducing-nono-a-secure-sandbox-for-ai-agents-1lo2>
- <https://formulae.brew.sh/api/formula/nono.json>
- <https://github.com/nolabs-ai/nono>
- <https://github.com/nolabs-ai/nono/releases/tag/v0.66.0>
- <https://nono.sh/docs/introduction>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nono
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - nono: normalized package name match | nixpkgs package indexes: pkgs/by-name/no/nono/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [MCP tool packages](https://pkg.so/ja/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [AI and agent packages](https://pkg.so/ja/ai-agent-tools/) - Matched AI model, agent, coding-agent, orchestration, or MCP metadata.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [e2b](https://pkg.so/ja/brew/e2b/) - Shares pkgdb curated category or tags: agents, ai, ai-agents, cli, sandbox.
- [sandvault](https://pkg.so/ja/brew/sandvault/) - Shares pkgdb curated category or tags: agents, ai, ai-agents, cli, sandbox.
- [gbox](https://pkg.so/ja/brew/gbox/) - Shares pkgdb curated category or tags: agents, ai, ai-agents, cli, sandbox.
- [agent-browser](https://pkg.so/ja/brew/agent-browser/) - Shares pkgdb curated category or tags: agents, ai, ai-agents, cli.
- [docker-agent](https://pkg.so/ja/brew/docker-agent/) - Shares pkgdb curated category or tags: agents, ai, ai-agents, cli.
- [ironclaw](https://pkg.so/ja/brew/ironclaw/) - Shares pkgdb curated category or tags: agents, ai, cli, sandbox.
- [librefang](https://pkg.so/ja/brew/librefang/) - Shares pkgdb curated category or tags: agents, ai, ai-agents, cli.
- [block-goose-cli](https://pkg.so/ja/brew/block-goose-cli/) - Shares pkgdb curated category or tags: agents, ai, cli.

## Combined YAML source

View the package source record on GitHub. [combined/nono.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nono.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
