$git clone https://github.com/zzet/gortexHigh-quality parsing 257 languages/grammars through tree-sitter AST analysis, in-process resolvers, enhanced with compiler-grade resolution for Python, TypeScript / JavaScript, PHP, C#, Go, C, C++, Java, Kotlin, Swift, Zig,
| 1 | <div align="center"> |
| 2 | <p align="center"> |
| 3 | <img src="assets/wall.svg" alt="Gortex" width="500"> |
| 4 | </p> |
| 5 | |
| 6 | |
| 7 | ### High-performance and efficient code-intelligence engine for AI agents and IDE |
| 8 | #### Indexes code into graph and exposes it via CLI, MCP Server, and web UI. Multi-repository support by default. |
| 9 | #### Single static binary for macOS, Linux, and Windows — no dependency chain, simple installation and use. |
| 10 | |
| 11 | --- |
| 12 | [](https://github.com/zzet/gortex/actions/workflows/ci.yml) |
| 13 | [](https://github.com/zzet/gortex/releases/latest) |
| 14 | [](docs/installation.md#verifying-releases-supply-chain-security) |
| 15 | [](https://slsa.dev/spec/v1.0/levels#build-l3) |
| 16 | [](https://www.virustotal.com/gui/url/00e1094b39c9bd7db4d5a179b1d56173f85c915075057fd3cc64bfbb9b735b11/detection) |
| 17 | [](#) |
| 18 | [](#) |
| 19 | [](#) |
| 20 | |
| 21 | [](https://scorecard.dev/viewer/?uri=github.com/zzet/gortex) |
| 22 | [](https://pkg.go.dev/github.com/zzet/gortex) |
| 23 | <br /> |
| 24 | <a href="https://trendshift.io/repositories/36832" target="_blank"><img src="https://trendshift.io/api/badge/repositories/36832" alt="zzet%2Fgortex | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> |
| 25 | </div> |
| 26 | |
| 27 | High-quality parsing 257 languages/grammars through tree-sitter AST analysis, in-process resolvers, enhanced with [compiler-grade resolution](https://github.com/zzet/gortex/blob/main/docs/lsp.md) for Python, TypeScript / JavaScript, PHP, C#, Go, C, C++, Java, Kotlin, Swift, Zig, Rust, Ruby, Elixir, Ocaml, Haskell, and [others](https://github.com/zzet/gortex/blob/main/docs/languages.md#at-a-glance) - producing a persistent provenance-tiered knowledge graph of functions, classes, call chains, HTTP routes, and cross-service contracts and calls with a strong confidence model. 175 (configurable) MCP tools - use only what you need. Zero dependencies. Plug and play across 18 coding agents. **Up to 50× fewer tokens per response**. Reproducible [benchmarks](BENCHMARK.md). |
| 28 | |
| 29 | |
| 30 | > 18 AI coding agents (Claude Code, Kiro, Cursor, Windsurf, VS Code / Copilot, Continue.dev, Cline, OpenCode, Antigravity, Codex CLI, Gemini CLI, Zed, Aider, Kilo Code, OpenClaw, Hermes, Oh My Pi, Pi) supported out of the box. |
| 31 | > |
| 32 | > One install configures every one detected on your machine — see [docs/agents.md](docs/agents.md). |
| 33 | |
| 34 | <details> |
| 35 | <summary>Gortex Web UI — force-directed knowledge graph visualization</summary> |
| 36 | |
| 37 |  |
| 38 | |
| 39 | </details> |
| 40 | |
| 41 | ## Why it matters |
| 42 | |
| 43 | - **50× fewer tokens per response** — graph-native lookups beat naive file reads. Agents read **just what they need**, not the full file, not the 500-line file around it. |
| 44 | - **Full development cycle** - no 'read file before edit'. Agents ask for sources, tell what to change, and don't waste context of reading noise. |
| 45 | - **257 languages/grammars** - every file in the repository reachable; no mix of tools and bloating/hallycinating agents. Three tiers (bespoke tree-sitter, regex, forest-backed signatures) plus Jupyter and Databricks notebooks → [docs/languages.md](docs/languages.md) |
| 46 | - **Cross-repo by default** — N repos in one graph; contracts, references, and call chains span repo boundaries with evidence-gated resolution, contract matching, impact analysis, per-session isolation → [docs/multi-rep |