Akon Labs
Community Love

Developers are building with GitNexus

Real feedback from developers, blogs, and the open-source community.

13,000+

GitHub Stars

11K stars in first 2 weeks

#1

GitHub Trending

Repository of the Day

10,000+

Weekly npm Downloads

And growing fast

Open Source

Community

Thriving Discord & GitHub community

Blast radius saved us
Reddit
We're using GitNexus Blast radius analysis before every code change. We have a strict protocol — before touching any file, run the impact analysis on the affected subjects and report the caller/dependent count explicitly. This came out of a painful experience where a voice pipeline refactor silently broke graph memory writes — two completely unrelated-looking systems that shared a dependency we didn't know about. GitNexus would have caught it.
S

StephenSioSuenos64

Solo Developer · Neura — Voice-First Digital Legacy System

Mandatory in CI/CD
Reddit
We have a cursor/rules/Tier1-Protection.mdc with alwaysApply that mandates GitNexus blast radius analysis before any file modification. Our post-commit hook runs gitnexus analyze --skip-embeddings after every commit and auto-commits the updated context files. The blast radius analysis in particular is filling a gap that nothing else does cleanly.
S

StephenSioSuenos64

Solo Developer · Neura — 51+ subsystems, hundreds of Python files

360-degree context
Reddit
The impact tool with blast radius grouping by depth is exactly what we needed — giving 360-degree symbol view (incoming/outgoing calls, process membership) is genuinely useful for debugging. The post-commit auto-update pattern is clean and low-friction.
S

StephenSioSuenos64

Solo Developer · Python/FastAPI + React + Neo4j + QDrant stack

100% local intelligence
X (Twitter)
GitNexus exposes an MCP-driven knowledge graph directly in the browser. Two other parsers, the code, KuzuDB stores structure and relations, and a local model generates embeddings for the search engine. It's all local, nothing leaves your machine while you still get Cypher graph queries, BM25, impact analysis, and more.
AL

André Lindenberg@andrelindenberg

Developer

GraphRAG pioneer endorsement
Reddit
I think its a brilliant idea. I am an inventor in this space, being the principle investigator on the forerunner patent for GraphRAG, and the author of 'Stingy Context', which uses graph theory to reduce token burn by over 90%. I am very excited to see others like you kicking these 'Knowledge Graph' tires. In the long run, its the only way to reliably auto-code.
DO

David OstbyViperAICSO

Co-founder at ViperPrompt · GraphRAG Patent Investigator, 4 awarded patents

Replaced grep workflows
Reddit
Game-changer! I used to grep through every file and hope I didn't miss a dynamic import. Now, I can see the actual dependency graph! The detailed documentation with Gemini 3 Flash also worked surprisingly well for me too! Giving me even more insight about what's going on with my code.
S

SioSuenos64SioSuenos64

Developer

Architecture deep-dive
Reddit
Really impressive work. The phased ingestion pipeline is cleanly separated — structure, parse, resolve, relate, cluster, trace, embed. Leiden community detection on the relationship graph is a smart choice. Process tracing via BFS from scored entry points is elegant. KuzuDB as the embedded graph store is an interesting choice — embedded like SQLite but with native Cypher traversal.
S

SithLordRisingSithLordRising

Knowledge Infrastructure Engineer · Building structured knowledge graphs from documents

Validated our architecture
Reddit
Your work has been genuinely useful for validating some architectural directions we've been considering, particularly around graph storage and hybrid search. The parallel between tracing execution flows through code and tracing reasoning chains through knowledge is closer than I expected. Great project. Following with interest.
S

SithLordRisingSithLordRising

Knowledge Infrastructure Engineer

Stunning & informative
LinkedIn
I stumbled on GitNexus and gave it a try running locally. First impressions: it is fast, looks stunning, and very informative. It shows key process flows, allows you to query the knowledge graph and even chat with your repository using the structured knowledge as its basis. I am in awe how after years of AI hype, you can still be surprised by what is possible.
FB

Frank Buters

GenAI & Data Leader · Building AI Capabilities for Financial Services

Featured article
Blog Feature
GitNexus Turns Your Codebase Into a Knowledge Graph — and Your AI Agent Will Thank You. Instead of stuffing files into a prompt, it indexes your entire repository into a knowledge graph — mapping out every dependency, call chain, cluster, and execution flow.
TAP

Top AI Product

AI Newsletter

See the images on the Gallery page