CGRAPH
Getting Started
This is the fast path. It assumes the prerequisites are in place; for the full build and troubleshooting, see Installation.
Build the tools
clone and build
git clone https://github.com/taylor009/CGraph.git
cd CGraph
export VCPKG_ROOT="/path/to/your/vcpkg"
cmake --preset default
cmake --build --preset defaultBuild a graph
Point the CLI at any source tree:
extract
build/default/src/cli/cgraph --root . --out cgraph-outThis writes the graph and its exports (JSON, HTML, SVG, Obsidian, Cypher, and a
call-flow view) into cgraph-out.
Next
Register the graph with a coding agent in the Quick Start, or read Installation if the build didn't succeed.