Automic VaultAutomic Vault

brew

hexyl mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install hexyl

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install hexyl

MacPorts ports tree · sysutils/hexyl/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add hexyl

Alpine Linux edge package indexes · hexyl · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install hexyl

Debian stable package indexes · hexyl · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install hexyl

Fedora Rawhide package metadata · hexyl · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#hexyl

nixpkgs package indexes · pkgs/by-name/he/hexyl/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S hexyl

Arch Linux sync databases · hexyl · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install hexyl

openSUSE Tumbleweed package metadata · hexyl · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install main/hexyl

Scoop official bucket manifest trees · bucket/hexyl.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id sharkdp.hexyl -e

Windows Package Manager source index · sharkdp.hexyl · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Command-line hex viewer

Befehle und Aliase

  • hexyl

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

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

Quellen

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

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
hexylcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-26
Manager-Version0.17.0
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.17.0

https://github.com/sharkdp/hexyl

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:hexyl
Version0.17.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/hexyl
Homepagehttps://github.com/sharkdp/hexyl
Repositoryhttps://github.com/sharkdp/hexyl
Upstream-Dokumentationhttps://github.com/sharkdp/hexyl#readme
LizenzApache-2.0 OR MIT
Quellarchivhttps://github.com/sharkdp/hexyl/archive/refs/tags/v0.17.0.tar.gz
Build-Abhängigkeitenpandoc, rust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehexyl
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

hexyl 0.8.0-2+b13

Command-line hex viewer with colored output

https://github.com/sharkdp/hexyl

sudo apt install hexyl
  • Section: utils
  • Architecture: amd64
  • Source Package: rust-hexyl
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Hexyl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hexyl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

hexyl

nix profile install nixpkgs#hexyl
  • normalized package name match
  • Abgeglichen nach: Hexyl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/he/hexyl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

hexyl 0.8.0-2

Command-line hex viewer with colored output

https://github.com/sharkdp/hexyl

sudo apt install hexyl
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: rust-hexyl
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Hexyl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hexyl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

hexyl 0.17.0-r0

Command-line hex viewer with colored output

https://github.com/sharkdp/hexyl

sudo apk add hexyl
  • License: MIT OR Apache-2.0
  • Architecture: x86_64
  • Source Package: hexyl
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Hexyl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hexyl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

hexyl 0.14.0-7.fc44

Command-line hex viewer

https://crates.io/crates/hexyl

sudo dnf install hexyl
  • License: Apache-2.0 AND ISC AND MIT AND Zlib AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-hexyl
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Hexyl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: hexyl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

hexyl 0.17.0-1

Colored command-line hex viewer

https://github.com/sharkdp/hexyl

sudo pacman -S hexyl
  • License: Apache-2.0 AND MIT
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Hexyl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: hexyl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

hexyl 0.17.0-1.2

A command-line hex viewer

https://github.com/sharkdp/hexyl

sudo zypper install hexyl
  • License: Apache-2.0 OR MIT
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: hexyl
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Hexyl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: hexyl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

hexyl

sudo port install hexyl
  • normalized package name match
  • Abgeglichen nach: Hexyl
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/hexyl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/hexyl

scoop install main/hexyl
  • normalized package name match
  • Abgeglichen nach: Hexyl
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/hexyl.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

sharkdp.hexyl

winget install --id sharkdp.hexyl -e
  • normalized package name match
  • Abgeglichen nach: Hexyl
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: sharkdp.hexyl from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment