gograph
Active·★ 148·MIT·Updated 2026-05-27
★ Trending★ Dev Tooling
A fast, local-only CLI tool to generate repository structures and improve IDE context awareness for Go codebases.
gograph builds a compact graph of packages, symbols, calls, routes, config reads, tests, and code-quality signals, enabling AI agents to navigate Go repositories with fewer raw file reads. It is optimized for terminal-based LLMs to save context tokens.
#agentic-coding#ai-agent#ai-coding-assistant#antigravity#ast#claude-code#cli#code-analysis
01
Features
01Local only: no network calls, no external API
02Go focused: maps Go project structures using standard AST
03Token-saving context bundle: combines node, source, callers, callees, and tests in one response
04Hotspot ranking: ranks functions by incoming call count
05Code quality analysis: cyclomatic complexity, god-object detection, package coupling
02
Compatibility
macOS
macOS
Verified via docs
Linux
Linux
Verified via docs
Windows
Windows
Verified via docs
03
Quick start
1
$ go install github.com/ozgurcd/gograph/cmd/gograph@latest
04
Use cases
↳AI coding assistant quickly navigates and understands Go codebase
↳Analyze impact of code changes and find shortest call chains
↳Enforce architecture boundaries and detect dead code
05
Alternatives
context-mode★ 16.0k
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
agents-best-practices★ 1.1k
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
three.ws★ 40
Open-source 3D AI agent framework — GLB/glTF avatars with LLM brains, memory, emotions, and autonomous payments. MCP server · x402 · Solana/EVM · Three.js. Embed anywhere as a web component. Character studio, animation gallery, OAuth 2.1. Browser-native.
Related searches
Comments
Log in to leave a comment
- PParker MartinezApr 24, 2026
Good for developers navigating unfamiliar codebases who need structural overview.
- BBlake JohnsonApr 5, 2026
Fast, local-only repository structure visualization that improves IDE context.
- RRowan BrownMar 11, 2026
Graph output is more useful than tree views for understanding module relationships.
- RReese ZhangMar 7, 2026
Local-only means it works offline and doesn't upload your code.