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

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

## インストール

```sh
sudo av install brew:mp3cat
```

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

### macOS

- Homebrew (100%):

```sh
brew install mp3cat
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mp3cat
```

  証拠: MacPorts ports tree: audio/mp3cat/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mp3cat
```

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

## パッケージ情報

- **パッケージキー:** brew:mp3cat
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.5
- **ソース概要:** Reads and writes mp3 files
- **ホームページ:** <https://tomclegg.ca/mp3cat>
- **リポジトリ:** <https://github.com/tomclegg/mp3cat>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mp3cat (エイリアス)
- mp3dirclean (エイリアス)
- mp3http (エイリアス)
- mp3log (エイリアス)
- mp3log-conf (エイリアス)
- mp3stream-conf (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

mp3cat is a small Unix-style MP3 stream utility distributed from Tom Clegg's site and GitHub repository. Its core behavior is deliberately narrow: it copies a byte stream while skipping everything except MP3 frames with valid headers, so it can clean concatenated or noisy input and write the remaining frames to standard output or to its own directory format.

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

The distinctive feature is the "mp3dir" workflow. Instead of producing one file, mp3cat can append valid frames to current.mp3 and rotate timestamped segment files after a size threshold. The same format can be read like a following log: mp3cat waits at the end of current.mp3, notices rotations, and continues from the next file. The accompanying tools, including mp3log-conf and mp3stream-conf, place it in the same practical niche as daemontools-style audio logging and simple MP3 streaming.

### 使われ方

The project page says the software was written for Kootenay Cooperative Radio in Nelson, British Columbia, and presents a live-radio use case: record from a sound card into an mp3dir, clean old segments, and stream the directory to network clients. In package managers it is a niche command-line audio utility rather than a general editor or encoder; Homebrew describes it simply as a tool that reads and writes MP3 files.

### ソース

- <https://formulae.brew.sh/formula/mp3cat>
- <https://github.com/tomclegg/mp3cat>
- <https://tomclegg.ca/mp3cat>


## セキュリティノート

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

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

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

- Nix - mp3cat: normalized package name match | nixpkgs package indexes: pkgs/by-name/mp/mp3cat/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - mp3cat: normalized package name match | MacPorts ports tree: audio/mp3cat/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/mp3cat.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mp3cat.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
