awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
etsy avatar

etsy/hound

0
View on GitHub↗
5,846 stars·600 forks·JavaScript·MIT·19 views

Hound

Hound is a self-hosted source code search engine designed to index multiple repositories for high-performance regular expression queries. It serves as a multi-repository code indexer that provides a centralized interface for searching across large-scale, private, and versioned codebases.

The system utilizes trigram-based indexing to enable fast pattern matching and regular expression lookups without scanning every file. To maintain current search results, it employs automatic synchronization through a combination of periodic polling of remote version control systems and monitoring of local directory changes.

The platform supports private repository indexing by integrating with SSH keys and local mounted volumes. It aggregates data from disparate sources to facilitate cross-repository search functionality.

Features

  • Multi-Repository Code Searches - Enables high-performance searching across multiple code repositories simultaneously using regular expressions.
  • Trigram-Based Indexing - Implements a trigram index to enable high-performance regular expression searches across large codebases.
  • Cross-Repository Indexes - Aggregates indexed data from multiple repositories into a single interface for cross-project queries.
  • Codebase Search Engines - Provides a high-performance search engine optimized for querying private, restricted, and internal codebases.
  • Code Pattern Searches - Provides fast regular expression queries across a codebase using a specialized trigram index.
  • Multi-Repository Code Content Searches - Provides a service that indexes multiple repositories to allow regular expression searches across all their contents.
  • Source Code Search Engines - Provides a high-performance engine for locating code snippets and patterns across multiple repositories.
  • Self-Hosted Search Services - Offers a self-hosted search infrastructure to ensure data privacy when querying internal source code.
  • Regular Expression Pattern Implementations - Executes complex regular expression pattern matching across large codebases using a specialized trigram index.
  • Version Control Repository Ingestion - Ingests source code from remote version control systems to maintain a current searchable index.
  • Source Code Indexing - Implements processes for building and maintaining searchable indices of source code from various repositories.
  • Local Code Indexers - Provides a background service that scans local directories to build persistent search indexes of source code.
  • Polling-Based Synchronization - Periodically polls remote version control systems to refresh the local search index.
  • Automatic Index Synchronization - Automatically updates the search index via periodic remote polling and local directory monitoring.
  • Repository Access Authentications - Uses SSH keys to authenticate and securely retrieve source code from private remote repositories.
  • Repository Indexing Access - Securely indexes private source code repositories using configured SSH keys and local file paths.
  • Red Team Tools - Code search tool for finding sensitive information in repositories.

Star history

Star history chart for etsy/houndStar history chart for etsy/hound

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hound

Similar open-source projects, ranked by how many features they share with Hound.
  • hound-search/houndhound-search avatar

    hound-search/hound

    5,846View on GitHub↗

    Hound is a self-hosted code search engine that indexes source code repositories and provides fast regular expression search results using a trigram-based index. It is designed to be deployed on your own infrastructure, enabling you to search across multiple public and private code repositories simultaneously. The engine builds its search index by decomposing source code into three-character trigrams, which allows for fast substring matching with regular expressions. It supports searching across multiple repositories in parallel, returning results from the pre-built trigram index. Hound can in

    JavaScript
    View on GitHub↗5,846
  • google/codesearchgoogle avatar

    google/codesearch

    3,980View on GitHub↗

    Codesearch is an indexed code search engine and large-scale source indexer designed to execute regular expressions across extensive source code trees. It functions as a tool for finding specific text patterns in large codebases by analyzing and indexing massive volumes of source files for rapid retrieval. The system utilizes a specialized trigram-based search index to accelerate complex regular expression queries. This indexing approach filters candidate documents via three-character sequences before applying full regular expression scans to ensure high performance on large datasets. The eng

    Go
    View on GitHub↗3,980
  • oracle/opengrokoracle avatar

    oracle/opengrok

    4,868View on GitHub↗

    OpenGrok is a Java-based source code search engine and indexer designed to process large source trees and binaries into a searchable index. It functions as a version control browser, allowing for the exploration and searching of revision histories integrated with version control systems. The system provides symbol-based cross-referencing to link code definitions and usages, enabling navigation across a codebase. It utilizes an inverted-index search engine to perform full-text retrieval of source code. The application supports periodic source synchronization and reindexing to keep local data

    Javacodeenginejava
    View on GitHub↗4,868
  • ggreer/the_silver_searcherggreer avatar

    ggreer/the_silver_searcher

    27,072View on GitHub↗

    The Silver Searcher is a high-performance text search utility and regex code search tool designed to locate strings and regular expressions within plain text and source code. It functions as a codebase pattern matcher that provides highlighted results with surrounding line context and respects standard ignore files. The utility includes specialized capabilities for searching inside zlib and lzma compressed archives. It implements high-throughput processing via parallel-threaded file scanning and just-in-time regular expression compilation. The tool's search and indexing surface covers output

    Cagccommand-line-tool
    View on GitHub↗27,072
See all 30 alternatives to Hound→

Frequently asked questions

What does etsy/hound do?

Hound is a self-hosted source code search engine designed to index multiple repositories for high-performance regular expression queries. It serves as a multi-repository code indexer that provides a centralized interface for searching across large-scale, private, and versioned codebases.

What are the main features of etsy/hound?

The main features of etsy/hound are: Multi-Repository Code Searches, Trigram-Based Indexing, Cross-Repository Indexes, Codebase Search Engines, Code Pattern Searches, Multi-Repository Code Content Searches, Source Code Search Engines, Self-Hosted Search Services.

What are some open-source alternatives to etsy/hound?

Open-source alternatives to etsy/hound include: hound-search/hound — Hound is a self-hosted code search engine that indexes source code repositories and provides fast regular expression… google/codesearch — Codesearch is an indexed code search engine and large-scale source indexer designed to execute regular expressions… oracle/opengrok — OpenGrok is a Java-based source code search engine and indexer designed to process large source trees and binaries… ggreer/the_silver_searcher — The Silver Searcher is a high-performance text search utility and regex code search tool designed to locate strings… jujumilk3/leaked-system-prompts — This project is a research-oriented repository that serves as a centralized database for system-level prompts and… benbusby/whoogle-search — Whoogle-search is a self-hosted, containerized metasearch engine designed to provide search results while stripping…