← Package directory
Available on winget

Install RipGrep MSVC

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

Install with winget
winget install --id BurntSushi.ripgrep.MSVC
Upgrade
winget upgrade --id BurntSushi.ripgrep.MSVC
Uninstall
winget uninstall --id BurntSushi.ripgrep.MSVC

About RipGrep MSVC

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. (To disable all automatic filtering by default, use rg -uuu.) 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.

What's new in 15.1.0

Sponsorship is appreciated! This is a small release that fixes a bug with how ripgrep handles line buffering. This might manifest as ripgrep printing output later than you expect or not working correctly with tail -f (even if you're using the --line-buffered flag). > In case you haven't heard of it before, 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. Bug fixes: - BUG #3194: Fix a regression with --line-buffered introduced in ripgrep 15.0.0. Feature enhancements: - FEATURE #3192: Add hyperlink alias for Cursor.

Read release notes

Version history

Version Updated Notes
15.1.0 Unknown Sponsorship is appreciated! This is a small release that fixes a bug with how ripgrep handles line buffering. This might manifest as ripgrep printing output later than you expect or not working correctly with tail -f (ev...
15.0.0 Unknown Sponsorship is appreciated! ripgrep 15 is a new major version release of ripgrep that mostly has bug fixes, some minor performance improvements and minor new features. In case you haven't heard of it before, ripgrep is a...
14.1.1 Unknown Release notes
14.1.0 Unknown - BUG #2664: - Added or improved file type filtering for Lean and Meson. - FEATURE #2684: - FEATURE #2702:
14.0.3 Unknown - BUG #2664:
14.0.2 Unknown - BUG #2654: - BUG #2658: - BUG #2659: - BUG #2662:
13.0.0 Unknown - CVE-2021-3013: - VULN #1773: - PERF #1657: - PERF memchr#82: - Added or improved file type filtering for ASP, Bazel, dvc, FlatBuffers, - FEATURE #1404: - FEATURE #1613: - FEATURE #1680: - FEATURE #1842: - FEATURE #1856...