Graphify-LabsDeveloper tools
graphify
Convert codebases, docs, and configs into a queryable knowledge graph for AI coding assistants
- CLI
- Library/framework
- Windows
- macOS
- Linux
- Runs locally
- Docker supported
- Popularity
- 114.3k Stars
- GitHub stars
- Recent activity
- 8/30/2026
- Updated in the last 30 days
- License
- APACHE-2.0
- Permissive
Why it matters
We look beyond stars: what problem it solves, whether it creates real utility, and what makes its approach worth noticing.
Problem
Traditional text search or vector retrieval fails to accurately trace complex cross-file dependencies and structural relations in large projects.
Practical value
Uses tree-sitter for local AST parsing, producing interactive HTML graphs, structured JSON, and path-tracing CLI tools.
Innovation / differentiation
Avoids vector databases and embeddings, explicitly distinguishing between extracted deterministic edges and inferred semantic edges.
Leverage potential
Plugs into multiple AI coding assistants as a CLI skill, running locally while leveraging existing AST parsing infrastructure.
Why now
The rapid adoption of AI coding tools creates strong demand for structured, deterministic context over simple vector retrieval.
Community activity
In the last 90 days there were 1028 new issues and 1111 pull requests; the bounded issue/PR samples include 78 issue authors and 67 PR contributors, with at least 50 releases.
Maintainer responsiveness
The 100-issue window sample had a 64% close rate, and the 95-pull-request sample had a 38% merge rate. Maintainer-response observations covered 60% of that issue sample, with a 47% response rate and median first response of 4.1 hours.
Key highlights
- Local AST parsing: Analyzes code relations across 40+ languages via tree-sitter without requiring LLMs for explicit references.
- Tagged edge confidence: Distinguishes between explicitly extracted and inferred connections in the graph.
- Multi-format unification: Maps code, documentation, PDFs, and media files into a single consolidated graph.
Quick start
How it is installed, how hard it is, and where to start.
Best for
- Developers who want to try it on their machine
- People who prefer Docker deploys
More about it
Graphify is a tool that converts codebases, database schemas, documentation, and configuration files into queryable knowledge graphs for developers and AI assistants. It generates interactive HTML visualizations, markdown summaries, and JSON graph data locally, enabling structured querying of code dependencies and cross-file relationships without using vector stores.
Sources
Each field shows its status and source — expand to review.
14 · Expand
Sources
Each field shows its status and source — expand to review.
capability tags
VerifiedSource: admin_cms · cms editor · 9/1/2026
editor note
Verified{"en":"Graphify uses Tree-sitter AST for deterministic local code parsing, building structured knowledge graphs without vector databases. It enables developers to query code relationships and short paths directly within AI coding assistants.","zh":"Graphify 通过 Tree-sitter AST 在本地解析代码依赖,无需依赖向量数据库即可建立准确的符号关联图谱。它支持在终端中运行路径查询和节点解释,便于快速梳理复杂项目的架构与逻辑流。"}
Source: admin_cms · cms editor · 9/1/2026
intro
Verified{"en":"Graphify is a tool that converts codebases, database schemas, documentation, and configuration files into queryable knowledge graphs for developers and AI assistants. It generates interactive HTML visualizations, markdown summaries, and JSON graph data locally, enabling structured querying of code dependencies and cross-file relationships without using vector stores.","zh":"Graphify 是一款面向开发者与 AI 编程助手的代码知识图谱生成工具。它能够在本地解析项目代码、数据库 Schema、文档和配置文件,生成可视化与可查询的图谱数据。工具输出 graph.html、GRAPH_REPORT.md 和 graph.json 三个文件,帮助用户通过命令代替文本搜索,精准追踪函数调用、模块依赖和文档引用关系。"}
Source: admin_cms · cms editor · 9/1/2026
Latest release
Verifiedv0.9.53
Source: GitHub API · latest_release=v0.9.53 · 9/3/2026
License
VerifiedApache-2.0
Source: GitHub API · license.spdx_id=Apache-2.0 · 9/3/2026
needs api key
VerifiedNo
Source: admin_cms · cms editor · 9/1/2026
One-liner
Verified{"en":"Convert codebases, docs, and configs into a queryable knowledge graph for AI coding assistants","zh":"将代码库、文档和配置文件转化为可查询知识图谱的 AI 辅助工具"}
Source: admin_cms · cms editor · 9/1/2026
Platforms
Verifiedwindows, macos, linux
Source: admin_cms · cms editor · 9/1/2026
Category hint
Inferred from materialsai-apps
Source: Project README · hint=ai-apps · 8/13/2026
product forms
Verifiedcli, library_framework
Source: admin_cms · cms editor · 9/1/2026
role tags
VerifiedSource: admin_cms · cms editor · 9/1/2026
supports docker
VerifiedYes
Source: Repository file · dockerfile=true; compose=false · 9/3/2026
supports local
VerifiedYes
Source: admin_cms · cms editor · 9/1/2026
supports self host
VerifiedNo
Source: admin_cms · cms editor · 9/1/2026
Related projects
Other verified projects matched by category, capabilities, and intended roles.
claude-code
An agentic coding tool for the terminal that understands codebases, handles routine development tasks, explains code, and works with Git workflows.
spec-kit
An open-source CLI toolkit for Spec-Driven Development that guides AI coding agents through structured specification, planning, and code generation steps.
llama.cpp
A lightweight LLM inference engine implemented in C/C++, supporting various hardware backends and model quantization.
codex
OpenAI’s coding agent that runs locally, with terminal, IDE, and desktop-app entry points.
supabase
An open-source Postgres development platform offering auto-generated APIs, authentication, and real-time database subscriptions.
playwright
A cross-browser automation framework for testing and AI agent control, supporting Chromium, Firefox, and WebKit.
