AIAny
AI Client2025
Icon for item

GitNexus

Indexes any repo into a knowledge graph of dependencies, call chains, and execution flows, then feeds it to AI coding agents via MCP so they stop missing context. Ships as a CLI plus a zero-install browser graph explorer with chat.

Introduction

Most AI coding agents navigate a repo by grepping text or fuzzy-matching embeddings — which is exactly why they miss dependencies, break call chains, and confidently ship edits that ripple somewhere they never looked. GitNexus swaps that guesswork for a real graph: it parses your codebase with Tree-sitter and records every dependency, call chain, cluster, and execution flow as explicit, queryable relationships an agent can traverse.

What Sets It Apart
  • Structure, not descriptions. Where tools like DeepWiki summarize what code does, the graph tracks how every symbol actually connects — so an agent can answer "what breaks if I change this?" instead of paraphrasing a file.
  • Built for the agent, not just the human. The CLI indexes locally and exposes the graph over MCP to Cursor, Claude Code, Codex, Windsurf and more; Claude Code even gets hooks that inject graph context into searches and flag a stale index after commits.
  • Levels the model playing field. Feeding smaller models full architectural context lets them reason about a codebase closer to how frontier models do — the leverage is in the retrieved structure, not raw parameter count.
  • Two front doors. A globally installed CLI for daily development, or a zero-install browser app (Tree-sitter + LadybugDB compiled to WASM) that runs entirely client-side for quick exploration and demos.
Who It's For

Great fit if you drive an AI agent through a large or unfamiliar codebase every day and are tired of it losing the thread across files — the CLI + MCP path is where the payoff lives. Look elsewhere if you just want prose documentation (DeepWiki-style) rather than a queryable graph, or if browser mode is your only plan: it caps around ~5k files on browser memory unless you run the local backend. Note the OSS license is PolyForm Noncommercial, so commercial use needs the enterprise offering from Akon Labs.

Information

  • Websitegithub.com
  • OrganizationsAkon Labs
  • AuthorsAbhigyan Patwari
  • Published date2025/08/02

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).