No lightweight CLI to generate function call graphs for navigating unfamiliar codebases
Developers studying large codebases like Linux kernel, Postgres, or legacy enterprise apps have no fast local CLI to load source files and visualize function call graphs with dependency highlighting. A December 2025 HN Ask thread on 'what developer tool do you wish existed' had 22 points and dozens of replies, with codebase navigation and function-level dependency visualization ranking as a top requested feature. The closest tool is Source Insight (Windows-only, expensive). Tree-sitter and LSPs exist but require IDE setup; no standalone CLI that outputs a navigable call graph from any directory.
A CLI tool that generates interactive function call graphs for navigating unfamiliar codebases
224 โฒScore Breakdown
Social Proof 2 sources
Existing Solutions 2 competitors
Gap Assessment
Source Insight is the only feature-complete tool; it is Windows-only, paid, and not CLI. Open-source options (pycallgraph, cppdepend) are language-specific and not maintained.