# bgrep を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:bgrep
```

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

### macOS

- Homebrew (100%):

```sh
brew install bgrep
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:bgrep
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/bgrep>
- **バージョン:** 0.3
- **ソース概要:** Like grep but for binary strings
- **ホームページ:** <https://github.com/tmbinc/bgrep>
- **リポジトリ:** <https://github.com/tmbinc/bgrep>
- **上流ドキュメント:** <https://github.com/tmbinc/bgrep#readme>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://github.com/tmbinc/bgrep/archive/refs/tags/bgrep-0.3.tar.gz>
- **最終更新:** 2026-06-10T03:29:15Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

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

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.3
- マネージャ更新日: 2026-06-10
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/tmbinc/bgrep
- 検出された最新: bgrep-0.3 (最新)
## プロジェクトの歴史と使われ方

bgrep is a tiny binary-pattern search utility: grep-like in spirit, but aimed at byte sequences in binary files rather than text lines.

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

The README gives the origin story plainly: the author was annoyed that grep could not look for binary strings and wrote a tool for that job. The GitHub repository was created in 2010, has a small tag history, and remains a compact C utility rather than a broad search framework.

### 採用の歴史

The input metadata records Homebrew packaging for bgrep. Its adoption is correspondingly modest and toolbelt-oriented: useful enough to package, but intentionally small.

### 使われ方

bgrep searches for a hex byte pattern, can recurse through directories, can print before/after context bytes, can read a pattern from a file, and can apply a mask file for wildcard bytes. When no path is given, it reads standard input.

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

The package is significant in the classic Unix sense: one C file, one executable, one missing behavior from grep filled without pulling in a larger forensic suite. It is handy for firmware, image, dump, and protocol-payload spelunking.

### タイムライン

- 2010: Initial GitHub commit.
- 2011: bgrep-0.2 tag appears.
- 2026: bgrep-0.3 tag updates README usage around context flags.

### Related projects

- The obvious related tool is grep(1), which the README names as the motivation. It also overlaps with hex editors, hexdump/xxd workflows, and binary-analysis command-line tools.

### ソース

- <https://api.github.com/repos/tmbinc/bgrep>
- <https://github.com/tmbinc/bgrep#readme>
- input.source_facts.package-manager


## セキュリティノート

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:** bgrep
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [ack](https://www.automicvault.com/ja/pkg/brew/ack/) - Shares av.db curated category or tags: cli, developer-tools, grep.
- [ascii2binary](https://www.automicvault.com/ja/pkg/brew/ascii2binary/) - Shares av.db curated category or tags: binary, cli, developer-tools.
- [base16384](https://www.automicvault.com/ja/pkg/brew/base16384/) - Shares av.db curated category or tags: binary, cli, developer-tools.
- [bingrep](https://www.automicvault.com/ja/pkg/brew/bingrep/) - Shares av.db curated category or tags: cli, developer-tools, grep.
- [cgrep](https://www.automicvault.com/ja/pkg/brew/cgrep/) - Shares av.db curated category or tags: cli, developer-tools, grep.
- [cgvg](https://www.automicvault.com/ja/pkg/brew/cgvg/) - Shares av.db curated category or tags: cli, developer-tools, grep.
- [gron](https://www.automicvault.com/ja/pkg/brew/gron/) - Shares av.db curated category or tags: cli, developer-tools, grep.
- [hevi](https://www.automicvault.com/ja/pkg/brew/hevi/) - Shares av.db curated category or tags: binary, cli, developer-tools.
- [ripgrep](https://www.automicvault.com/ja/pkg/brew/ripgrep/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, grep, like.
- [ast-grep](https://www.automicvault.com/ja/pkg/npm/ast-grep/) - Local package facts share a topical domain. Shared terms: but, cli, developer, developer-tools, grep.

## Combined YAML source

View the package source record on GitHub. [combined/bgrep.yml](https://github.com/automic-vault/db/blob/main/combined/bgrep.yml)


## ソース

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