Zoekt
Fast trigram-based source code search engine developed by Google and used by Sourcegraph.
Why consider Zoekt?
Zoekt is a fast, trigram-based regex source code search engine written in Go by Han-Wen Nienhuys at Google. Designed specifically for searching massive monorepos, Zoekt builds indexed trigrams to evaluate complex regular expressions across gigabytes of code in milliseconds.
Learn Zoekt by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Zoekt
Zoekt powers instantaneous trigram regex search over enterprise Git repositories.
Quickstart
go install github.com/google/zoekt/cmd/...@latestzoekt-git-index -repo /path/to/git/repozoekt-webserver -listen :6070Zoekt is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.