sbusso / bloop

bloop is a fast code search engine written in Rust.

Home Page:https://bloop.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bloop logo

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.

Features

  • Super-fast code search
  • AI-powered natural language 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.

code search demo

Get Started

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:

Contributing

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 app
  • server/bleep: The Rust backend which contains the core search and navigation logic
  • client: The React frontend

We make extensive use of Git LFS for dependencies that are expensive to build.

To make sure you have everything you need to start building, you'll need to install the git-lfs package for your favourite operating system, then run the following commands in this repo:

git lfs install
git lfs pull

If you find a bug or have a feature request, open an issue!

Privacy

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.

About

bloop is a fast code search engine written in Rust.

https://bloop.ai

License:Apache License 2.0


Languages

Language:TypeScript 42.5%Language:Rust 42.2%Language:CSS 5.2%Language:Scheme 4.6%Language:JavaScript 4.4%Language:Nix 0.6%Language:Smarty 0.2%Language:HTML 0.1%Language:Dockerfile 0.1%Language:Shell 0.1%