A standalone, GPU-accelerated search app for macOS. VS Code's search UX as a dedicated tool.
Built on GPUI with Metal rendering. Silky smooth scrolling through thousands of results.
Uses ripgrep's engine under the hood. Fast parallel search with .gitignore support.
Tree-sitter powered preview with 30+ languages. One Dark theme with WCAG AA colors.
Replace across all files with inline diff preview. Preserve case, regex, whole word.
Nucleo-powered fuzzy matching. Type fragments, find results. Same engine as Helix.
File search is v1. The channel architecture supports git, k8s, bookmarks, and more.
Cmd+O to open a folderCmd+Shift+Enter to jump to your editor.Or build from source:
git clone https://github.com/akriti2591/surch && cd surch && cargo run