ctxrs/graf
graf is graphify, rebuilt properly in rust: 1000x faster search, 89x faster updates, and one native binary.
About the project
Graf is a Rust rewrite of a code-graph tool that builds a graph of your codebase and docs, acting as a local alternative to Sourcegraph. It indexes code into SQLite so agents can quickly trace relationships between symbols: who calls a function, what depends on it, and what breaks when it changes.
Useful for
- Index a repository and find all callers of a function via graf impact
- Connect Graf's read-only MCP server to Codex or Claude Code for agent code navigation
- Import an existing Graphify graph with graf switch and update only changed files
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 9 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 7 days old and already has 13 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Hacker News: “Show HN: graf (1000x faster graphify in Rust)” — 8 points, 12 h ago.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 13
- Today
- 0 · ≈ 9 by evening
- Forks
- 0
- Issues and pull requests
- 19
- Watchers
- 1
- Language
- Rust
- License
- Apache-2.0
- Latest release
- v0.6.0 · September 22, 2026
- Created
- September 16, 2026
- Last push
- September 22, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- Show HN: graf (1000x faster graphify in Rust)8 points, September 22, 2026
Spotted in
- September 23, 2026Spotted on Hacker News
Similar by description
-
2.5
tirth8205/code-review-graph
A local code knowledge graph: builds a structural map of a repository with Tree-sitter and serves AI assistants over MCP only the files a change touches.
-
1.9
drawdb-io/drawdb
Browser-based database ER diagram editor with SQL and migration generation. Works without an account and supports SQL script import/export.