GitNexus
by
abhigyanpatwari

Description: GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a git...

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on March 2nd, 2026
Created on August 2nd, 2025
Open Issues & Pull Requests: 258 (+0)
Number of forks: 4,887
Total Stargazers: 43,946 (+1)
Total Subscribers: 149 (+0)

Issue Activity (beta)

Open issues: 213
New in 7 days: 10
Closed in 7 days: 18
Avg open age: 30 days
Stale 30+ days: 193
Stale 90+ days: 6

Recent activity

Opened in 7 days: 7
Closed in 7 days: 17
Comments in 7 days: 30
Events in 7 days: 120

Top labels

  • bug (180)
  • enhancement (137)
  • Language Support (118)
  • semantic-model (44)
  • rfc:scope-resolution (40)
  • ring:3-language (30)
  • refactor (29)
  • good first issue (19)

Repository Insights (GitGenius)

Median issue/PR response: 0.1 hours
Mean response time: 2.5 days
90th percentile: 4.5 days
Tracked items: 864

Most active contributors

Detailed Description

GitNexus is a client-side knowledge graph creator designed to run entirely within a browser, enabling developers to analyze codebases without server infrastructure. The project accepts git repositories from GitHub, GitLab, Azure, or local sources, as well as ZIP files, and generates an interactive knowledge graph paired with a built-in Graph RAG Agent for code exploration. Written in TypeScript and hosted at gitnexus.vercel.app, GitNexus positions itself as a deeper alternative to tools like DeepWiki by tracking architectural relationships rather than just providing code descriptions.

The core innovation centers on precomputed relational intelligence. Rather than relying on traditional Graph RAG approaches that expose raw graph edges and hope language models explore sufficiently, GitNexus precomputes structure at index time through clustering, tracing, and scoring. This design ensures reliability by preventing AI agents from missing context, improves token efficiency by eliminating multi-query chains, and democratizes smaller language models by offloading heavy lifting to the tools themselves. The system exposes 17 Model Context Protocol tools to AI agents, including query, context, impact analysis, trace functionality, change detection, rename operations, Cypher queries, route mapping, and taint analysis. Additional resources provide instant context through URIs covering repository lists, cluster information, execution flows, and cross-repository contracts.

GitNexus operates in two primary modes. The CLI plus MCP approach indexes repositories locally and connects AI agents like Cursor, Claude Code, Antigravity, Codex, and Windsurf through the MCP protocol, recommended for daily development work. The Web UI offers visual graph exploration and AI chat directly in the browser without installation, suited for quick exploration and demos. A bridge mode via gitnexus serve connects both approaches, allowing the web UI to auto-detect local servers and browse CLI-indexed repositories without re-uploading. Storage differs between modes: the CLI uses LadybugDB native storage for speed and persistence, while the web UI employs LadybugDB WASM for in-memory, per-session operation. Both approaches prioritize privacy with everything remaining local or in-browser.

According to GitGenius tracking data, the repository has experienced minimal recent change with fork count declining from 4864 to 4863 between July 2024 and July 2026. Issue and pull request response latency shows a median of 0.1 hours with a mean of 59.7 hours across 856 tracked items, indicating rapid initial responses but variable overall resolution times. The most active issue labels are bug with 157 occurrences, enhancement with 134, and Language Support with 115. Contributor activity is heavily concentrated, with magyargergo accounting for 1958 events, abhigyanpatwari with 120 events, and ShunsukeHayashi with 81 events. The project shares overlapping contributors with github/gh-aw, solo-io/gloo, and longhorn/longhorn repositories.

The repository is classified across multiple categories including Git management, CLI utility, Repository organizer, Version control, Local repositories, Developer tool, Batch operations, Workspace management, Repo navigation, and Status tracking. GitNexus is distributed via npm as the gitnexus package and operates under the PolyForm Noncommercial license. The README includes prominent warnings that GitNexus has no official cryptocurrency, token, or coin, and explicitly disclaims any affiliation with tokens using the GitNexus name on platforms like Pump.fun. Installation documentation addresses specific challenges including npm 11 compatibility issues, slow cold installs, and C++ toolchain requirements, with workarounds provided for each scenario.

GitNexus
by
abhigyanpatwariabhigyanpatwari/GitNexus

Repository Details

Fetching additional details & charts...