# Install abi-dumper with Homebrew, apk, apt, dnf, Nix, pacman, zypper

Dump ABI of an ELF object containing DWARF debug info. Version 1.4 via Homebrew; verified 2026-06-05.

## Install

```sh
sudo av install brew:abi-dumper
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install abi-dumper
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add abi-dumper
```

  Evidence: Alpine Linux edge package indexes: abi-dumper from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install abi-dumper
```

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

- dnf (92%):

```sh
sudo dnf install abi-dumper
```

  Evidence: Fedora Rawhide package metadata: abi-dumper 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#abi-dumper
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ab/abi-dumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S abi-dumper
```

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

- zypper (92%):

```sh
sudo zypper install abi-dumper
```

  Evidence: openSUSE Tumbleweed package metadata: abi-dumper from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:abi-dumper
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/abi-dumper>
- **Version:** 1.4
- **Source summary:** Dump ABI of an ELF object containing DWARF debug info
- **Homepage:** <https://github.com/lvc/abi-dumper>
- **Repository:** <https://github.com/lvc/abi-dumper>
- **Upstream docs:** <https://github.com/lvc/abi-dumper#readme>
- **License:** LGPL-2.1-or-later
- **Source archive:** <https://github.com/lvc/abi-dumper/archive/refs/tags/1.4.tar.gz>
- **Last updated:** 2026-06-05T23:09:01Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- abi-dumper (cli)
- abi-dumper (alias)

## Dependencies

- elfutils
- perl
- universal-ctags
- vtable-dumper

## Install behavior

- Post-install hook: not defined
- Bottle: available on all

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.4
- Package-manager updated: 2026-06-05
- Local data: ok
- Upstream repository: https://github.com/lvc/abi-dumper
- Upstream latest detected: 1.4 (current)
## Project history and usage

ABI Dumper is a developer tool that extracts ABI information from ELF objects with DWARF debug data. Its output is intended for ABI Compliance Checker, allowing maintainers to compare C/C++ library or kernel-module ABI changes across builds.

### Project history

The official README identifies Andrey Ponomarenko as the developer and describes ABI Dumper as part of the ABI tracking workflow around ABI Compliance Checker. The GitHub repository was created in 2013 and its tag history runs from 0.95 through 1.4.

### Adoption history

ABI Dumper has been packaged broadly in Linux and Unix-like package managers. The input package-manager facts list Alpine, Homebrew, Debian, Fedora, Nix, Arch, Ubuntu, and openSUSE, reflecting its use by distribution maintainers and library developers who care about ABI stability.

### How it is used

Users compile objects with debug information, run abi-dumper on a shared library or kernel module to produce an ABI dump, and then compare old and new dumps with abi-compliance-checker. The README documents dependencies on Perl, elfutils, GNU binutils, universal ctags, vtable-dumper, ABI Compliance Checker, and GCC C++.

### Why package nerds care

ABI Dumper is package-nerd significant because ABI breakage is a central maintenance problem for binary distributions. It gives packagers and upstream library maintainers a reproducible artifact for compatibility checks rather than relying only on source-level API review.

### Timeline

- 2013: GitHub repository created.
- 2013: Earliest current GitHub tag is 0.95.
- 2010s: The tool becomes part of the ABI Compliance Checker ecosystem.
- 2025: GitHub repository metadata shows continued activity.
- Current: Latest listed GitHub tag is 1.4.

### Related projects

- Related projects include ABI Compliance Checker, vtable-dumper, universal-ctags, elfutils, GNU binutils, and C/C++ shared-library packaging workflows.

### Sources

- Official README, GitHub repository metadata, GitHub tag metadata, and 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:** abi-dumper
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** linux
- **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 - abi-dumper - 1.4-1: normalized package name match | Debian stable package indexes: abi-dumper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- Nix - abi-dumper: normalized package name match | nixpkgs package indexes: pkgs/by-name/ab/abi-dumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - abi-dumper - 1.2-3: normalized package name match | Ubuntu 24.04 LTS package indexes: abi-dumper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- apk - abi-dumper - 1.4-r3: normalized package name match | Alpine Linux edge package indexes: abi-dumper from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- dnf - abi-dumper - 1.4-5.fc44: normalized package name match | Fedora Rawhide package metadata: abi-dumper from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Tool to dump ABI of an ELF object containing DWARF debug info | http://github.com/lvc/abi-dumper/
- pacman - abi-dumper - 1.4-2: normalized package name match | Arch Linux sync databases: abi-dumper from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper
- zypper - abi-dumper - 1.4-1.3: normalized package name match | openSUSE Tumbleweed package metadata: abi-dumper from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Tool to dump ABI of an ELF object containing DWARF debug info | https://github.com/lvc/abi-dumper


## 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.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [elfutils](https://www.automicvault.com/pkg/brew/elfutils/) - Runtime dependency declared by Homebrew.
- [perl](https://www.automicvault.com/pkg/brew/perl/) - Runtime dependency declared by Homebrew.
- [universal-ctags](https://www.automicvault.com/pkg/brew/universal-ctags/) - Runtime dependency declared by Homebrew.
- [vtable-dumper](https://www.automicvault.com/pkg/brew/vtable-dumper/) - Runtime dependency declared by Homebrew.
- [libabigail](https://www.automicvault.com/pkg/brew/libabigail/) - Shares av.db curated category or tags: abi, binary-analysis, cli, developer-tools, elf.
- [dwarf](https://www.automicvault.com/pkg/brew/dwarf/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [go-size-analyzer](https://www.automicvault.com/pkg/brew/go-size-analyzer/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [readpe](https://www.automicvault.com/pkg/brew/readpe/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [swift-section](https://www.automicvault.com/pkg/brew/swift-section/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [bcpp](https://www.automicvault.com/pkg/brew/bcpp/) - Shares av.db curated category or tags: c, cli, cpp, developer-tools.
- [elfx86exts](https://www.automicvault.com/pkg/brew/elfx86exts/) - Local package facts share a topical domain. Shared terms: analysis, binary, binary-analysis, cli, developer.

## Combined YAML source

View the package source record on GitHub. [combined/abi-dumper.yml](https://github.com/automic-vault/db/blob/main/combined/abi-dumper.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
