# Install igrep with Homebrew, apk, MacPorts, Nix, pacman, scoop, zypper

Interactive grep. Version 1.3.0 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install igrep
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install igrep
```

  Evidence: 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
```

  Evidence: 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
```

  Evidence: 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
```

  Evidence: 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
```

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

### Windows

- Scoop (92%):

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

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

## Package facts

- **Package key:** brew:igrep
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/igrep>
- **Version:** 1.3.0
- **Source summary:** Interactive grep
- **Homepage:** <https://github.com/konradsz/igrep>
- **Repository:** <https://github.com/konradsz/igrep>
- **Upstream docs:** <https://github.com/konradsz/igrep#readme>
- **License:** MIT
- **Source archive:** <https://github.com/konradsz/igrep/archive/refs/tags/v1.3.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ig (cli)
- ig (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.3.0
- Local data: ok
- Upstream repository: https://github.com/konradsz/igrep
- Upstream latest detected: v1.3.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** igrep
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- 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.3: normalized package name match | openSUSE Tumbleweed package metadata: igrep from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [hgrep](https://www.automicvault.com/pkg/brew/hgrep/) - Shares av.db curated category or tags: cli, developer-tools, grep, ripgrep, search.
- [jvgrep](https://www.automicvault.com/pkg/brew/jvgrep/) - Shares av.db curated category or tags: cli, developer-tools, grep, search.
- [ripgrep](https://www.automicvault.com/pkg/brew/ripgrep/) - Shares av.db curated category or tags: cli, developer-tools, grep, search.
- [ripgrep-all](https://www.automicvault.com/pkg/brew/ripgrep-all/) - Shares av.db curated category or tags: cli, developer-tools, ripgrep, search.
- [sift](https://www.automicvault.com/pkg/brew/sift/) - Shares av.db curated category or tags: cli, developer-tools, grep, search.
- [ugrep](https://www.automicvault.com/pkg/brew/ugrep/) - Shares av.db curated category or tags: cli, developer-tools, grep, search.
- [vgrep](https://www.automicvault.com/pkg/brew/vgrep/) - Shares av.db curated category or tags: cli, developer-tools, grep, search.
- [cgrep](https://www.automicvault.com/pkg/brew/cgrep/) - Shares av.db curated category or tags: cli, developer-tools, grep, search.

## Combined YAML source

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


## Sources

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