Release binaries
Tagged releases publish binaries for macOS (arm64) and Linux (x86_64) with SHA-256 checksums.macOS (arm64)
Download graph-v0.11.0-macos-arm64.tar.gz
Linux (x86_64)
Download graph-v0.11.0-linux-x86_64.tar.gz
- macOS (arm64)
- Linux (x86_64)
On macOS, the first run of a freshly downloaded binary pauses ~1s while Gatekeeper scans it. Every run after that is instant.
Container image
Each release also publishesghcr.io/tylerdavis/graph (tags vX.Y.Z, X.Y, latest): the Linux binary plus git, jq, gh, and curl — everything the github and slack tool packs shell out to. It doubles as the runtime for CI jobs (no install step) and works standalone:
docker login ghcr.io with a token that has read:packages first (CI jobs use the workflow’s GITHUB_TOKEN).
Requirements
First-run notes
- graph creates its data directory at
~/.local/share/graph/on first use (configurable via[settings] data_dir). - State is plain files under the data directory, safe under concurrent runs. Use
GRAPH_STORAGE=memoryfor ephemeral runs that should leave nothing behind — see Storage.