# hyx mit Homebrew, apk, apt, Nix installieren

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

## Installation

```sh
sudo av install brew:hyx
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install hyx
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add hyx
```

  Evidenz: Alpine Linux edge package indexes: hyx from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install hyx
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#hyx
```

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

## Paketfakten

- **Paketschlüssel:** brew:hyx
- **Paketmanager:** Homebrew
- **Version:** 2026.01.11
- **Quellzusammenfassung:** Powerful hex editor for the console
- **Homepage:** <https://yx7.cc/code/>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- hyx (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

hyx is a small terminal hex editor distributed from the author's yx7.cc code page and packaged by Homebrew, Debian-family distributions, Nix, and Alpine. Its niche is the familiar package-manager slot occupied by compact command-line tools: a single executable, written in C, with vim-like editing for binary files.

### Projektgeschichte

The project is published as dated source tarballs from yx7.cc rather than as an advertised public source-control repository. The author describes it as a minimalistic but powerful terminal hex editor, with hex and ASCII views, insert and replace modes, copy and paste, undo and redo, search, colors, and vim-inspired controls.

Ubuntu's packaged manpage documents the same command-line identity: hyx opens an optional filename, supports command input on standard input, and exposes editor-style commands for movement, saving, searching, and toggling color.

### Adoptionsgeschichte

hyx's adoption pattern is that of a small Unix utility: downstream package managers track the upstream tarball, and users get a single terminal command rather than a larger editor suite. Homebrew analytics show modest use, which fits an editor aimed at people who occasionally inspect or patch binary data from the shell.

### Wie es verwendet wird

The tool is used when a developer or systems operator wants an interactive hex editor without opening a graphical application. Its command set favors users who already understand modal terminal editors and need byte-level editing, offset jumps, hex-string searches, and quick save/quit commands.

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

hyx is package-nerd interesting because it is a deliberately tiny C utility that still offers quality-of-life features often missing from minimalist hex dump tools. It sits between non-interactive tools such as hexdump or xxd and heavier full-screen binary editors.

### Zeitleiste

- 2021: Ubuntu packaged hyx 2021.06.09 with a manpage describing its vim-like terminal workflow.
- 2026: Homebrew tracked the 2026.01.11 upstream tarball from yx7.cc.

### Related projects

- Related tools include hexdump, xxd, hexyl, bvi, and graphical hex editors; hyx is closest to small terminal editors that prioritize direct byte editing over analysis features.

### Quellen

- <https://formulae.brew.sh/formula/hyx>
- <https://manpages.ubuntu.com/manpages/stonking/man1/hyx.1.html>
- <https://yx7.cc/code>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Andere Paketmanager-Einträge

- Debian apt - hyx - 2021.06.09-1+b1: normalized package name match | Debian stable package indexes: hyx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | minimalistic but powerful vim-like hex editor | https://yx7.cc/code/
- Nix - hyx: normalized package name match | nixpkgs package indexes: pkgs/by-name/hy/hyx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - hyx - 2021.06.09-1: normalized package name match | Ubuntu 24.04 LTS package indexes: hyx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | minimalistic but powerful vim-like hex editor | https://yx7.cc/code/
- apk - hyx - 2024.02.29-r0: normalized package name match | Alpine Linux edge package indexes: hyx from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Minimalistic, but powerful console hex editor | https://yx7.cc/code/
- apk - hyx-doc - 2024.02.29-r0: normalized package name match | Alpine Linux edge package indexes: hyx-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Minimalistic, but powerful console hex editor (documentation) | https://yx7.cc/code/


## Combined YAML source

View the package source record on GitHub. [combined/hyx.yml](https://github.com/mxcl/pkgdb/blob/main/combined/hyx.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
