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

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

## インストール

```sh
sudo av install brew:snitch
```

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

### macOS

- Homebrew (100%):

```sh
brew install snitch
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#snitch
```

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

## パッケージ情報

- **パッケージキー:** brew:snitch
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.2
- **ソース概要:** Prettier way to inspect network connections
- **ホームページ:** <https://github.com/karol-broda/snitch>
- **リポジトリ:** <https://github.com/karol-broda/snitch>
- **最終更新:** 2026-07-26T04:03:42+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- snitch (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.2.2
## プロジェクトの歴史と使われ方

snitch is a small terminal network-connection inspector that presents ss/netstat-style information through a friendlier TUI or formatted tables.

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

The project appeared publicly on GitHub in 2025. Its README positions it as a human-friendly replacement or companion for classic socket-inspection commands, with interactive and one-shot modes rather than a daemon or capture engine.

### 採用の歴史

The official README documents installation through Homebrew, Go, nixpkgs, Nix flakes, Home Manager, the Arch AUR, shell installer, GitHub releases, and container images. That packaging breadth is notable for a young terminal utility and explains why it appears quickly in package-manager catalogs.

### 使われ方

Typical usage is launching `snitch` for a live TUI, or running `snitch ls` for a styled or plain table of current TCP/UDP connections. The README documents filters for listening, established, TCP, UDP, refresh intervals, search, sorting, process watching, and process killing.

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

snitch is package-nerd friendly because it modernizes a familiar Unix workflow without needing privileged packet capture: the Docker notes emphasize host network/PID namespace access and `/proc/net/*` rather than CAP_NET_ADMIN or CAP_NET_RAW. Its Nix and Home Manager support also makes it attractive to users who treat CLI tools as declarative environment components.

### タイムライン

- 2025: Public GitHub repository created.
- 2025: README documents Homebrew and nixpkgs packaging along with Go, Nix flake, AUR, release binaries, and container installs.

### Related projects

- snitch is explicitly framed against `ss` and `netstat`, with a user experience closer to modern TUI system monitors.

### ソース

- GitHub REST repository metadata for karol-broda/snitch, accessed 2026-07-02.
- <https://github.com/karol-broda/snitch>
- <https://raw.githubusercontent.com/karol-broda/snitch/master/README.md>
- input.source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/snitch/snitch.toml
## 他のパッケージマネージャ記録

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


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
