Installation
KeyLedger requires Go 1.25 or later and no CGO dependency — the binary is fully static.
Homebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew tap riptideslabs/keyledgerbrew install keyledgergo install
Section titled “go install”go install github.com/riptideslabs/keyledger@latestThe binary is placed in $(go env GOPATH)/bin. Make sure that directory is on your PATH:
export PATH="$PATH:$(go env GOPATH)/bin"Add the line to your ~/.zshrc or ~/.bashrc to make it permanent.
Build from source
Section titled “Build from source”git clone https://github.com/riptideslabs/keyledgercd keyledgermake build./build/keyledgerInstall to GOPATH/bin from source
Section titled “Install to GOPATH/bin from source”make installDocker
Section titled “Docker”docker pull ghcr.io/riptideslabs/keyledger:latestSee the Docker guide for full usage.
Verify the installation
Section titled “Verify the installation”keyledger --help