# Install atomicparsley with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop, winget

MPEG-4 command-line tool. Version 20240608.083822.1ed9031 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install atomicparsley
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install AtomicParsley
```

  Evidence: 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
```

  Evidence: 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
```

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

- dnf (92%):

```sh
sudo dnf install AtomicParsley
```

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

- Nix (92%):

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

  Evidence: 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
```

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

### Windows

- Scoop (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:atomicparsley
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/atomicparsley>
- **Version:** 20240608.083822.1ed9031
- **Source summary:** MPEG-4 command-line tool
- **Homepage:** <https://github.com/wez/atomicparsley>
- **Repository:** <https://github.com/wez/atomicparsley>
- **Upstream docs:** <https://github.com/wez/atomicparsley#readme>
- **License:** GPL-2.0-or-later
- **Source archive:** <https://github.com/wez/atomicparsley/archive/refs/tags/20240608.083822.1ed9031.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- AtomicParsley (cli)
- AtomicParsley (alias)

## Build dependencies

- cmake

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 20240608.083822.1ed9031
- Local data: ok
- Upstream repository: https://github.com/wez/atomicparsley
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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.

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **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

## Other Package-Manager Records

- 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-33.fc44: normalized package name match | Fedora Rawhide package metadata: AtomicParsley from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [get_iplayer](https://www.automicvault.com/pkg/brew/get-iplayer/) - Popular package that depends on this formula.
- [avimetaedit](https://www.automicvault.com/pkg/brew/avimetaedit/) - Shares av.db curated category or tags: cli, media, metadata.
- [bento4](https://www.automicvault.com/pkg/brew/bento4/) - Shares av.db curated category or tags: cli, media, mp4.
- [bwfmetaedit](https://www.automicvault.com/pkg/brew/bwfmetaedit/) - Shares av.db curated category or tags: cli, media, metadata.
- [cd-discid](https://www.automicvault.com/pkg/brew/cd-discid/) - Shares av.db curated category or tags: cli, media, metadata.
- [dcraw](https://www.automicvault.com/pkg/brew/dcraw/) - Shares av.db curated category or tags: cli, media, metadata.
- [deark](https://www.automicvault.com/pkg/brew/deark/) - Shares av.db curated category or tags: cli, media, metadata.
- [dovi_tool](https://www.automicvault.com/pkg/brew/dovi-tool/) - Shares av.db curated category or tags: cli, media, metadata.
- [easy-tag](https://www.automicvault.com/pkg/brew/easy-tag/) - Shares av.db curated category or tags: cli, media, metadata.
- [glyr](https://www.automicvault.com/pkg/brew/glyr/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, media, metadata.
- [av1an](https://www.automicvault.com/pkg/brew/av1an/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, media.
- [basis_universal](https://www.automicvault.com/pkg/brew/basis-universal/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, media.

## Combined YAML source

View the package source record on GitHub. [combined/atomicparsley.yml](https://github.com/automic-vault/db/blob/main/combined/atomicparsley.yml)


## Sources

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