bloop is a fast code-search engine written in Rust and Typescript. Search both your local and remote repositories with natural language, regex and filtered queries.
- Super-fast code search
- AI-powered natural langauge search
- Sync your local and GitHub repositories (support for more code hosts coming soon!)
- Search with regex queries
- Sophisticated query filters so you can narrow down your results
- Find functions, variables or traits with symbol search
- Precise code navigation (go-to-reference and go-to-definition) for 10+ of the most popular languages
bloop stands on the shoulders of the Rust ecosystem. Our search indexing is powered by Tantivy, our multi-platform app is built with Tauri, and we use Qdrant for natural language search.
The simplest way to get started with bloop is to download the app and follow the onboarding steps. Checkout our getting started guide and our query language reference.
For instructions on how to build from source or run bloop from the command line, check out these pages:
We welcome contributions big and small! Before jumping in please read our contributors guide and our code of conduct.
Here's how to find your way around the repo:
apps/desktop
: The Tauri appserver/bleep
: The Rust backend which contains the core search and navigation logicclient
: The React frontend
If you find a bug or have a feature request, open an issue!
We store as little data as possible. Opting in now to send telemetry to bloop helps us identify bugs and make data-driven product decisions. This option sends us crash reports, logs and high level information about feature usage (so we can tell that a search was made, but we wouldn't be able to see the query or results). If you change your mind, you can always disable this later in Settings!
You can read our full privacy policy here.