← Back to research
·1 min read·company

Axon

Axon — graph-powered code intelligence engine with interactive web dashboard. Force-directed graph visualization, Sigma.js/WebGL rendering, health scores, and coupling heatmaps. 559 stars, Python.

Key takeaways

  • Graph-powered code intelligence engine with the best visual tooling in the category — interactive force-directed graph (Sigma.js + WebGL), community hull overlays, coupling heatmaps, and health scores
  • Indexes codebases into a knowledge graph with dependencies, call chains, clusters, execution flows, dead code detection, and git coupling analysis
  • Three dashboard views: Explorer (graph visualization), Analysis (health metrics), and Cypher Console (raw graph queries). Live reload via SSE
  • 559 stars, Python. The visualization-first alternative to GitNexus and CodeGraphContext

FAQ

What is Axon?

A code intelligence engine that indexes codebases into a knowledge graph and provides an interactive web dashboard with force-directed graph visualization, health scores, coupling heatmaps, and a Cypher query console. Also exposes MCP tools for AI agents.

How does it compare to GitNexus?

GitNexus has deeper MCP integration (hooks, skills, 7 tools). Axon has significantly better visualization tooling (WebGL graph, heatmaps, health dashboard). Different strengths.

Overview

Axon is a graph-powered code intelligence engine that differentiates itself through visualization. While GitNexus and CodeGraphContext focus on MCP tool depth, Axon provides an interactive web dashboard with force-directed graph rendering (Sigma.js + WebGL), community hull overlays, coupling heatmaps, and codebase health scores.

The indexer handles dependencies, call chains, type relationships, community clusters, execution flows, dead code detection, and git history coupling analysis. A single axon analyze . command processes a typical repo in under 5 seconds.

Key stats: 559 stars, Python. Created February 2026.


Dashboard Views

  1. Explorer — Interactive force-directed graph. Click nodes to see code, callers, callees, impact radius, and community membership
  2. Analysis — Health score, coupling heatmap, dead code report, inheritance tree, branch diff
  3. Cypher Console — Write and run Cypher queries with syntax highlighting and presets

Competitive Position

Strengths: Best visualization in the category. Fast indexing (~4s for 142 files). Dead code detection and git coupling analysis are unique features.

Weaknesses: Smaller community (559 stars). Less mature MCP integration than GitNexus. No license specified.


Research by Ry Walker Research