# bgrep mit Homebrew installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install bgrep
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:bgrep
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/bgrep>
- **Version:** 0.3
- **Quellzusammenfassung:** Like grep but for binary strings
- **Homepage:** <https://github.com/tmbinc/bgrep>
- **Repository:** <https://github.com/tmbinc/bgrep>
- **Lizenz:** BSD-2-Clause
- **Quellarchiv:** <https://github.com/tmbinc/bgrep/archive/refs/tags/bgrep-0.3.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-10T03:29:15Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- bgrep (cli)
- bgrep (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.3
- Manager aktualisiert: 2026-06-10
- lokale Daten: OK
- Upstream-Repository: https://github.com/tmbinc/bgrep
- neueste erkannte Version: bgrep-0.3 (aktuell)
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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

### Wie es verwendet wird

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.

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

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Details aus der Quelldatenbank

- **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


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [percol](https://pkg.so/de/brew/percol/) - Shares pkgdb curated category or tags: cli, developer-tools, grep.
- [ripgrep](https://pkg.so/de/brew/ripgrep/) - Shares pkgdb curated category or tags: cli, developer-tools, grep.
- [ugrep](https://pkg.so/de/brew/ugrep/) - Shares pkgdb curated category or tags: cli, developer-tools, grep.
- [ack](https://pkg.so/de/brew/ack/) - Shares pkgdb curated category or tags: cli, developer-tools, grep.
- [gron](https://pkg.so/de/brew/gron/) - Shares pkgdb curated category or tags: cli, developer-tools, grep.
- [hexedit](https://pkg.so/de/brew/hexedit/) - Shares pkgdb curated category or tags: binary, cli, developer-tools.
- [lv](https://pkg.so/de/brew/lv/) - Shares pkgdb curated category or tags: cli, developer-tools, grep.
- [jsongrep](https://pkg.so/de/brew/jsongrep/) - Shares pkgdb curated category or tags: cli, developer-tools, grep.
- [git-cal](https://pkg.so/de/brew/git-cal/) - Local package facts share a topical domain. Shared terms: but, cli, developer, developer-tools, like.
- [jsawk](https://pkg.so/de/brew/jsawk/) - Local package facts share a topical domain. Shared terms: but, cli, developer, developer-tools, like.

## Combined YAML source

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


## Quellen

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