ripgrep
Recursively searches directories for a regex pattern
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
https://github.com/BurntSushi/ripgrep
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install ripgrep
Snippets
Download URLs
| Version | SHA256 | Size (KB) |
|---|---|---|
| 15.1.0 | 7ea99cffefa00c75bceda483b0330bdfaf89c19b94dad2748e5f8443a60a0936 |
1618 |
| 15.0.0 | 4f44f80f6577fabc54162c98ccb1f382bf52614f303fde3f897a47b35f8d6cc0 |
1618 |
| 14.1.1 | d941362993d9402196176dd9f48840c6621339147f85dbce99738e79bb8d06f5 |
1791 |
| 14.1.0 | f9282e4d99cd4e3f592b8396eb5fccbaed33eefd6580d14e857ba8367dbf14d4 |
1764 |
| 14.0.3 | b72f706ee283e401f8031e8dbd5fdc6d7ff96d5eb386c3b4714d98230adfec0a |
1700 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for ripgrep are versioned here.
Click here to see ripgrep ops2deb blueprints
name: ripgrep
matrix:
versions:
- 14.0.3
- 14.1.0
- 14.1.1
- 15.0.0
- 15.1.0
homepage: https://github.com/BurntSushi/ripgrep
summary: recursively searches directories for a regex pattern
description: |-
ripgrep is a line-oriented search tool that recursively searches the current
directory for a regex pattern. By default, ripgrep will respect gitignore rules
and automatically skip hidden files/directories and binary files. ripgrep has
first class support on Windows, macOS and Linux, with binary downloads
available for every release. ripgrep is similar to other popular search tools
like The Silver Searcher, ack and grep.
fetch: https://github.com/BurntSushi/ripgrep/releases/download/{{version}}/ripgrep-{{version}}-x86_64-unknown-linux-musl.tar.gz
install:
- ripgrep-{{version}}-x86_64-unknown-linux-musl/rg:/usr/bin/rg
The blueprint fetch keyword contains a URL template pointing to ripgrep releases. Downloaded files are locked in a lockfile versioned here.
Click here to see ripgrep release hashes
- url: https://github.com/BurntSushi/ripgrep/releases/download/14.0.3/ripgrep-14.0.3-x86_64-unknown-linux-musl.tar.gz
sha256: 62cd0efc4d6f1817b9c852859987b4720cd52e0de008418266e8503028dc0c7a
timestamp: 2023-12-13 09:33:55+00:00
- url: https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep-14.1.0-x86_64-unknown-linux-musl.tar.gz
sha256: f84757b07f425fe5cf11d87df6644691c644a5cd2348a2c670894272999d3ba7
timestamp: 2024-01-06 21:14:31+00:00
- url: https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-x86_64-unknown-linux-musl.tar.gz
sha256: 4cf9f2741e6c465ffdb7c26f38056a59e2a2544b51f7cc128ef28337eeae4d8e
timestamp: 2024-09-09 03:08:26+00:00
- url: https://github.com/BurntSushi/ripgrep/releases/download/15.0.0/ripgrep-15.0.0-x86_64-unknown-linux-musl.tar.gz
sha256: 253ad0fd5fef0d64cba56c70dccdacc1916d4ed70ad057cc525fcdb0c3bbd2a7
timestamp: 2025-10-16 06:03:30+00:00
- url: https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-unknown-linux-musl.tar.gz
sha256: 1c9297be4a084eea7ecaedf93eb03d058d6faae29bbc57ecdaf5063921491599
timestamp: 2025-10-22 18:03:34+00:00