Skip to content

Installation

KeyLedger requires Go 1.25 or later and no CGO dependency — the binary is fully static.

Terminal window
brew tap riptideslabs/keyledger
brew install keyledger
Terminal window
go install github.com/riptideslabs/keyledger@latest

The binary is placed in $(go env GOPATH)/bin. Make sure that directory is on your PATH:

Terminal window
export PATH="$PATH:$(go env GOPATH)/bin"

Add the line to your ~/.zshrc or ~/.bashrc to make it permanent.

Terminal window
git clone https://github.com/riptideslabs/keyledger
cd keyledger
make build
./build/keyledger
Terminal window
make install
Terminal window
docker pull ghcr.io/riptideslabs/keyledger:latest

See the Docker guide for full usage.

Terminal window
keyledger --help