Search the documentation
3 pages for use_builtin_ripgrep.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…ep binary as Claude Code. That is the bundled binary unless you set [`USE_BUILTIN_RIPGREP`](/docs/en/env-vars) to `0` ```json settings.json theme={null} { "sandbox": { "ripgrep": { "comma…
Advanced setup
Claude Code CLI · in the page
setup
…l these packages using your distribution's package manager, then set `USE_BUILTIN_RIPGREP=0`. This example installs the required packages on Alpine: ```bash theme={null} apk add bash curl libgcc lib…
Troubleshooting
Claude Code CLI · in the page
troubleshooting
…t install BurntSushi.ripgrep.MSVC ``` </Tab> </Tabs> Then set `USE_BUILTIN_RIPGREP` to `0`, either in your shell [environment](/docs/en/env-vars) or in the `env` block of your [`settings.json`]…