# Install dwarfutils with Homebrew, apt, zypper, Nix

Dump and produce DWARF debug information in ELF objects. Version 2.3.2 via Homebrew; verified 2026-07-08.

## Install

```sh
sudo av install brew:dwarfutils
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install dwarfutils
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install dwarfdump
```

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

- zypper (92%):

```sh
sudo zypper install libdwarf-tools
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#dwarfdump
```

  Evidence: nixpkgs package indexes: dwarfdump from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Package facts

- **Package key:** brew:dwarfutils
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/dwarfutils>
- **Version:** 2.3.2
- **Source summary:** Dump and produce DWARF debug information in ELF objects
- **Homepage:** <https://www.prevanders.net/dwarf.html>
- **Repository:** <https://github.com/davea42/libdwarf-code>
- **Upstream docs:** <https://www.prevanders.net/dwarf.html>
- **License:** BSD-2-Clause AND LGPL-2.1-or-later AND GPL-2.0-or-later
- **Source archive:** <https://www.prevanders.net/libdwarf-2.3.2.tar.xz>
- **Last updated:** 2026-07-08T03:18:46Z
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- dwarfdump (cli)
- dwarfdump (alias)

## Build dependencies

- pkgconf

## 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-09
- Package-manager version: 2.3.2
- Package-manager updated: 2026-07-08
- Local data: ok
- Upstream repository: https://www.prevanders.net/dwarf.html
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

dwarfutils packages dwarfdump and libdwarf tooling for reading, dumping, and producing DWARF debugging information in object files. It is part of the long-running DWARF debug-info ecosystem used by compiler, debugger, toolchain, and binary-analysis developers.

### Project history

The libdwarf project page says the DWARF debugging information format was developed by a committee, then known as PLSIG, starting around 1991. SGI became involved around 1991 and developed libdwarf and dwarfdump for SGI internal use and IRIX developer tools.

According to the same page, from around 1993 dwarfdump and libdwarf shipped with every SGI MIPS/IRIX C compiler release as an executable and archive library. SGI agreed to open-source libdwarf in 1994 and dwarfdump in 1999.

The project later moved through SourceForge-era public hosting to GitHub. The project page says source was available via SourceForge git from March 2011, and that beginning 14 May 2021 the GitHub repository became the reference source with SourceForge no longer current.

Modern libdwarf focuses on portable access to DWARF2 through DWARF5 data, robust handling of corrupted DWARF, and build support via configure, CMake, and Meson. The README states that DWARF6 support will be added when the standard is released.

### Adoption history

The DWARF standard site describes DWARF as widely used on Unix, Linux, other operating systems, and stand-alone environments. That broad standard adoption gives libdwarf and dwarfdump enduring relevance even when the utilities themselves are niche.

The input metadata lists packages across Homebrew, Debian, Ubuntu, Nix, and zypper, reflecting its role as a distribution-level toolchain utility rather than an end-user application. The project page also highlights CI across Linux, FreeBSD, macOS, and Windows msys2 and testing against many corrupted objects.

### How it is used

dwarfdump prints DWARF2, DWARF3, DWARF4, and some DWARF5 data from object files in readable form. libdwarf provides C/C++ APIs for reading DWARF sections, while libdwarfp offers a limited producer API for creating DWARF data.

Typical users are compiler and debugger implementers, build-system and distribution maintainers, binary-analysis developers, and anyone debugging problems in generated debug information.

### Why package nerds care

dwarfutils is package-nerd significant because debug information is invisible until it breaks, then it is essential. Having dwarfdump available from a package manager gives maintainers a standard diagnostic tool for compiler output, stripped/split debug files, compressed sections, malformed objects, and DWARF version transitions.

Its history also ties modern open-source packaging to older proprietary Unix toolchains: SGI-originated debug tooling became portable free software, then continued evolving alongside ELF, Mach-O, PE object helpers, DWARF5, fuzzing, and semantic versioning.

### Timeline

- 1991: The DWARF format effort and SGI involvement begin, according to the libdwarf project page.
- 1993: dwarfdump and libdwarf begin shipping with SGI MIPS/IRIX C compiler releases.
- 1994: SGI agrees to open-source libdwarf.
- 1999: SGI agrees to open-source dwarfdump.
- 2011: libdwarf source becomes available via SourceForge git.
- 2017: DWARF Version 5 is released, according to the libdwarf project page.
- 2021: GitHub becomes the reference source; libdwarf transitions to semantic versioning.
- 2026: The README lists libdwarf 2.3.1 released on 4 March 2026.

