Surch

A standalone, GPU-accelerated search app for macOS. VS Code's search UX as a dedicated tool.

GPU-Accelerated

Built on GPUI with Metal rendering. Silky smooth scrolling through thousands of results.

🔎

Ripgrep-Powered

Uses ripgrep's engine under the hood. Fast parallel search with .gitignore support.

🎨

Syntax Highlighting

Tree-sitter powered preview with 30+ languages. One Dark theme with WCAG AA colors.

🔄

Find & Replace

Replace across all files with inline diff preview. Preserve case, regex, whole word.

🔌

Fuzzy Finding

Nucleo-powered fuzzy matching. Type fragments, find results. Same engine as Helix.

🏗

Extensible Channels

File search is v1. The channel architecture supports git, k8s, bookmarks, and more.

Getting Started

  1. Download the DMG for your Mac (Apple Silicon or Intel)
  2. Drag Surch.app to Applications
  3. Open Surch and press Cmd+O to open a folder
  4. Start typing to search. Use Cmd+Shift+Enter to jump to your editor.

Or build from source:

git clone https://github.com/akriti2591/surch && cd surch && cargo run