chunkhound
活跃·★ 1.3k·MIT·更新于 2026-05-29
★ 代码助手★ RAG / 知识库
ChunkHound 是一个本地优先的代码库智能工具,能够深入研究代码库并提取架构、模式和领域知识。
您的AI助手能搜索代码但无法理解。ChunkHound能研究您的代码库,在任何规模下提取架构、模式和领域知识。
#代码库智能#语义搜索#代码分析#本地优先#AI助手#代码研究#多跳搜索#开发者工具
01
功能特性
01通过cAST算法进行语义代码分块,实现深度理解。
02多跳语义搜索发现相互关联的代码关系。
03本地优先操作确保您的代码保留在本地机器上,保障隐私。
04支持对30多种编程和配置文件进行结构化解析。
05实时索引,支持自动文件监控和智能差异识别。
02
兼容性
Python
运行时
已通过文档验证
uv
包管理器
已通过文档验证
Multiple Programming Languages
代码库分析
已通过文档验证
IDEs/LLMs (via MCP)
集成
已通过文档验证
03
快速开始
1
$ curl -LsSf https://astral.sh/uv/install.sh | sh
2
$ uv tool install chunkhound
04
使用场景
↳管理具有复杂跨团队依赖的大型单体仓库。
↳在本地环境中分析安全敏感的代码库。
↳需要在多种编程语言中进行一致搜索的项目。
↳在离线或隔离环境中进行开发。
05
同类工具
相关搜索
评论
登录后发表评论
- RReese Wilson2026年4月24日
Used for large codebase navigation with privacy requirements. Solid performance on multi-repo setups.
- JJustice White2026年4月15日
Fast local indexing means the intelligence is available immediately without cloud round trips.
- RRiver Johnson2026年3月21日
Local-first codebase intelligence without sending code to remote services is the right privacy model.
- KKendall Clark2026年3月10日
The chunking approach for codebase understanding is semantically aware, not just text splitting.