Skip to content

graphify

RAG & Retrieval

A CLI tool that builds a local, explorable knowledge‑graph of any codebase (code, docs, PDFs, images, videos) for fast semantic queries instead of grepping

Python Latest v0.9.27 · 18h ago Security brief →

Features

  • Creates a deterministic AST‑based graph of source code with tree‑sitter (no LLM required locally)
  • Adds semantic edges for docs, PDFs, images and videos using the AI assistant’s model or an API key
  • Tags each edge as EXTRACTED (directly read) or INFERRED (resolved by Graphify) for traceability
  • Provides interactive HTML (`graph.html`), a markdown report (`GRAPH_REPORT.md`) and raw JSON (`graph.json`)
  • Works with multiple AI coding assistants (Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, etc.)

Recent releases

View all 173 releases →
No immediate action
v0.9.27 Bug fix

Install safety + node identity

No immediate action
v0.9.26 Bug fix

Class edge fix + Windows hook improvements

No immediate action
v0.9.25 Breaking risk

Apache 2.0 license + dead code removal

No immediate action
v0.9.24 Bug fix

XAML hang fix + filter correction

No immediate action
v0.9.23 Bug fix

Deterministic paths + call-site fixes

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
90,728
Forks
8,857
Languages
Python Dockerfile

Install & Platforms

Install via
pipx

Community & Support

Beta — feedback welcome: [email protected]