graphify vs Graft

graphify is much bigger: 114.9k stars against 5.6k.

Neither one leads on the six capability axes, so the choice comes down to which of them fits the way you already work.

Stars and commit dates come from our own daily tracking. The six axes are read off each project's documentation by our review pipeline, so they describe what a project says about itself, not what we measured in its code.

Where they stand today

Builds a deterministic, AST-based, repo-wide knowledge graph (no embeddings or vector store) with every edge labeled EXTRACTED or INFERRED.

Stars
114.9k
Tracked growth
+27.4%
Maturity
Last commit
10h ago
Language
Python
License
Apache-2.0
Cost to run
Free for code (local); optional API key for semantic media/docs

Writes a readable, linked markdown graph of your code (no embeddings or external index), letting agents use a local, regenerable map rather than re-exploring the repo each run.

Stars
5.6k
Tracked growth
not tracked long enough
Maturity
Last commit
1d ago
Language
TypeScript
License
MIT
Cost to run
Your API key, per-use
0%+27%51 tracked days
Graphify-Labs/graphifytrailhq/Graft

Six axes, head to head

Each axis runs 0 to 5. The label under a score is what that project's own docs claim, not a category average.

AxisgraphifyGraft
Context depth
How much of your codebase it sees before it answers: the open diff, the diff plus related files, or the whole repository.
Whole-repo analysis
Whole-repo analysis
Noise control
How it keeps output volume down — severity thresholds, deduplication, incremental runs over new commits only.
Edge confidence tags
Minimal filters
Customization
How far it bends to your team: custom rules, prompts, style guides, per-path config.
Configurable install & extras
Config options
Privacy
Whether your code stays on your own infrastructure: fully local, self-hostable, or cloud API only.
Fully local possible
Fully local possible
Model freedom
Whether you can point it at any provider, or it is wired to one.
Bring-your-own model
Bring-your-own-model
Setup ease
What it takes to get a first useful run out of it.
Quick CLI install
Two-command setup

Which one to pick

Pick graphify if…

Local-first — map your entire codebase into a queryable knowledge graph with deterministic tree-sitter parsing, minimal LLM use, and explainable edges.

Runs in cli, coding-agent-plugin, ide, ci. Works with byok, openai, anthropic, gemini, local-ollama, other-fixed.

Pick Graft if…

Efficiency-first — pick Graft when you want much faster and cheaper agent runs (often with equal or better correctness) by providing a repo-wide local node graph that agents can read directly.

Runs in cli, coding-agent-plugin, ide. Works with byok, openai, anthropic, local-ollama, other-fixed.

What people want from each one

Questions people ask

Is graphify better than Graft?

Neither one leads on the six capability axes, so the choice comes down to which of them fits the way you already work. graphify is worth picking when local-first — map your entire codebase into a queryable knowledge graph with deterministic tree-sitter parsing, minimal LLM use, and explainable edges.

Which of graphify and Graft keeps my code private?

graphify: Fully local possible (5/5). Graft: Fully local possible (5/5).

What does each one cost to run?

graphify: Free for code (local); optional API key for semantic media/docs. Graft: Your API key, per-use.

Full profiles: Graphify-Labs/graphify and trailhq/Graft. Everything else in Codebase context.