Turn a codebase into a knowledge graph your AI assistant can trace — answers come back as graph paths with real file:line citations.
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 GraphifyEmbeddings 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.
No — it runs on-device with no account, no API keys, and no telemetry.
uv tool install graphifyy, then graphify install. It is open source under Apache 2.0.