# hexd mit Homebrew, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für hexd in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:hexd
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install hexd
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#hexd
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/he/hexd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install hexd
```

  Evidenz: openSUSE Tumbleweed package metadata: hexd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:hexd
- **Paketmanager:** Homebrew
- **Version:** 1.1.0
- **Quellzusammenfassung:** Colourful, human-friendly hexdump tool
- **Homepage:** <https://github.com/FireyFly/hexd>
- **Repository:** <https://github.com/FireyFly/hexd>
- **Zuletzt aktualisiert:** 2026-08-02T00:19:39+09:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- hexd (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.1.0
## Projektgeschichte und Nutzung

hexd is a small C hexdump tool that uses color to make byte-value patterns easier to see in terminal output.

### Projektgeschichte

The GitHub repository was created in December 2013 and describes hexd as a colorful, human-friendly hexdump tool. Its man page, dated February 2022, documents the stable CLI shape: file or stdin input, optional plaintext or pretty output, grouping, ranges, width control, and repeated-line collapsing.

### Adoptionsgeschichte

The project is packaged by Homebrew from the GitHub tag archive, and the input package metadata also records Nix and zypper package names. Its small C codebase and manpage-style interface make it a straightforward Unix package.

### Wie es verwendet wird

hexd prints a human-readable dump of files or standard input. It classifies byte ranges with terminal colors, honors an HEXD_COLORS environment variable for SGR formatting, and includes range selection examples for inspecting embedded file regions or comparing binary headers.

### Warum Paket-Nerds sich dafür interessieren

hexd is the kind of tiny single-purpose CLI package that package managers collect well: it does not replace hexdump, od, or xxd, but offers a visual inspection trick that is useful enough to ship as a separate executable.

### Zeitleiste

- 2013: GitHub repository created.
- 2022: man page documents hexd's colorized dump interface and HEXD_COLORS environment variable.
- 2026: Homebrew formula packages the v1.1.0 GitHub tag archive.

### Related projects

- The man page lists hexdump, od, and xxd as related tools. The README also points to pixd, by the same author, as a related visualization tool for binary data.

### Quellen

- <https://formulae.brew.sh/formula/hexd>
- <https://github.com/FireyFly/hexd>
- <https://raw.githubusercontent.com/FireyFly/hexd/master/hexd.1>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - hexd: normalized package name match | nixpkgs package indexes: pkgs/by-name/he/hexd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - hexd - 1.1.0-1.15: normalized package name match | openSUSE Tumbleweed package metadata: hexd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Colourful, human-friendly hexdump tool | https://github.com/FireyFly/hexd.git


## Combined YAML source

View the package source record on GitHub. [combined/hexd.yml](https://github.com/mxcl/pkgdb/blob/main/combined/hexd.yml)


## Quellen

- 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
