Install Compass
From terminal to code graph in two steps.
Install the local CLI first, then add Compass Codegraph to VS Code. Your source and graph stay on your machine.
Choose your platformStep 1 · Compass CLI
Install the local engine.
Pick your operating system to get the right official command. The installer detects your CPU architecture and verifies the downloaded release.
Install on macOS
Open Terminal, then paste and run this command.
$curl --proto '=https' --tlsv1.2 -LsSf https://github.com/crabbuild/compass/releases/latest/download/install.sh | sh1
Run the installer
Compass verifies the release checksum and installs the matching binary.
2
Confirm it works
Open a new terminal and run compass --version.
Step 2 · VS Code
Bring the graph into your editor.
Compass Codegraph connects to the CLI you just installed. Explore relationships, trace callers and callees, inspect change impact, and open exact source locations without leaving VS Code.
Other install paths