#253 · Primary category: AI Coding Assistants
gortex
A high-performance, local-first code-intelligence engine that indexes code into a graph and serves AI agents via CLI, MCP, and API, cutting token usage by up to 50x.
Project last updated:08/30/26
GitHub Stars
1.5K
Forks
141
Contributors
31
License
Apache-2.0
Why we included this project
Teams running AI coding agents against large or multi-repository codebases often find the agent burning through its context window reading files one by one. Gortex tackles that by indexing repositories into an in-memory knowledge graph and handing your agent the relevant slices over MCP, HTTP, or a web UI, so one graph query replaces a stack of file reads. It parses 257 languages with tree-sitter and layers on compiler-grade resolution for a long list of mainstream languages, which makes the returned symbols, callers, and blast-radius answers reliable enough to act on. Beyond token savings, it adds extras like dataflow and taint tracing, clone detection, speculative edit simulation, and graph-grounded PR review. Everything ships as a single static binary that runs fully local, so the whole pipeline stays on your own machines. If your team is fighting token spend or slow agent loops on big codebases, this is worth a close look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.