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

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

## インストール

```sh
sudo av install brew:somo
```

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

### macOS

- Homebrew (100%):

```sh
brew install somo
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#somo
```

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

## パッケージ情報

- **パッケージキー:** brew:somo
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.3.3
- **ソース概要:** Human-friendly alternative to netstat for socket and port monitoring
- **ホームページ:** <https://github.com/theopfr/somo>
- **リポジトリ:** <https://github.com/theopfr/somo>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- somo (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

somo is a Rust command-line utility that presents socket and port information in a more human-friendly form than traditional `netstat` output. It targets Linux and macOS and is packaged through Cargo, Homebrew, Nix, Arch-style packaging, and downloadable releases.

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

The upstream changelog records somo 1.0.0 on 4 June 2025, with command-line flag changes, tests, a logo, and removal of AbuseIPDB scanning. Version 1.1.0 in July 2025 added macOS support, shell completions, Nix packaging support, compact output, JSON/custom formatting, and other terminal-oriented features.

Later 2025 releases added config-file support for default flags, IANA service-name annotations, established-connection filtering, built-in paging, and README documentation for Homebrew installation. By April 2026 the latest GitHub release shown on the repository was 1.3.3.

### 採用の歴史

GitHub shows thousands of stars for the project, and Homebrew analytics show more than a thousand installs over the trailing year. That makes somo a visible example of the newer wave of Rust CLIs that repackage familiar Unix administration tasks with richer defaults.

### 使われ方

Users run `somo` or `sudo somo` to inspect connections, then filter by TCP/UDP, PID, process, local port, remote address, connection state, or output format. The README explicitly frames it as a move from `netstat -tulpn` to `somo -l`, with JSON output and generated shell completions for scripting and interactive use.

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

somo is package-nerd catnip because it follows the modern Rust CLI pattern: small static-feeling binary, polished table output, shell completions, JSON mode, Homebrew formula, Cargo install path, and Nix support. It competes culturally with old admin tools rather than replacing a network stack component.

### タイムライン

- 2025: somo 1.0.0 released.
- 2025: somo 1.1.0 adds macOS support, shell completions, Nix packaging, JSON output, and compact mode.
- 2025: somo 1.2.0 adds config-file support and IANA service annotations.
- 2025: somo 1.3.0 updates documentation for Homebrew installation and adds automatic paging.
- 2026: somo 1.3.3 released.

### Related projects

- Traditional `netstat` is the comparison point used by the README.
- The README names procfs for Linux support and netstat2/libproc for macOS support.
- Cargo, Homebrew, Nix, and Arch-style packaging are all documented installation paths.

### ソース

- <https://docs.rs/crate/somo/latest>
- <https://formulae.brew.sh/api/formula/somo.json>
- <https://github.com/theopfr/somo>
- <https://raw.githubusercontent.com/theopfr/somo/master/CHANGELOG.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - somo: normalized package name match | nixpkgs package indexes: pkgs/by-name/so/somo/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/somo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/somo.yml)


## ソース

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