# igrep mit Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop, winget installieren

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

## Installation

```sh
sudo av install brew:igrep
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install igrep
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install igrep
```

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

### Linux

- apk (92%):

```sh
sudo apk add igrep
```

  Evidenz: Alpine Linux edge package indexes: igrep from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#igrep
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ig/igrep/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S igrep
```

  Evidenz: Arch Linux sync databases: igrep from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install igrep
```

  Evidenz: openSUSE Tumbleweed package metadata: igrep from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/igrep
```

  Evidenz: Scoop official bucket manifest trees: bucket/igrep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id BrunoVolpato.ivygrep -e
```

  Evidenz: Windows Package Manager source index: BrunoVolpato.ivygrep from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:igrep
- **Paketmanager:** Homebrew
- **Version:** 1.3.0
- **Quellzusammenfassung:** Interactive grep
- **Homepage:** <https://github.com/konradsz/igrep>
- **Repository:** <https://github.com/konradsz/igrep>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ig (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.3.0
## Projektgeschichte und Nutzung

igrep is a Rust terminal UI around recursive text search: it runs ripgrep's `grep` library in the background, lets the user browse matches interactively, and opens the selected match in an editor.

### Projektgeschichte

The GitHub repository was created in 2020, but public release tags visible through GitHub start in 2022. The README keeps the project deliberately focused: a single `ig` command, ripgrep-compatible search behavior, editor integration, and keybindings for filtering and navigating matches.

### Adoptionsgeschichte

igrep has modest but real package-manager reach for a niche CLI: the README documents prebuilt binaries plus Homebrew, Scoop, Arch Linux, Alpine Edge, and `cargo install`, while Homebrew and other package records classify it as an interactive grep tool.

### Wie es verwendet wird

Users run `ig [OPTIONS] <PATTERN|--type-list> [PATHS]...`; igrep searches recursively, respects ripgrep configuration through `RIPGREP_CONFIG_PATH`, and chooses an editor from command-line options or editor environment variables.

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

igrep is a tidy example of the post-ripgrep CLI pattern: reuse a fast search engine as a library, then add just enough terminal UI to make search results navigable without becoming a full editor or IDE.

### Zeitleiste

- 2020: GitHub repository created.
- 2022: v0.1.2 release tag published.
- 2023: v1.0.0 release tag published.
- 2024: v1.3.0 release tag published.

### Related projects

- igrep is directly related to ripgrep and the Rust `grep` crate. It sits in the same package-manager neighborhood as fzf-assisted search workflows, editor quickfix lists, and terminal file-search interfaces.

### Quellen

- <https://crates.io/crates/grep>
- <https://formulae.brew.sh/formula/igrep>
- <https://github.com/BurntSushi/ripgrep>
- <https://github.com/konradsz/igrep>
- <https://github.com/konradsz/igrep/releases>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Andere Paketmanager-Einträge

- Nix - igrep: normalized package name match | nixpkgs package indexes: pkgs/by-name/ig/igrep/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - igrep - 1.2.0-r0: normalized package name match | Alpine Linux edge package indexes: igrep from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Interactive grep | https://github.com/konradsz/igrep
- apk - igrep-doc - 1.2.0-r0: normalized package name match | Alpine Linux edge package indexes: igrep-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Interactive grep (documentation) | https://github.com/konradsz/igrep
- pacman - igrep - 1.3.0-2: normalized package name match | Arch Linux sync databases: igrep from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Interactive grep | https://github.com/konradsz/igrep
- zypper - igrep - 1.3.0~0-2.5: normalized package name match | openSUSE Tumbleweed package metadata: igrep from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Interactive Grep | https://github.com/konradsz/igrep
- MacPorts - igrep: normalized package name match | MacPorts ports tree: textproc/igrep/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/igrep: normalized package name match | Scoop official bucket manifest trees: bucket/igrep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - BrunoVolpato.ivygrep: installed executable or alias match | Windows Package Manager source index: BrunoVolpato.ivygrep from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Quellen

- 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
