# hexcurse を Homebrew, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:hexcurse
```

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

### macOS

- Homebrew (100%):

```sh
brew install hexcurse
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install hexcurse
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#hexcurse
```

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

## パッケージ情報

- **パッケージキー:** brew:hexcurse
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/hexcurse>
- **バージョン:** 1.60.0
- **ソース概要:** Ncurses-based console hex editor
- **ホームページ:** <https://github.com/LonnyGomes/hexcurse>
- **リポジトリ:** <https://github.com/LonnyGomes/hexcurse>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/LonnyGomes/hexcurse/archive/refs/tags/v1.60.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## macOS 提供ライブラリ

- ncurses

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.60.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/LonnyGomes/hexcurse
- 検出された最新: v1.60.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Hexcurse is a C ncurses console hex editor with an early-2000s release history and a revived GitHub maintenance home.

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

The upstream README says Hexcurse was written by Lonny Gomes and James Stephenson, then left unmaintained for a time before the maintainers noticed an old tarball circulating and restarted maintenance from a GitHub repository. The ChangeLog records a first release in May 2001, followed by rapid 2001-2003 development of undo, search, resizing, EBCDIC mode, large-file portability fixes, and terminal behavior improvements.

After older 1.5x releases, the GitHub-era history includes a 1.58 release in 2014 and a 1.60.0 release in November 2015. The 1.60.0 ChangeLog entry switched versioning toward semver, added color support, improved signal handling, fixed failed-save behavior, and incorporated several community pull requests.

### 採用の歴史

Hexcurse's long package life reflects its plain C/ncurses build model and traditional console UI. The input package metadata records Homebrew, Debian, Nix, and Ubuntu packages, and the Homebrew formula packages the v1.60.0 GitHub archive.

### 使われ方

Hexcurse opens, edits, and saves files while showing hexadecimal and character windows. It supports searching, decimal or hexadecimal addresses, jumps, undo, bold markers for modified bytes, EBCDIC mode, and keyboard shortcuts for save, open, goto, find, mode toggle, paging, and quit.

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

Hexcurse matters as one of the small curses hex editors that survived by being easy to build and package. Its history shows a common Unix package pattern: an old tarball-era utility rehomed on GitHub, lightly modernized, and kept useful through distro packaging rather than heavy feature churn.

### タイムライン

- 2001: First Hexcurse release recorded in the ChangeLog.
- 2002: 1.40 and 1.50 releases add resizing, decimal addressing, EBCDIC mode, and portability fixes.
- 2003: 1.55 fixes a file-saving bug.
- 2013: GitHub repository created.
- 2014: 1.58 adds large-file support from a contributor patch.
- 2015: 1.60.0 release adds color support and several maintenance fixes.

### Related projects

- Hexcurse is related to full-screen terminal hex editors such as hexedit and to lower-level byte inspection tools such as hexdump and xxd, but it emphasizes ncurses editing rather than one-shot dumping.

### ソース

- <https://api.github.com/repos/LonnyGomes/hexcurse/releases>
- <https://formulae.brew.sh/formula/hexcurse>
- <https://github.com/LonnyGomes/hexcurse>
- <https://raw.githubusercontent.com/LonnyGomes/hexcurse/master/ChangeLog>


## セキュリティノート

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:** hexcurse
- **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 - hexcurse - 1.58-1.4: normalized package name match | Debian stable package indexes: hexcurse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ncurses-based hex editor with many features
- Nix - hexcurse: normalized package name match | nixpkgs package indexes: pkgs/by-name/he/hexcurse/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - hexcurse - 1.58-1.4: normalized package name match | Ubuntu 24.04 LTS package indexes: hexcurse from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Ncurses-based hex editor with many features


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [hexedit](https://pkg.so/ja/brew/hexedit/) - Shares pkgdb curated category or tags: binary, cli, developer-tools, hex-editor.
- [hexapoda](https://pkg.so/ja/brew/hexapoda/) - Shares pkgdb curated category or tags: binary, cli, developer-tools, hex-editor.
- [hexd](https://pkg.so/ja/brew/hexd/) - Shares pkgdb curated category or tags: binary, c, cli, developer-tools.
- [dhex](https://pkg.so/ja/brew/dhex/) - Shares pkgdb curated category or tags: cli, developer-tools, hex-editor, ncurses.
- [ascii2binary](https://pkg.so/ja/brew/ascii2binary/) - Shares pkgdb curated category or tags: binary, c, cli, developer-tools.
- [hyx](https://pkg.so/ja/brew/hyx/) - Shares pkgdb curated category or tags: c, cli, developer-tools, hex-editor.
- [tweak](https://pkg.so/ja/brew/tweak/) - Shares pkgdb curated category or tags: cli, developer-tools, hex-editor, ncurses.
- [glib](https://pkg.so/ja/brew/glib/) - Shares pkgdb curated category or tags: c, cli, developer-tools.
- [bed](https://pkg.so/ja/brew/bed/) - Local package facts share a topical domain. Shared terms: binary, cli, developer, developer-tools, editor.
- [hexhog](https://pkg.so/ja/brew/hexhog/) - Local package facts share a topical domain. Shared terms: binary, cli, developer, developer-tools, editor.
- [ired](https://pkg.so/ja/brew/ired/) - Local package facts share a topical domain. Shared terms: binary, cli, developer, developer-tools, editor.

## Combined YAML source

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