# hexer を Homebrew, apt, dnf, pacman でインストール

hexer のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install hexer
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install hexer
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:hexer
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/hexer>
- **バージョン:** 1.0.7
- **ソース概要:** Hex editor for the terminal with vi-like interface
- **ホームページ:** <https://devel.ringlet.net/editors/hexer/>
- **上流ドキュメント:** <https://devel.ringlet.net/editors/hexer/>
- **ライセンス:** BSD-3-Clause
- **ソースアーカイブ:** <https://devel.ringlet.net/files/editors/hexer/hexer-1.0.7.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- hexer (cli)
- hexer (エイリアス)

## macOS 提供ライブラリ

- ncurses

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.0.7
- ローカルデータ: OK
- 上流リポジトリ: https://devel.ringlet.net/editors/hexer/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

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


## 関連リンク

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


## ソース

- 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
