
GitNexus (Akon Labs)
The open-source kernel for coding agents
275 followers
The open-source kernel for coding agents
275 followers
GitNexus (45k Github stars) is a Knowledge Graph Kernel that unifies every codebase in your org into one source of truth your coding agents can query. It resolves your code into a deterministic graph, so agents get exact callers, imports, and impact instead of embedding guesses, across every repo and SCM you run. On our public benchmark (https://www.akonlabs.com/benchmarks), coding agent runs 51% cheaper with GitNexus connected. It works with any agent over MCP.






Dial
the "file tree mirrors the disk, not the system" line is a good way to put it - most context tools are really just fancier grep. what I use today is basically Claude Code's own repo-map plus whatever I paste in manually, and it breaks exactly where you'd expect: cross-repo calls, since there's no single view spanning our services. the part I'd want to understand before adopting this though is graph freshness - on a fast-moving repo with agents committing constantly, is the graph updated incrementally per-commit, or is there a reindex lag where an agent could query stale call/import data right after a merge?