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 di
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
This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a
Whoogle-search is a self-hosted, containerized metasearch engine designed to provide search results while stripping away advertisements, tracking scripts, and cookies. It functions as a privacy-focused proxy that fetches results from major search providers, ensuring that user activity remains isolated from the original service providers. The platform distinguishes itself through granular traffic management and request-level security. It masks user identity by rotating browser identification strings and routing queries through intermediate proxies. Users can further customize their experience
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.
Die Hauptfunktionen von hound-search/hound sind: Trigram Indexes, Repository, Polling Index Updaters, Repository Polling Intervals, Trigram-Based Indexing, Repository Index Lookups, Multi-Repository Code Searches, Code Pattern Searches.
Open-Source-Alternativen zu hound-search/hound sind unter anderem: etsy/hound — Hound is a self-hosted source code search engine designed to index multiple repositories for high-performance regular… google/codesearch — Codesearch is an indexed code search engine and large-scale source indexer designed to execute regular expressions… searxng/searxng — This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web,… srwi/everythingtoolbar — EverythingToolbar is a Windows productivity utility that integrates a file search interface directly into the system… benbusby/whoogle-search — Whoogle-search is a self-hosted, containerized metasearch engine designed to provide search results while stripping… bloopai/bloop — Bloop is an AI code analysis tool and semantic search engine designed for understanding and querying large-scale…