Release binaries
Tagged releases publish binaries for macOS (arm64) and Linux (x86_64) with SHA-256 checksums.macOS (arm64)
Download graph-v0.13.0-macos-arm64.tar.gz
Linux (x86_64)
Download graph-v0.13.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 publishes ghcr.io/tylerdavis/graph ready to use in CI or Lambda: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.