# Installer hexer avec Homebrew, apt, dnf, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de hexer pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:hexer
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install hexer
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install hexer
```

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

- dnf (92%):

```sh
sudo dnf install hexer
```

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

- pacman (92%):

```sh
sudo pacman -S hexer
```

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

## Faits du paquet

- **Clé du paquet:** brew:hexer
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/hexer>
- **Version:** 1.0.7
- **Résumé source:** Hex editor for the terminal with vi-like interface
- **Page d'accueil:** <https://devel.ringlet.net/editors/hexer/>
- **Docs amont:** <https://devel.ringlet.net/editors/hexer/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://devel.ringlet.net/files/editors/hexer/hexer-1.0.7.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- hexer (cli)
- hexer (alias)

## Bibliothèques fournies par macOS

- ncurses

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.0.7
- données locales: OK
- dépôt amont: https://devel.ringlet.net/editors/hexer/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

hexer is a terminal hex editor for Unix-like systems, positioned as a multi-buffer binary-file editor whose interface is intentionally close to vi/ex.

### Historique du projet

The project history reflected by the maintained homepage and changelog shows hexer as a traditional Unix terminal utility rather than a framework: it is distributed as source, documents POSIX-compatible environments as its portability target, and keeps its public interface centered on editing buffers displayed as hex dumps.

The hosted project moved into a GitLab-centered maintenance model, with a project page, ReadTheDocs/MkDocs documentation, tarball downloads from the maintainer site, and release notes covering the 1.0.x maintenance series.

### Historique d'adoption

Package-manager metadata in the batch lists hexer in Homebrew, Debian, Fedora, Arch, and Ubuntu, which fits its niche: a small terminal binary editor that Unix package sets can carry without a larger GUI stack.

### Modes d'utilisation

hexer is used when the user wants direct binary editing in a terminal, especially by people already comfortable with vi-like movement and command conventions. Its package identity is tied to hex editing, multiple buffers, undo, and a curses-style terminal workflow rather than to scripting or file conversion.

### Pourquoi les passionnés de paquets s'y intéressent

For package-maintainer culture, hexer is the sort of old-school utility that fills a precise gap beside tools such as xxd, od, bvi, and graphical hex editors: it is interactive, terminal-native, and small enough to be present in multiple Unix distributions.

### Chronologie

- 2015: Public GitLab project metadata records the hexer repository under the hexer namespace.
- 2016: 1.0.2 and 1.0.3 appear in the maintained changelog.
- 2018: 1.0.4 and 1.0.5 appear in the maintained changelog.
- 2020: 1.0.6 appears in the maintained changelog.
- 2025: 1.0.7 appears in the maintained changelog.

### Related projects

- Related command-line binary inspection tools include xxd and od for dumps/conversion, bvi for vi-like binary editing, and newer color-oriented viewers such as hexyl.

### Sources

- Homebrew formula metadata and the input package-manager map support the package-manager adoption notes.
- Maintainer changelog provides the 1.0.x release timeline.
- Maintainer homepage describes hexer as a multi-buffer binary editor for Unix-like systems with a vi/ex-like interface.


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - hexer - 1.0.6-2: normalized package name match | Debian stable package indexes: hexer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | interactive binary editor with a Vi-like interface | https://devel.ringlet.net/editors/hexer/
- Ubuntu apt - hexer - 1.0.6-1: normalized package name match | Ubuntu 24.04 LTS package indexes: hexer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | interactive binary editor with a Vi-like interface | https://devel.ringlet.net/editors/hexer/
- dnf - hexer - 1.0.7-2.fc45: normalized package name match | Fedora Rawhide package metadata: hexer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Interactive binary editor | http://devel.ringlet.net/editors/hexer/
- pacman - hexer - 1.0.7-1: normalized package name match | Arch Linux sync databases: hexer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Multi buffer editor for binary files with vi-like interface | https://devel.ringlet.net/editors/hexer/


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [hyx](https://pkg.so/fr/brew/hyx/) - Shares pkgdb curated category or tags: binary-files, cli, developer-tools, hex-editor, terminal.
- [hexedit](https://pkg.so/fr/brew/hexedit/) - Shares pkgdb curated category or tags: cli, developer-tools, hex-editor, terminal.
- [bvi](https://pkg.so/fr/brew/bvi/) - Shares pkgdb curated category or tags: cli, developer-tools, hex-editor, terminal.
- [hexhog](https://pkg.so/fr/brew/hexhog/) - Shares pkgdb curated category or tags: binary-files, cli, developer-tools, hex-editor.
- [tweak](https://pkg.so/fr/brew/tweak/) - Shares pkgdb curated category or tags: cli, developer-tools, hex-editor, terminal.
- [ired](https://pkg.so/fr/brew/ired/) - Shares pkgdb curated category or tags: cli, developer-tools, hex-editor, terminal.
- [fzf](https://pkg.so/fr/brew/fzf/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [neovim](https://pkg.so/fr/brew/neovim/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [hexer](https://pkg.so/fr/npm/hexer/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, hex, hexer.
- [hexer](https://pkg.so/fr/npm/hexer/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## Sources

- 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
