macOS
brew install ripgreplocal Homebrew formula metadata
sudo port install ripgrepMacPorts ports tree · textproc/ripgrep/Portfile · Quelle: api.github.com
brew / Rang 91
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ripgrep in AI-Agent-Workflows.
Installation
brew install ripgreplocal Homebrew formula metadata
sudo port install ripgrepMacPorts ports tree · textproc/ripgrep/Portfile · Quelle: api.github.com
sudo apk add ripgrepAlpine Linux edge package indexes · ripgrep · Quelle: dl-cdn.alpinelinux.org
sudo apt install ripgrepDebian stable package indexes · ripgrep · Quelle: deb.debian.org
sudo dnf install ripgrepFedora Rawhide package metadata · ripgrep · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#ripgrepnixpkgs package indexes · pkgs/by-name/ri/ripgrep/package.nix · Quelle: api.github.com
sudo pacman -S ripgrepArch Linux sync databases · ripgrep · Quelle: geo.mirror.pkgbuild.com
sudo zypper install ripgrepopenSUSE Tumbleweed package metadata · ripgrep · Quelle: download.opensuse.org
choco install ripgrepChocolatey community package catalog · ripgrep · Quelle: community.chocolatey.org
scoop install main/ripgrepScoop official bucket manifest trees · bucket/ripgrep.json · Quelle: api.github.com
winget install --id BurntSushi.ripgrep.GNU -eWindows Package Manager source index · BurntSushi.ripgrep.GNU · Quelle: cdn.winget.microsoft.com
Überblick
Search tool like grep and The Silver Searcher
Verlauf
ripgrep (`rg`) is a Rust command-line search tool that recursively searches files with regular expressions while honoring ignore files by default. It combines grep-like usage with repository-oriented defaults and high-performance search internals.
Andrew Gallant, using the BurntSushi handle, developed ripgrep as a recursive, line-oriented search program written in Rust. Its defining defaults include respecting gitignore rules and skipping hidden and binary files.
The 0.8.0 release added configuration-file support, compressed-file searching, true color, and expanded documentation. Version 0.10.0 generalized the core into libripgrep and added PCRE2, multiline search, and JSON output; version 11 adopted a new major-version scheme.
The official changelog records Homebrew and Arch Linux packaging by version 0.2.2. source_facts.package-manager now lists broad availability across Homebrew, Debian-family systems, Fedora, Alpine, Arch, Nix, Chocolatey, Scoop, Winget, MacPorts, and other ecosystems.
Run `rg PATTERN [PATH ...]` for recursive text search. Common workflows add file-type filters, globs, fixed-string mode, context lines, replacement output, or PCRE2.
ripgrep reads default arguments from the file named by `RIPGREP_CONFIG_PATH`; the official guide makes clear that this environment variable points to a user-chosen file rather than a fixed platform path.
ripgrep became a showcase for Rust-based replacements for established Unix tools: a single fast executable with familiar grep-like behavior, repository-aware defaults, portable binary releases, and unusually detailed performance documentation.
Sicherheitslage
doc example: narrow deterministic search appliance.
grün Risiko · hoch Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$RIPGREP_CONFIG_PATH%RIPGREP_CONFIG_PATH%Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
rg | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/BurntSushi/ripgrep
Installationsmetadaten
| Paketschlüssel | brew:ripgrep |
|---|---|
| Version | 15.2.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/ripgrep |
| Homepage | https://github.com/BurntSushi/ripgrep |
| Repository | https://github.com/BurntSushi/ripgrep |
| Lizenz | Unlicense |
| Quellarchiv | https://github.com/BurntSushi/ripgrep/archive/refs/tags/15.2.0.tar.gz |
| Zuletzt aktualisiert | 2026-09-10T22:36:27Z |
| Pulse | updated |
| Abhängigkeiten | pcre2 |
| Build-Abhängigkeiten | asciidoctor, pkgconf, rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ripgrep |
| Aliases |
|
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
ripgrep 14.1.1-1+b4
Recursively searches directories for a regex pattern
https://github.com/BurntSushi/ripgrep
sudo apt install ripgrepripgrep
nix profile install nixpkgs#ripgrepripgrep 14.1.0-1
Recursively searches directories for a regex pattern
https://github.com/BurntSushi/ripgrep
sudo apt install ripgrepripgrep 15.2.0-r0
ripgrep combines the usability of The Silver Searcher with the raw speed of grep
https://github.com/BurntSushi/ripgrep
sudo apk add ripgrepripgrep-bash-completion 15.2.0-r0
Bash completions for ripgrep
https://github.com/BurntSushi/ripgrep
sudo apk add ripgrep-bash-completionripgrep-doc 15.2.0-r0
ripgrep combines the usability of The Silver Searcher with the raw speed of grep (documentation)
https://github.com/BurntSushi/ripgrep
sudo apk add ripgrep-docripgrep-fish-completion 15.2.0-r0
Fish completions for ripgrep
https://github.com/BurntSushi/ripgrep
sudo apk add ripgrep-fish-completionripgrep-zsh-completion 15.2.0-r0
Zsh completions for ripgrep
https://github.com/BurntSushi/ripgrep
sudo apk add ripgrep-zsh-completionripgrep 15.2.0-1.fc45
Line-oriented search tool
https://crates.io/crates/ripgrep
sudo dnf install ripgrepripgrep 15.2.0-1
A search tool that combines the usability of ag with the raw speed of grep
https://github.com/BurntSushi/ripgrep
sudo pacman -S ripgrepripgrep 15.2.0-1.2
A search tool that combines ag with grep
https://github.com/BurntSushi/ripgrep
sudo zypper install ripgrepripgrep-bash-completion 15.2.0-1.2
Bash Completion for ripgrep
https://github.com/BurntSushi/ripgrep
sudo zypper install ripgrep-bash-completionripgrep-fish-completion 15.2.0-1.2
Fish Completion for ripgrep
https://github.com/BurntSushi/ripgrep
sudo zypper install ripgrep-fish-completionripgrep-zsh-completion 15.2.0-1.2
ZSH Completion for ripgrep
https://github.com/BurntSushi/ripgrep
sudo zypper install ripgrep-zsh-completionripgrep
sudo port install ripgrepripgrep
choco install ripgrepQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.