# Third-Party Notices

This extension vendors prebuilt third-party binaries for cross-platform file search.

## Included Software

### ripgrep (`rg`)
- Upstream: https://github.com/BurntSushi/ripgrep
- License: MIT OR Unlicense
- Included versions:
  - `15.1.0` for `linux-x64`, `linux-arm64`, `darwin-x64`, `darwin-arm64`, `win32-x64`, `win32-arm64`
- Distributed binaries are unmodified upstream release artifacts.

### fd (`fd`)
- Upstream: https://github.com/sharkdp/fd
- License: MIT OR Apache-2.0
- Included versions:
  - `10.4.2` for `linux-x64`, `linux-arm64`, `darwin-arm64`, `win32-x64`, `win32-arm64`
  - `10.3.0` for `darwin-x64`
- Distributed binaries are unmodified upstream release artifacts.

## Source of Truth

Exact source URLs, pinned archive hashes, and pinned binary hashes are recorded in:

- `manifest.json`

## Notes

- These binaries are included to provide consistent cross-platform behavior for search tools.
- The wrapper tools exposed by the extension are built on top of `rg` and `fd`.
- System-provided binaries may still be used as fallback when bundled binaries are unavailable or fail verification.
