pkg.soopen package index

brew / 順位 91

ripgrep を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install ripgrep

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install ripgrep

MacPorts ports tree · textproc/ripgrep/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add ripgrep

Alpine Linux edge package indexes · ripgrep · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install ripgrep

Debian stable package indexes · ripgrep · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install ripgrep

Fedora Rawhide package metadata · ripgrep · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#ripgrep

nixpkgs package indexes · pkgs/by-name/ri/ripgrep/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S ripgrep

Arch Linux sync databases · ripgrep · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install ripgrep

openSUSE Tumbleweed package metadata · ripgrep · ソース: download.opensuse.org

Windows

Chocolatey確認済み · 92%
choco install ripgrep

Chocolatey community package catalog · ripgrep · ソース: community.chocolatey.org

Scoop確認済み · 92%
scoop install main/ripgrep

Scoop official bucket manifest trees · bucket/ripgrep.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id BurntSushi.ripgrep.GNU -e

Windows Package Manager source index · BurntSushi.ripgrep.GNU · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Search tool like grep and The Silver Searcher

コマンドとエイリアス

  • rg

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2016: Early ripgrep releases established the recursive search tool.
  • 2017: Version 0.2.2 documented entry into Homebrew core and Arch Linux repositories.
  • 2018: Version 0.8.0 added configuration files and a substantially expanded documentation set.
  • 2018: Version 0.10.0 introduced libripgrep, PCRE2, multiline search, and JSON output.
  • 2019: Version 11 began the modern major-version numbering scheme.

Related projects

  • GNU grep supplies the familiar command-line model; The Silver Searcher is an explicit point of comparison. ripgrep-all wraps ripgrep with preprocessors for rich document formats.

セキュリティ状態

リスクレベル: グリーン

doc example: narrow deterministic search appliance.

リスク分類器

リスク グリーン · 信頼度 高 · appliance

理由

  • doc example: narrow deterministic search appliance

信号

  • override:ripgrep

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
$RIPGREP_CONFIG_PATH
Windows
%RIPGREP_CONFIG_PATH%

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
rgcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版15.2.0
マネージャ更新日2026-09-10
ローカルデータOK
上流最新
検出された最新15.2.0

https://github.com/BurntSushi/ripgrep

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:ripgrep
バージョン15.2.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/ripgrep
ホームページhttps://github.com/BurntSushi/ripgrep
リポジトリhttps://github.com/BurntSushi/ripgrep
ライセンスUnlicense
ソースアーカイブhttps://github.com/BurntSushi/ripgrep/archive/refs/tags/15.2.0.tar.gz
最終更新2026-09-10T22:36:27Z
Pulseupdated
依存関係pcre2
ビルド依存関係asciidoctor, pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameripgrep
Aliases
  • rg
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

ripgrep 14.1.1-1+b4

Recursively searches directories for a regex pattern

https://github.com/BurntSushi/ripgrep

sudo apt install ripgrep
  • Section: utils
  • Architecture: amd64
  • Source Package: rust-ripgrep
  • 3 依存関係
  • normalized package name match
  • 一致条件: Ripgrep
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ripgrep from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ripgrep

nix profile install nixpkgs#ripgrep
  • normalized package name match
  • 一致条件: Ripgrep
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ri/ripgrep/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

ripgrep 14.1.0-1

Recursively searches directories for a regex pattern

https://github.com/BurntSushi/ripgrep

sudo apt install ripgrep
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: rust-ripgrep
  • 3 依存関係
  • normalized package name match
  • 一致条件: Ripgrep
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ripgrep from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ripgrep 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 ripgrep
  • License: MIT OR Unlicense
  • Architecture: x86_64
  • Source Package: ripgrep
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Ripgrep
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ripgrep from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ripgrep-bash-completion 15.2.0-r0

Bash completions for ripgrep

https://github.com/BurntSushi/ripgrep

sudo apk add ripgrep-bash-completion
  • License: MIT OR Unlicense
  • Architecture: x86_64
  • Source Package: ripgrep
  • normalized package name match
  • 一致条件: Ripgrep
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ripgrep-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ripgrep-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-doc
  • License: MIT OR Unlicense
  • Architecture: x86_64
  • Source Package: ripgrep
  • normalized package name match
  • 一致条件: Ripgrep
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ripgrep-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ripgrep-fish-completion 15.2.0-r0

Fish completions for ripgrep

https://github.com/BurntSushi/ripgrep

sudo apk add ripgrep-fish-completion
  • License: MIT OR Unlicense
  • Architecture: x86_64
  • Source Package: ripgrep
  • normalized package name match
  • 一致条件: Ripgrep
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ripgrep-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ripgrep-zsh-completion 15.2.0-r0

Zsh completions for ripgrep

https://github.com/BurntSushi/ripgrep

sudo apk add ripgrep-zsh-completion
  • License: MIT OR Unlicense
  • Architecture: x86_64
  • Source Package: ripgrep
  • normalized package name match
  • 一致条件: Ripgrep
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ripgrep-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

ripgrep 15.2.0-1.fc45

Line-oriented search tool

https://crates.io/crates/ripgrep

sudo dnf install ripgrep
  • License: (Unlicense OR MIT) AND BSD-3-Clause AND MIT AND Unicode-DFS-2016 AND (MIT OR Apache-2.0)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-ripgrep
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Ripgrep
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ripgrep from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
pacman95%

ripgrep 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 ripgrep
  • License: MIT OR Unlicense
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Ripgrep
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ripgrep from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

ripgrep 15.2.0-1.2

A search tool that combines ag with grep

https://github.com/BurntSushi/ripgrep

sudo zypper install ripgrep
  • License: MIT AND Unlicense
  • Category: Productivity/Text/Utilities
  • Architecture: x86_64
  • Source Package: ripgrep
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Ripgrep
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ripgrep from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

ripgrep-bash-completion 15.2.0-1.2

Bash Completion for ripgrep

https://github.com/BurntSushi/ripgrep

sudo zypper install ripgrep-bash-completion
  • License: MIT AND Unlicense
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: ripgrep
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Ripgrep
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ripgrep-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

ripgrep-fish-completion 15.2.0-1.2

Fish Completion for ripgrep

https://github.com/BurntSushi/ripgrep

sudo zypper install ripgrep-fish-completion
  • License: MIT AND Unlicense
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: ripgrep
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Ripgrep
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ripgrep-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

ripgrep-zsh-completion 15.2.0-1.2

ZSH Completion for ripgrep

https://github.com/BurntSushi/ripgrep

sudo zypper install ripgrep-zsh-completion
  • License: MIT AND Unlicense
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: ripgrep
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Ripgrep
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ripgrep-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
MacPorts95%

ripgrep

sudo port install ripgrep
  • normalized package name match
  • 一致条件: Ripgrep
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/ripgrep/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

ripgrep

choco install ripgrep
  • normalized package name match
  • 一致条件: Ripgrep
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: ripgrep from https://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','resharper-platform'

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation