Tools/BurntSushi/ripgrep

ripgrep

Fast regex search respecting gitignore

67.1k+331/wkestablishedRustThe Unlicensetrending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Jun 2026

Ripgrep (rg) does what grep does but dramatically faster. It's a command-line search tool that respects your .gitignore, skips binary files, and searches recursively by default.

Unlicense (public domain). Written in Rust for speed. In benchmarks, ripgrep consistently beats grep, ag (The Silver Searcher), and ack. On large codebases the difference is seconds vs minutes. VS Code uses ripgrep under the hood for its file search, that's how fast it is.

Everything is free. No paid tier, no cloud version. It's a command-line binary you install and use. Available on every package manager: brew, apt, cargo, choco, scoop.

The catch: honestly, there isn't much of one. ripgrep is one of those tools that's just better than what it replaced. The only real limitation is that it's regex-only, no fuzzy matching. If you need approximate matching, look at fzf for interactive fuzzy finding. And if you're deeply invested in GNU grep's exact behavior and flags, rg's flag names are slightly different, which can trip up muscle memory.

Free vs Self-Hosted vs Paid

fully free

Fully open source under the Unlicense (public domain). No paid features, no commercial edition. It's a single binary.

Cost of use: $0. Install via your package manager and use it forever.

Why it matters financially: ripgrep saves developer time. If your team searches codebases frequently, faster search = less waiting. Hard to quantify, but real.

Free. Public domain. No strings.

Self-hosting ops:trivial
View pricing page →

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
89/100 · A
Adoption30/30
Maintenance25/25
Community9/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 62,488 starsActive community: 2,491 forks

About

Stars
67,072
Forks
2,706

Explore Further

More tools in the directory