[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5515":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":19,"lastSyncTime":29,"discoverSource":30},5515,"bloop","BloopAI\u002Fbloop","BloopAI","bloop is a fast code search engine written in Rust.","https:\u002F\u002Fbloop.ai",null,"Rust",9511,601,9509,43,0,4,17,2,68.04,"Apache License 2.0",true,false,"oss",[],"2026-06-12 04:00:25","\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fassets.bloop.ai\u002Fbloop_github_logo_dark.png\">\n  \u003Cimg alt=\"bloop logo\" src=\"https:\u002F\u002Fassets.bloop.ai\u002Fbloop_github_logo_light.png\">\n\u003C\u002Fpicture>\n\nbloop is ChatGPT for your code. Ask questions in natural language, search for code and generate patches using your existing codebase as context. \n\nEngineers are increasing their productivity by using bloop to:\n- Explain how files or features work in simple language\n- Write new features, using their code as context\n- Understand how to use poorly documented open source libraries\n- Pinpoint errors\n- Ask questions about English language codebases in other languages\n- Reduce code duplication by checking for existing functionality\n\nhttps:\u002F\u002Fgithub.com\u002FBloopAI\u002Fbloop\u002Fassets\u002F7957964\u002F01db3ccb-4af0-49a0-92d6-5a9c42357a51\n\n## Features\n\n- AI-based conversational search\n- Code Studio, an LLM playground that uses your code as context\n- Blazing fast regex search\n- Sync your local and GitHub repositories\n- Sophisticated query filters so you can narrow down your results\n- Find functions, variables or traits with symbol search\n- Precise code navigation (go-to-reference and go-to-definition) for 10+ of the most popular languages built with [Tree-sitter](https:\u002F\u002Ftree-sitter.github.io\u002Ftree-sitter\u002F)\n- Privacy focussed on-device embedding for semantic search\n\nbloop stands on the shoulders of the Rust ecosystem. Our search indexes are powered by [Tantivy](https:\u002F\u002Fgithub.com\u002Fquickwit-oss\u002Ftantivy) and [Qdrant](https:\u002F\u002Fgithub.com\u002Fqdrant\u002Fqdrant), and our multi-platform app is built with [Tauri](https:\u002F\u002Fgithub.com\u002Ftauri-apps\u002Ftauri).\n\nhttps:\u002F\u002Fgithub.com\u002FBloopAI\u002Fbloop\u002Fassets\u002F7957964\u002F93715188-d8d5-477b-8cd1-95d9cbd368cb\n\n## Get Started\n\nThe simplest way to get started with bloop is to [download the app](https:\u002F\u002Fgithub.com\u002FBloopAI\u002Fbloop\u002Freleases) and follow the onboarding steps. Checkout our [getting started guide](https:\u002F\u002Fbloop.ai\u002Funderstand\u002Fdocs\u002Fgetting-started) and our references for [conversational](https:\u002F\u002Fbloop.ai\u002Funderstand\u002Fdocs\u002Fnatural-language-queries) and [regex](https:\u002F\u002Fbloop.ai\u002Funderstand\u002Fdocs\u002Fregex-queries) search and [Code Studio](https:\u002F\u002Fbloop.ai\u002Funderstand\u002Fdocs\u002Fcode-studio).\n\nFor instructions on how to build from source or run bloop from the command line, check out these pages:\n\n- [Build bloop app from source](.\u002Fapps\u002Fdesktop\u002FREADME.md)\n- [Run bloop from the command line](.\u002Fserver\u002FREADME.md)\n\nIf you encounter any index issues you can wipe the bloop cache and reindex. Instructions on how to do this on different platforms [are here](.\u002Fapps\u002Fdesktop\u002FREADME.md).\n\n## Building From Source\n\nYou can build bloop from source and run it with your own OpenAI API key. Clone the repo, make sure the `oss` branch is checked out, and create a file called `local_config.json` at the top-level of the repo. `local_config.json` should contain the following fields:\n\n```json\n{\n    \"github_access_token\": \"\u003CYOUR_GITHUB_ACCESS_TOKEN>\",\n    \"openai_api_key\": \"\u003CYOUR_OPENAI_API_KEY>\"\n}\n```\n\nThen follow [these installation instructions](.\u002Fapps\u002Fdesktop\u002FREADME.md). If built from source, bloop will not collect any telemetry. \n\n## Contributing\n\n[![Open in Gitpod](https:\u002F\u002Fgitpod.io\u002Fbutton\u002Fopen-in-gitpod.svg)](https:\u002F\u002Fgitpod.io\u002F#https:\u002F\u002Fgithub.com\u002FBloopAI\u002Fbloop)\n\n[![Open in Codeanywhere](https:\u002F\u002Fcodeanywhere.com\u002Fimg\u002Fopen-in-codeanywhere-btn.svg)](https:\u002F\u002Fapp.codeanywhere.com\u002F#https:\u002F\u002Fgithub.com\u002FBloopAI\u002Fbloop)\n\nWe welcome contributions big and small! Before jumping in please read [our contributors guide](.\u002FCONTRIBUTING.md) and [our code of conduct](.\u002FCODE_OF_CONDUCT.md).\n\nHere's how to find your way around the repo:\n\n- `apps\u002Fdesktop`: The Tauri app\n- `server\u002Fbleep`: The Rust backend which contains the core search and navigation logic\n- `client`: The React frontend\n\nWe use Git LFS for dependencies that are expensive to build.\n\nTo make sure you have everything you need to start building, you'll need to\ninstall the `git-lfs` package for your favourite operating system, then run the\nfollowing commands in this repo:\n\n    git lfs install\n    git lfs pull\n\nIf you find a bug or have a feature request, [open an issue](https:\u002F\u002Fgithub.com\u002FBloopAI\u002Fbloop\u002Fissues)! You can find the application logs here:\n\n| OS      | Logs Path |\n| ----------- | ----------- |\n| MacOS      | `~\u002FLibrary\u002FApplication\\ Support\u002Fai.bloop.bloop\u002Fbleep\u002Flogs`       |\n| Windows   | `%APPDATA%\u002Fbloop\u002Fbleep\u002Flogs`        |\n| Linux   | `~\u002F.local\u002Fshare\u002Fbloop\u002Fbleep\u002Flogs`        |\n\n## Privacy\n\nWe store as little data as possible. We use telemetry to helps us identify bugs and make data-driven product decisions. You can read our full privacy policy [here](https:\u002F\u002Fbloop.ai\u002Fprivacy).\n\n## License\n\nbloop is licensed under the `Apache 2.0` license as defined in [LICENSE](.\u002FLICENSE).\n\n","bloop 是一个用 Rust 编写的快速代码搜索引擎，它允许开发者通过自然语言查询来搜索、理解和生成代码。其核心功能包括基于 AI 的对话式搜索、使用代码作为上下文的 Code Studio、极速正则表达搜索以及精准的代码导航。bloop 依靠 Tantivy 和 Qdrant 构建索引，并使用 Tree-sitter 支持多种编程语言的解析。此外，该工具还强调隐私保护，支持本地设备上的语义搜索。适用于需要提高开发效率、理解复杂代码库或改进文档不足开源库的场景中，帮助开发者更高效地编写和维护代码。","2026-06-11 03:03:45","top_language"]