# hexyl を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:hexyl
```

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

### macOS

- Homebrew (100%):

```sh
brew install hexyl
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hexyl
```

  証拠: MacPorts ports tree: sysutils/hexyl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add hexyl
```

  証拠: Alpine Linux edge package indexes: hexyl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install hexyl
```

  証拠: Debian stable package indexes: hexyl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install hexyl
```

  証拠: Fedora Rawhide package metadata: hexyl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#hexyl
```

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

- pacman (92%):

```sh
sudo pacman -S hexyl
```

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

- zypper (92%):

```sh
sudo zypper install hexyl
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/hexyl
```

  証拠: Scoop official bucket manifest trees: bucket/hexyl.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id sharkdp.hexyl -e
```

  証拠: Windows Package Manager source index: sharkdp.hexyl from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:hexyl
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.17.0
- **ソース概要:** Command-line hex viewer
- **ホームページ:** <https://github.com/sharkdp/hexyl>
- **リポジトリ:** <https://github.com/sharkdp/hexyl>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- hexyl (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.17.0
## プロジェクトの歴史と使われ方

hexyl is a Rust command-line hex viewer for terminals. It distinguishes byte classes with color, making binary inspection more readable than a plain hex dump while staying in the small-CLI-tool tradition.

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

The GitHub repository was created in November 2018, and crates.io metadata records publication of the hexyl crate the following day. The README describes the core idea: terminal hex output colored by byte category, including null bytes, printable ASCII, ASCII whitespace, other ASCII, and non-ASCII bytes.

The project fits the style of sharkdp's Rust CLI tools: focused scope, polished terminal output, cross-platform packaging, and cargo-based installation. Its repository metadata, README badges, and dual MIT/Apache-2.0 licensing align it with Rust ecosystem norms.

### 採用の歴史

The README documents a broad packaging footprint: Ubuntu, Debian, Fedora, Arch, Void, Gentoo overlay, Homebrew, MacPorts, BSD package systems, Termux, Nix, Guix, cargo, snap, Scoop, and binary release downloads. That unusually wide install surface is central to its adoption story.

The batch metadata independently lists many package-manager names, including apk, brew, Debian/Ubuntu, dnf, MacPorts, Nix, pacman, Scoop, winget, and zypper, confirming that hexyl spread well beyond cargo users.

### 使われ方

hexyl is used for inspecting binary files in a terminal when color helps identify structure quickly. Unlike an editor, it is primarily a viewer; users reach for it when they want readable offsets, byte values, and a character panel without opening a full binary editor.

Configuration is intentionally light: the README documents environment variables for the colors used by each byte category and the offset column. That keeps package-manager installs simple while still letting terminal users tune output to their color scheme.

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

hexyl is significant to package nerds because it is a modern, Rust-native counterpart to classic tools such as xxd and hexdump. It demonstrates how a tiny CLI can gain wide distribution when it is easy to build, easy to package, and solves an everyday terminal inspection problem with better defaults.

It is also a good example of the Rust CLI packaging pipeline: crate publication for cargo users, binary release artifacts, distro packages, Homebrew/MacPorts ports, and Windows package-manager entries all describing the same small executable.

### タイムライン

- 2018-11: GitHub repository metadata records creation of sharkdp/hexyl.
- 2018-11: crates.io records the hexyl crate.
- 2019: README packaging notes include Ubuntu 19.10 and Debian Buster as distribution package baselines.
- 2021: README packaging notes include Fedora 35 as a distribution package baseline.
- 2020s: Package-manager metadata shows expansion across Linux distributions, macOS package managers, Windows package managers, BSDs, Termux, Nix, Guix, snap, and cargo.

### Related projects

- Related tools include xxd, hexdump/od, hexer, bvi, hexhog, and GUI hex editors. In the same Rust terminal-tool family, sharkdp projects such as bat and fd are relevant comparators for packaging and adoption patterns.

### ソース

- GitHub README describes byte-class coloring, installation methods, Windows terminal notes, cargo installation, environment-variable configuration, and licensing.
- Homebrew formula metadata and the input package-manager map support the package-manager adoption summary.
- crates.io metadata supplies crate publication, repository, and package identity.


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Debian apt - hexyl - 0.8.0-2+b13: normalized package name match | Debian stable package indexes: hexyl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line hex viewer with colored output | https://github.com/sharkdp/hexyl
- Nix - hexyl: normalized package name match | nixpkgs package indexes: pkgs/by-name/he/hexyl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - hexyl - 0.8.0-2: normalized package name match | Ubuntu 24.04 LTS package indexes: hexyl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line hex viewer with colored output | https://github.com/sharkdp/hexyl
- apk - hexyl - 0.17.0-r0: normalized package name match | Alpine Linux edge package indexes: hexyl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Command-line hex viewer with colored output | https://github.com/sharkdp/hexyl
- dnf - hexyl - 0.14.0-8.fc45: normalized package name match | Fedora Rawhide package metadata: hexyl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Command-line hex viewer | https://crates.io/crates/hexyl
- pacman - hexyl - 0.17.0-1: normalized package name match | Arch Linux sync databases: hexyl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Colored command-line hex viewer | https://github.com/sharkdp/hexyl
- zypper - hexyl - 0.17.0-1.4: normalized package name match | openSUSE Tumbleweed package metadata: hexyl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A command-line hex viewer | https://github.com/sharkdp/hexyl
- MacPorts - hexyl: normalized package name match | MacPorts ports tree: sysutils/hexyl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/hexyl: normalized package name match | Scoop official bucket manifest trees: bucket/hexyl.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - sharkdp.hexyl: normalized package name match | Windows Package Manager source index: sharkdp.hexyl from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

- 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
