Graphify is an AI coding assistant that transforms various code and document types into a queryable knowledge graph. It supports multiple platforms and offers features like local parsing and detailed edge explanations.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Graphify is an AI coding assistant skill that turns any folder of code, SQL schemas, R scripts, shell scripts, documents, papers, images, or videos into a queryable knowledge graph. It integrates app code, database schema, and infrastructure into one graph.
How it works
Graphify utilizes tree-sitter for local parsing of code, ensuring that nothing leaves the user's machine. It creates a knowledge graph where each connection is tagged as either EXTRACTED (explicit in the source) or INFERRED (resolved by Graphify). Users can query the graph instead of searching through files, allowing for a more intuitive exploration of codebases.
Getting started
To install Graphify, use the following commands:
uv tool install graphifyy # install the CLI (or: pipx install graphifyy)
graphify install # register the skill with your AI assistant
After installation, you can start using it by typing:
/graphify .
This command generates three files in the graphify-out/ directory:
graphify-out/
├── graph.html open in any browser — click nodes, filter, search
├── GRAPH_REPORT.md the highlights: key concepts, surprising connections, suggested questions
└── graph.json the full graph — query it anytime without re-reading your files
Recent releases
- v0.9.13 (2026-07-12): Maintenance release with correctness and privacy fixes across extraction, incremental update, and query. No breaking changes.
- v0.9.12 (2026-07-10): Fix for live PostgreSQL introspection to emit foreign-key references edges under a read-only role.
- v0.9.11 (2026-07-09): Fix for file enumeration to prevent silent drops of directory subtrees.
- v0.9.10 (2026-07-08): Focused on correctness regarding phantom cross-file/cross-language edges.
- v0.9.9 (2026-07-07): Improvements in reliability and honesty.
Traction
- Stars: 82444
- Forks: 8122
- Open issues: 470
Caveats
- License: MIT
- Open issues: 470
- Created on: 2026-04-03
- Last push: 2026-07-11






