Skip to content

Releases: rosshhun/graphy

Graphy v1.0.0

08 Mar 21:03

Choose a tag to compare

Graphy v1.0.0

A code intelligence engine for your agents.

Install

# Homebrew (macOS)
brew install rosshhun/tap/graphy

# Cargo (any platform)
cargo install graphy                       # full (with web dashboard)
cargo install graphy --no-default-features # CLI only (for AI agents)

Highlights

  • 15-phase analysis pipeline (AST parsing → dead code detection → taint analysis)
  • 3 MCP tools with 14 capabilities for Claude Code
  • Web dashboard with interactive graph visualization
  • 13 language support (Python, TypeScript, Rust, Go, Java, PHP, and more)
  • Live watch mode with incremental re-indexing
  • 15 built-in framework plugins (Express, Django, Rails, Spring Boot, React, etc.)
  • 515 tests across 9 crates