# atomicparsley を Homebrew, apk, apt, Nix, pacman, dnf, MacPorts, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:atomicparsley
```

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

### macOS

- Homebrew (100%):

```sh
brew install atomicparsley
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install AtomicParsley
```

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

### Linux

- apk (92%):

```sh
sudo apk add atomicparsley
```

  証拠: Alpine Linux edge package indexes: atomicparsley from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install atomicparsley
```

  証拠: Debian stable package indexes: atomicparsley from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#atomicparsley
```

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

- pacman (92%):

```sh
sudo pacman -S atomicparsley
```

  証拠: Arch Linux sync databases: atomicparsley from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- dnf (92%):

```sh
sudo dnf install AtomicParsley
```

  証拠: Fedora Rawhide package metadata: AtomicParsley from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/atomicparsley
```

  証拠: Scoop official bucket manifest trees: bucket/atomicparsley.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id wez.atomicparsley -e
```

  証拠: Windows Package Manager source index: wez.atomicparsley from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:atomicparsley
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/atomicparsley>
- **バージョン:** 20240608.083822.1ed9031
- **ソース概要:** MPEG-4 command-line tool
- **ホームページ:** <https://github.com/wez/atomicparsley>
- **リポジトリ:** <https://github.com/wez/atomicparsley>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/wez/atomicparsley/archive/refs/tags/20240608.083822.1ed9031.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- cmake

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 20240608.083822.1ed9031
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/wez/atomicparsley
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

AtomicParsley is a command-line MPEG-4 metadata editor best known for reading, inspecting, and writing iTunes-style tags in MP4-family media files. It sits in the media-tooling niche occupied by small single-purpose CLIs: it is not a transcoder, but a metadata surgery tool used after ripping, downloading, podcasting, or encoding workflows.

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

The maintained GitHub repository describes AtomicParsley as a lightweight command-line program for reading, parsing, and setting metadata in MPEG-4 files, especially iTunes-style metadata. The current maintainer notes that he made fixes to the original SourceForge project in 2009 and became the de facto fork as a result.

The same maintenance note explains the modern repository shape: the maintainer had not personally used the tool for years, but kept it alive in a loose guiding role. In 2020, Bitbucket's shutdown of Mercurial hosting forced a migration, after which the GitHub repository gained renewed activity and multi-platform GitHub Actions builds.

### 採用の歴史

AtomicParsley became one of the standard low-level MP4 tagging tools in package-manager culture because it exposed iTunes-era atoms directly from a scriptable command line. The input package facts show packaging across Homebrew, Debian, Ubuntu, Fedora, Alpine, Arch, MacPorts, Nix, Scoop, and winget, which is typical of a durable utility depended on by larger media workflows rather than a flashy end-user app.

Its cross-platform release artifacts and Homebrew install instructions in the README reinforce that it is consumed both as a standalone binary and as a building block inside scripts. The README warns that Homebrew may lag the latest repository release, a small but familiar detail for package maintainers tracking upstream tags.

### 使われ方

Typical use is direct metadata inspection and mutation: printing an atom tree, printing text tags, extracting artwork, setting artist/title/album fields, adding cover art, marking podcast fields, and deleting individual tags or artwork. The README's quick help also documents less common MPEG-4 metadata areas such as reverse-DNS forms, 3GPP assets, ISO copyright notices, UUID tags, and ID3-on-MP4 support.

Package users usually reach for AtomicParsley when a media pipeline already has an MP4 and needs metadata adjusted without re-encoding. That makes the tool useful in shell scripts and post-processing hooks where a GUI tagger would be too manual.

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

AtomicParsley is package-nerd interesting because it is an old media utility whose active lineage moved through legacy forge infrastructure, a Mercurial-era Bitbucket fork, and finally GitHub. It is also a good example of a small CLI with a long tail: the binary is tiny, the interface is stable, and downstream packagers keep it around because other tools and scripts expect it.

The package also illustrates the maintenance reality of aging media tools. Upstream accepts easy-to-review fixes and has CI for major platforms, but the maintainer's own note is candid that complex behavior needs tests because he no longer uses the tool day to day.

### タイムライン

- 2009: Wez Furlong made fixes to the original SourceForge project and his fork became the de facto maintained AtomicParsley line.
- 2020: The repository moved after Bitbucket ended Mercurial hosting, producing renewed GitHub activity.
- 2020: GitHub release 20200701.154658.b0d6223 published.
- 2022: GitHub release 20221229.172126.d813aa6 published.
- 2024: GitHub release 20240608.083822.1ed9031 published.

### Related projects

- Adjacent tools include MP4Box, FFmpeg, ExifTool, and media managers that call dedicated taggers as part of post-processing. AtomicParsley is narrower than those projects, focused on MPEG-4 atoms and iTunes-style metadata rather than general media conversion or broad metadata extraction.

### ソース

- Official GitHub README maintenance note and usage help.
- Official GitHub releases API.
- input source_facts.package-manager.


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

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

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

- Debian apt - atomicparsley - 20240608.083822.1ed9031-1: normalized package name match | Debian stable package indexes: atomicparsley from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | read, parse and set metadata of MPEG-4 and 3gp files | https://github.com/wez/atomicparsley
- Nix - atomicparsley: normalized package name match | nixpkgs package indexes: pkgs/by-name/at/atomicparsley/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - atomicparsley - 20210715.151551.e7ad03a-1: normalized package name match | Ubuntu 24.04 LTS package indexes: atomicparsley from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | read, parse and set metadata of MPEG-4 and 3gp files | https://github.com/wez/atomicparsley
- apk - atomicparsley - 20240608-r0: normalized package name match | Alpine Linux edge package indexes: atomicparsley from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A command line program for reading, parsing and setting iTunes-style metadata in MPEG4 files | https://atomicparsley.sourceforge.net/
- dnf - AtomicParsley - 0.9.5-34.fc45: normalized package name match | Fedora Rawhide package metadata: AtomicParsley from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Command-line program to read and set MPEG-4 tags compatible with iPod/iTunes | http://atomicparsley.sourceforge.net/
- pacman - atomicparsley - 20240608.083822.1ed9031-1: normalized package name match | Arch Linux sync databases: atomicparsley from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Command line program for reading, parsing and setting metadata in MPEG-4 files | https://github.com/wez/atomicparsley
- MacPorts - AtomicParsley: normalized package name match | MacPorts ports tree: multimedia/AtomicParsley/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/atomicparsley: normalized package name match | Scoop official bucket manifest trees: bucket/atomicparsley.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - wez.atomicparsley: normalized package name match | Windows Package Manager source index: wez.atomicparsley from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [get_iplayer](https://pkg.so/ja/brew/get-iplayer/) - Popular package that depends on this formula.
- [exiftool](https://pkg.so/ja/brew/exiftool/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [media-info](https://pkg.so/ja/brew/media-info/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [exiv2](https://pkg.so/ja/brew/exiv2/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [dovi_tool](https://pkg.so/ja/brew/dovi-tool/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [rsgain](https://pkg.so/ja/brew/rsgain/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [exempi](https://pkg.so/ja/brew/exempi/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [exif](https://pkg.so/ja/brew/exif/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [sacad](https://pkg.so/ja/brew/sacad/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [glyr](https://pkg.so/ja/brew/glyr/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, media, metadata.

## Combined YAML source

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