Graphify Hits 88.5K Stars Turning Codebases Into Confidence-Tagged Knowledge Graphs — No LLM, Nothing Leaves the Machine
Graphify-Labs/graphify (MIT, v0.9.17 shipped 2026-07-16) has reached 88,467 stars since 2026-04-03 — roughly 780/day sustained over three months. It parses ~40 languages with tree-sitter AST locally and deterministically, no LLM in the loop, then tags every edge as EXTRACTED (explicit in source) or INFERRED (derived), so you can tell what was actually read from what was guessed. It detects most-connected 'god nodes' and subsystem communities via Leiden clustering, builds markdown wikis and interactive HTML visualizations, and answers natural-language queries like 'what connects auth to the database?' against the JSON graph instead of re-reading files. Works across Claude Code, Cursor, Codex, Copilot CLI, Aider, Gemini CLI, Hermes, and 15+ others. Install: uv tool install graphifyy && graphify install.
Source
↳ Follow the thread