### Related projects

- DWARF Debugging Information Format is the standard that libdwarf and dwarfdump implement.
- Compiler and debugger ecosystems such as GCC, LLVM/Clang, GDB, LLDB, ELF, Mach-O, PE, split DWARF, and compressed debug sections are adjacent to the package's core use.
- The libdwarf project page also points to readelfobj, readobjmacho, readobjpe, object_detector, regression tests, and tsearch support code as related project resources.

### Sources

- <https://www.prevanders.net/dwarf.html>
- <https://raw.githubusercontent.com/davea42/libdwarf-code/main/README.md>
- <https://dwarfstd.org/>
- <https://api.github.com/repos/davea42/libdwarf-code>


## 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:** dwarfutils
- **Aliases:** libdwarf
- **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 - dwarfdump - 1:0.11.1-1: normalized package name match | Debian stable package indexes: dwarfdump from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | utility to dump DWARF debug information from ELF objects | https://github.com/davea42/libdwarf-code
- Debian apt - libdwarf-dev - 1:0.11.1-1: normalized package name match | Debian stable package indexes: libdwarf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to consume and produce DWARF debug information | https://github.com/davea42/libdwarf-code
- Debian apt - libdwarf1 - 1:0.11.1-1: normalized package name match | Debian stable package indexes: libdwarf1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to consume and produce DWARF debug information (runtime) | https://github.com/davea42/libdwarf-code
- Ubuntu apt - dwarfdump - 20210528-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: dwarfdump from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | utility to dump DWARF debug information from ELF objects | https://www.prevanders.net/dwarf.html
- Ubuntu apt - libdwarf-dev - 20210528-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libdwarf-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to consume and produce DWARF debug information | https://www.prevanders.net/dwarf.html
- Ubuntu apt - libdwarf1 - 20210528-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libdwarf1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to consume and produce DWARF debug information (runtime) | https://www.prevanders.net/dwarf.html
- zypper - libdwarf-tools - 2.3.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: libdwarf-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | DWARF-related tools | https://prevanders.net/dwarf.html
- Nix - dwarfdump: installed executable or alias match | nixpkgs package indexes: dwarfdump from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Related links

- [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.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [kcov](https://www.automicvault.com/pkg/brew/kcov/) - Popular package that depends on this formula.
- [orbuculum](https://www.automicvault.com/pkg/brew/orbuculum/) - Popular package that depends on this formula.
- [semgrep](https://www.automicvault.com/pkg/brew/semgrep/) - Popular package that depends on this formula.
- [elfutils](https://www.automicvault.com/pkg/brew/elfutils/) - Shares av.db curated category or tags: binary-tools, cli, debugging, developer-tools, dwarf.
- [cargo-careful](https://www.automicvault.com/pkg/brew/cargo-careful/) - Shares av.db curated category or tags: cli, debugging, developer-tools.
- [cdebug](https://www.automicvault.com/pkg/brew/cdebug/) - Shares av.db curated category or tags: cli, debugging, developer-tools.
- [chdig](https://www.automicvault.com/pkg/brew/chdig/) - Shares av.db curated category or tags: cli, debugging, developer-tools.
- [chrpath](https://www.automicvault.com/pkg/brew/chrpath/) - Shares av.db curated category or tags: binary-tools, cli, developer-tools, elf.
- [crash](https://www.automicvault.com/pkg/brew/crash/) - Shares av.db curated category or tags: cli, debugging, developer-tools.
- [ddd](https://www.automicvault.com/pkg/brew/ddd/) - Shares av.db curated category or tags: cli, debugging, developer-tools.
- [delve](https://www.automicvault.com/pkg/brew/delve/) - Shares av.db curated category or tags: cli, debugging, developer-tools.
- [abi-dumper](https://www.automicvault.com/pkg/brew/abi-dumper/) - Local package facts share a topical domain. Shared terms: binary, cli, debug, developer, developer-tools.
- [dwarf](https://www.automicvault.com/pkg/brew/dwarf/) - Local package facts share a topical domain. Shared terms: binary, cli, developer, developer-tools, dwarf.

## Combined YAML source

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