# BloopAI/bloop

bloop is a fast code search engine written in Rust.

Repository: https://github.com/BloopAI/bloop
Canonical: https://ross.abutalabs.com/products/bloop
Homepage: https://bloop.ai
Language: Rust
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2024-12-04T17:39:21+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 97
- inputs: {"age_days": 1362, "days_push": 637, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 9499, forks 599 (observed 2026-08-28T04:10:31.479543+00:00)

## What it is
bloop is a fast code search engine and desktop app that lets developers search their codebase with natural language, regex, and symbol queries, and ask an LLM questions about their code. It is written in Rust with a Tauri-based multi-platform app, using Tantivy and Qdrant for indexing.

## Use cases
- search my codebase with natural language
- explain how a file or feature works
- find code with regex search
- go to definition and references across languages
- understand poorly documented open source libraries
- find duplicate code in a repository
- ask questions about my code with an LLM

## When to choose
- you want fast local code search with semantic, regex, and symbol queries
- you want an AI assistant grounded in your own codebase
- you value privacy-focused on-device embeddings

## When to avoid
- you need a maintained tool - the latest release is late 2024 and the project appears inactive
- you only want a lightweight grep-style search without AI features
- you cannot provide an OpenAI API key and need hosted LLM features

## Facets
- artifact type: application
- maturity: maintenance
- function: search-engine, llm-inference, rag, parser, developer-tools
- domain: developer-tools, large-language-models
- platform: rust, cross-platform, cli
- tags: code-search, semantic-search, regex-search, tree-sitter, tantivy, qdrant, code-navigation, ai-assistant, search, natural-language-processing, tauri, desktop

## Member repositories
- BloopAI/bloop (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:31.479543+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:22:01.773466+00:00, confidence not recorded.
  - readme: https://github.com/BloopAI/bloop (fetched 2026-08-28T04:10:31.479543+00:00, sha 02cadf818a45)
- Data as of 2026-08-30T08:39:29.467469+00:00.
