Skip to main content

Graphify

Turn a codebase into a knowledge graph your AI assistant can trace — answers come back as graph paths with real file:line citations.

About Graphify

Graphify turns a codebase into an explicit knowledge graph for AI coding assistants. Instead of embedding search or grep, it builds structure that can be traversed, so an answer arrives as a traceable graph path with real file:line citations you can open and check. Mapping a repository takes one command, and everything runs on-device: no account, no API keys, and no telemetry, which makes it usable on code that cannot leave the machine. Install with uv tool install graphifyy followed by graphify install. It is free and open source under Apache 2.0.

Graphify turns a codebase into an explicit knowledge graph for AI coding assistants. Instead of embedding search or grep, it builds structure that can be traversed, so an answer arrives as a traceable graph path with real file:line citations you can open and check. Mapping a repository takes one command, and everything runs on-device: no account, no API keys, and no telemetry, which makes it usable on code that cannot leave the machine. Install with uv tool install graphifyy followed by graphify install. It is free and open source under Apache 2.0.

Tags: Developer Tools, AI, Open Source, Code Search

Try Graphify

Frequently Asked Questions about Graphify

How is this different from embedding search?

Embeddings return chunks ranked by similarity. Graphify returns an explicit path through a graph of the code, with file:line citations, so the reasoning is inspectable.

Does my code leave my machine?

No — it runs on-device with no account, no API keys, and no telemetry.

How do I install it?

uv tool install graphifyy, then graphify install. It is open source under Apache 2.0.