Installation
Requirements
- Go 1.21+ (for
go install) - Docker — Docker Desktop or OrbStack on macOS, Docker Engine on Linux
- rsync — Must be available on your PATH
Check Dependencies
Install via Go
graft binary in $GOPATH/bin (default: ~/go/bin/graft). Ensure $GOPATH/bin is on your PATH.
Build from Source
Verify Installation
Environment Variables
| Variable | Default | Description |
|---|---|---|
GRAFT_HOME | ~/.graft | Root directory for Graft project data |
GRAFT_RSYNC | rsync | Path to the rsync binary |