gortex
活跃·★ 62·NOASSERTION·更新于 2026-05-29
★ 时下流行★ 代码助手★ RAG / 知识库
代码智能引擎,将仓库索引到内存知识图中,并通过CLI、MCP服务器和Web UI暴露。
Gortex是一个代码智能引擎,将仓库索引到内存知识图中。它提供CLI、MCP服务器和Web UI,用于查询符号、依赖关系和影响分析。专为AI编码助手设计,通过单个smart_context调用取代多次文件读取,减少约94%的令牌消耗。
#AI 工具#antigravity#Claude Code#代码分析#code-assistant#context-window#context-window-optimization#context-window-optimizer
01
功能特性
01文件、符号、导入、调用链和类型关系的知识图
02多仓库工作空间,支持跨仓库符号解析和作用域
03通过tree-sitter和正则提取器支持92种语言
0449个MCP工具,用于符号查找、分析、代码生成和Agent反馈
05混合BM25+向量搜索与RRF融合的语义搜索
02
兼容性
linux/amd64
Linux (amd64)
已通过文档验证
linux/arm64
Linux (arm64)
已通过文档验证
darwin/amd64
macOS (Intel)
已通过文档验证
darwin/arm64
macOS (Apple Silicon)
已通过文档验证
Windows
Windows(计划中)
已通过文档验证
03
快速开始
1
$ OS=$(uname -s | tr '[:upper:]' '[:lower:]')
2
$ ARCH=$(uname -m)
3
$ case $ARCH in x86_64) ARCH=amd64 ;; aarch64|arm64) ARCH=arm64 ;; esac
4
$ curl -LO "https://github.com/zzet/gortex/releases/latest/download/gortex_${OS}_${ARCH}.tar.gz"
5
$ tar -xzf "gortex_${OS}_${ARCH}.tar.gz"
6
$ sudo mv gortex /usr/local/bin/
04
使用场景
↳作为上下文引擎集成到AI编码助手以减少令牌消耗
↳多仓库影响分析和跨仓库重构
↳面向开发者的语义代码搜索和代码库理解
05
同类工具
相关搜索
评论
登录后发表评论
- HHayden Jackson2026年5月21日
The high integration saves writing a lot of boilerplate. Works reliably in production environments.
- SSam Patel2026年5月19日
Used this for efficient automation — reliable under load. The efficient performance is impressive for an open-source tool.
- EEllis Kim2026年5月16日
The high coverage is surprisingly complete. Integrates well with existing high setups.
- Justice Lee2026年4月3日
The engine integration saves writing a lot of boilerplate. Runs fine on macOS 15.
- AAvery Jackson2026年3月18日
The intelligence integration saves writing a lot of boilerplate. Would recommend for lightweight use cases.