# bingrep を Homebrew, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:bingrep
```

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

### macOS

- Homebrew (100%):

```sh
brew install bingrep
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bingrep
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bingrep
```

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

- pacman (92%):

```sh
sudo pacman -S bingrep
```

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

## パッケージ情報

- **パッケージキー:** brew:bingrep
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.12.1
- **ソース概要:** Greps through binaries from various OSs and architectures
- **ホームページ:** <https://github.com/m4b/bingrep>
- **リポジトリ:** <https://github.com/m4b/bingrep>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bingrep (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

bingrep is a Rust command-line viewer for inspecting executable and archive formats with colored, grep-like output aimed at quick binary analysis.

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

The GitHub repository was created in February 2017, and the crate first appeared on crates.io in July 2017. The README says the tool grew from a personal binary-inspection workflow and was uploaded after the author had been sharing screenshots of binary data.

Its README lists support for ELF, Mach-O, Unix/BSD archives, and debug-only PE parsing, with goblin as the backend responsible for loading and parsing binary formats.

### 採用の歴史

bingrep stayed small but packaged: the supplied package facts list Homebrew, MacPorts, Nix, and Arch packages, while crates.io provides the Rust-native cargo install path.

### 使われ方

Common use is `bingrep /bin/ls` to view binary metadata, with options for debug output, symbol demangling, experimental hextable output, ranges, and ELF string searching.

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

Package nerds care about bingrep as a lightweight alternative view over the same artifact formats handled by objdump, nm, readelf, and file. It is less foundational than GNU Binutils, but useful when the job is visual triage of sections, headers, offsets, and symbols.

### タイムライン

- 2017: GitHub repository is created.
- 2017: 0.1.0 is published to crates.io.
- 2026: 0.12.1 is published to crates.io.

### Related projects

- bingrep is closely related to m4b/goblin, its binary parsing backend. It sits in the same working niche as readelf, objdump, nm, strings, and newer Rust binary-inspection tools.

### ソース

- GitHub API reports repository creation in 2017.
- GitHub README documents origins, supported formats, examples, and goblin relationship.
- crates.io API reports crate publication and release chronology.
- input.source_facts.package-manager lists package-manager availability.


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - bingrep: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/bingrep/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - bingrep - 0.12.1-2: normalized package name match | Arch Linux sync databases: bingrep from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Cross-platform binary parser and colorizer | https://github.com/m4b/bingrep
- MacPorts - bingrep: normalized package name match | MacPorts ports tree: textproc/bingrep/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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