EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Zoekt
    Zoekt icon

    Zoekt

    Code Intelligence
    Featured

    Fast trigram-based code search engine for source code, supporting substring and regexp matching with a rich query language across single or many repositories.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under Apache License 2.0. Self-host and use without restriction.

    Engagement

    Available On

    CLI
    API
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code IntelligenceSearch and DiscoveryAI Development Libraries

    Alternatives

    Sourcegraph CodyQwen CodeABCoder
    Developer
    SourcegraphSan Francisco, CAEst. 2013$248M raised

    Listed Aug 2026

    About Zoekt

    Zoekt is an open-source text search engine written in Go, designed specifically for searching source code at scale. Originally created by Han-Wen Nienhuys at Google, it has been maintained by Sourcegraph since 2017 when it was forked from the original github.com/google/zoekt repository. It is licensed under Apache 2.0 and actively developed on GitHub.

    What It Is

    Zoekt (pronounced roughly like "zooked") is a trigram-indexed code search engine that supports fast substring and regular expression matching across source code repositories. It features a rich query language with boolean operators (and, or, not), can search individual repositories or large multi-repository codebases, and ranks results using code-aware signals such as whether a match falls on a symbol. Its general design based on trigram indexing and syntactic parsing makes it effective across a wide variety of programming languages.

    Core Architecture

    Zoekt's search performance is built on trigram indexing — breaking text into overlapping three-character sequences to enable rapid candidate filtering before full match evaluation. Key architectural components include:

    • zoekt-git-index: indexes local Git repositories
    • zoekt-local-sync: recursively discovers and synchronizes Git repositories under one or more root directories
    • zoekt-indexserver: a long-running service that mirrors and periodically re-indexes repositories from remote code hosts (e.g., GitHub organizations)
    • zoekt-webserver: serves a web UI and API for search, including a JSON API and a gRPC API with structured query objects and streaming results
    • Universal ctags integration: symbol information from ctags is used as a key ranking signal

    Deployment Model

    Zoekt supports two primary usage modes. The first is command-line usage for local indexing and searching, suitable for development and testing. The second is a server-based deployment using the indexserver and webserver pair, which handles large-scale, continuously updated codebases. A container image is published at ghcr.io/sourcegraph/zoekt that bundles the Zoekt binaries, git, and universal-ctags, making containerized deployment straightforward with Docker.

    The webserver exposes:

    • A simple web search UI at http://localhost:6070
    • A JSON search API (with BM25 scoring and context lines support)
    • A gRPC API supporting structured queries and streaming results

    Query Language and Search Capabilities

    Zoekt's query language supports a range of search patterns beyond simple text matching:

    • Substring and regular expression search
    • Boolean operators: and, or, not
    • File path filtering (e.g., file:README)
    • Symbol-aware ranking via ctags integration
    • Alternative BM25 scoring mode
    • Context lines around matches

    Full query syntax is documented in the project's doc/query_syntax.md.

    Current Status

    The repository shows active maintenance, with the last push recorded in late July 2026 and ongoing open issues. The project has accumulated over 1,800 GitHub stars and more than 228 forks, reflecting its role as a foundational component in Sourcegraph's broader code intelligence platform. It remains the canonical maintained fork of the original Google Zoekt project.

    Zoekt - 1

    Community Discussions

    Be the first to start a conversation about Zoekt

    Share your experience with Zoekt, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under Apache License 2.0. Self-host and use without restriction.

    • Trigram-based code search
    • Substring and regexp matching
    • Boolean query language
    • Multi-repository indexing
    • Web UI and API

    Capabilities

    Key Features

    • Trigram-based indexing for fast code search
    • Substring and regular expression matching
    • Boolean query operators (and, or, not)
    • File path filtering in queries
    • Symbol-aware result ranking via Universal ctags
    • Multi-repository search across large codebases
    • Index server with periodic re-indexing from code hosts
    • Web UI for search
    • JSON search API with BM25 scoring and context lines
    • gRPC API with structured queries and streaming results
    • GitHub organization mirroring
    • Docker container image
    • Local Git repository indexing
    • zoekt-local-sync for recursive repository discovery

    Integrations

    Git
    GitHub
    Universal ctags
    Docker
    gRPC
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Zoekt and help others make informed decisions.

    Developer

    Sourcegraph

    Sourcegraph is a code intelligence platform that allows developers to rapidly search, write, and understand code by bringing insights from their entire codebase right into their editor. The company helps developers and companies with billions of lines of code create the software used every day.

    Founded 2013
    San Francisco, CA
    $248M raised
    184 employees

    Used by

    Uber
    Dropbox
    Lyft
    Reddit
    +8 more
    Read more about Sourcegraph
    WebsiteGitHubX / Twitter
    3 tools in directory

    Similar Tools

    Sourcegraph Cody icon

    Sourcegraph Cody

    Cody is an AI coding assistant by Sourcegraph that uses advanced codebase context and the latest LLMs to help developers understand, write, and fix code faster.

    Qwen Code icon

    Qwen Code

    AI coding assistant powered by Qwen large language models for code generation, completion, and development assistance.

    ABCoder icon

    ABCoder

    An AI-powered code analysis and generation tool that helps developers understand and work with Go codebases more efficiently.

    Browse all tools

    Related Topics

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    90 tools

    Search and Discovery

    AI-powered tools for finding and exploring information.

    41 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    271 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions