Gortex is a high-performance, 100% local code-intelligence engine for AI agents and IDEs that indexes code into a persistent provenance-tiered knowledge graph via tree-sitter AST analysis and compiler-grade resolvers for 257 languages, with multi-repository support by default. It exposes the graph through CLI, MCP server, API and web UI, offering semantic search, cross-repo contract detection, speculative execution and live editor overlays aimed at cutting token usage up to 50x by surfacing only needed information.
- Ships as a single static binary for macOS, Linux and Windows with zero external dependencies
- Provides 175 configurable MCP tools, 16 resources and 3 prompts for symbol lookup, blast radius and refactoring
GitNexus is an advanced code intelligence engine designed to act as a "nervous system" for AI agents. By indexing entire codebases into a comprehensive knowledge graph, it maps dependencies, call chains, and execution flows, ensuring that tools like Cursor and Claude Code have deep architectural awareness. The platform offers two primary modes: a CLI with Model Context Protocol (MCP) support for seamless integration into developer workflows, and a browser-based Web UI for quick, serverless exploration via WebAssembly. Unlike traditional Graph RAG, GitNexus utilizes precomputed relational intelligence to provide high-confidence impact analysis, multi-file renames, and automated wiki generation, significantly reducing the risk of breaking changes during AI-driven development.