Installation¶
Homebrew¶
Binary Download¶
Download the latest release from GitHub Releases:
curl -sSL https://github.com/WDZ-Dev/agent-ledger/releases/latest/download/agentledger_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv agentledger /usr/local/bin/
Available for Linux, macOS, and Windows on both amd64 and arm64.
Docker¶
See Docker deployment for persistence and configuration.
Helm (Kubernetes)¶
See Kubernetes deployment for full details.
From Source¶
Requires Go 1.25+: