Tools/BurntSushi/ripgrep

ripgrep

Fast regex search respecting gitignore

68.5k+226/wkestablishedRustThe Unlicensetrending

The Lens

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

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

What to do by team size

Solo
free — install it and alias it to grep, you'll never go back
Small team
free — standardize it across the team
Medium team
free — already embedded in VS Code's search
Large team
free — it's already in your stack whether you know it or not
Self-hosting ops:trivial

Get tools like this every Wednesday

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

Similar Tools

Score
79/100 · B+
Adoption30/30
Maintenance15/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
68,496
Forks
3,288

Explore Further

More tools in the directory