← Back to Catalog

abhigyanpatwari/GitNexus

↗ GitHub

GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent. Perfect for code exploration

21,135

Stars

2,411

Forks

76

Watchers

220

Open Issues

TypeScript·Other·Last commit Apr 1, 2026·by @abhigyanpatwari·Published April 1, 2026·Analyzed 6d ago
A

Safety Rating A

No security concerns identified. The project is a well-documented, high-star open-source developer tool with a clear legitimate purpose. It explicitly emphasizes local-first privacy (no code uploaded, no network calls from CLI). No hardcoded secrets, malicious patterns, suspicious dependencies, or prompt injection attempts were found in the available content. The README even includes a proactive disclaimer warning users about fraudulent cryptocurrency tokens using the GitNexus name, which is a responsible signal from the maintainers.

AI-assisted review, not a professional security audit.

AI Analysis

GitNexus is a client-side code intelligence engine that indexes any codebase into a knowledge graph and exposes it via an MCP server, CLI, and browser-based UI. It parses source files using Tree-sitter ASTs, resolves cross-file dependencies, detects functional communities via Leiden clustering, traces execution flows, and builds hybrid BM25+semantic search indexes. AI agents (Cursor, Claude Code, Codex, Windsurf) connect via MCP to get precomputed blast-radius analysis, 360-degree symbol context, process-grouped search, multi-file rename, and git-diff impact analysis. A fully client-side web UI running on WebAssembly allows zero-install graph exploration and Graph RAG chat directly in the browser. Supports 14+ programming languages.

Use Cases

  • Giving AI coding assistants (Cursor, Claude Code, Codex) deep architectural awareness of a codebase via MCP to prevent breaking changes
  • Visualizing and exploring code structure as an interactive knowledge graph in the browser without any server
  • Performing blast-radius analysis before committing changes to understand downstream impact
  • Generating repository wikis and architecture documentation from indexed knowledge graphs
  • Enabling smaller LLMs to reason effectively about large codebases by precomputing relational structure

Tags

#ai-agents#browser-extension#cli-tool#code-generation#context-engineering#embeddings#framework#knowledge-graph#llm#local-first#mcp#rag#vector-database

Security Findings (2)

hardcoded_secrets

No hardcoded secrets or API keys are visible in the README or repository metadata. The README explicitly states API keys are stored in localStorage only for the web UI, and the CLI makes no network calls.

prompt_injection_attempt

No prompt injection attempts detected. Repository content is straightforward technical documentation with no embedded instructions attempting to manipulate AI analysis.

Project Connections