# ired を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:ired
```

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

### macOS

- Homebrew (100%):

```sh
brew install ired
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:ired
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.6
- **ソース概要:** Minimalistic hexadecimal editor designed to be used in scripts
- **ホームページ:** <https://github.com/radare/ired>
- **リポジトリ:** <https://github.com/radare/ired>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bdiff (エイリアス)
- ired (エイリアス)
- vired (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

ired is a small command-line hexadecimal editor by pancake from the radare ecosystem. Its history is thinly documented, but its README is explicit about the design goal: a minimal raw editor that keeps extensibility outside the core program.

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

The ired README expands the name as independent raw editor and describes the tool as a minimalistic reimplementation of the radare shell, with source kept small and external applications expected to provide extension points. The GitHub repository was created in 2012, which places the standalone package after the early radare line and before radare2's broader packaging footprint became common.

### 採用の歴史

Homebrew packages ired as a minimalistic hexadecimal editor designed for scripts. That packaging niche is narrower than full reverse-engineering suites: ired is for users who want a small raw editor command rather than the larger radare2 framework.

### 使われ方

ired exposes terse interactive commands for help, search, hexdump, writing strings or hex pairs, seeking, resizing, dumping and loading blocks, and running shell commands. The README lists portability across GNU/Linux, macOS, Windows through MinGW, Cygwin, Solaris, and BSD-family systems.

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

ired is interesting because it packages the opposite end of the radare world from radare2: small, scriptable, and deliberately limited. It is the kind of package that survives because a tiny C tool can be easier to build, audit, and invoke from scripts than a full binary-analysis framework.

### タイムライン

- 2012: The public GitHub repository was created.
- 2021: Repository activity shows maintenance into March 2021.
- Package-manager era: Homebrew carries ired as a standalone formula for script-oriented hexadecimal editing.

### Related projects

- ired is related to radare and radare2, especially the older radare shell model that it intentionally reimplements in smaller form.

### ソース

- <https://api.github.com/repos/radare/ired>
- <https://formulae.brew.sh/formula/ired>
- <https://github.com/radare/ired>
- <https://raw.githubusercontent.com/radare/ired/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
