Installation
Download a Binary
Section titled “Download a Binary”Download the latest release from GitHub.
| Platform | Binary |
|---|---|
| Linux (x86_64) | gda-linux-amd64 |
| macOS (Apple Silicon) | gda-darwin-arm64 |
| macOS (Intel) | gda-darwin-amd64 |
# Download and make executablechmod +x gda-darwin-arm64
# Move to your PATHmv gda-darwin-arm64 /usr/local/bin/gdaBuild from Source
Section titled “Build from Source”Requires Go 1.21+.
git clone https://github.com/kylekahraman/gda.gitcd gdago build -o gda ./cmd/gda/./gda helpVerify Installation
Section titled “Verify Installation”gda helpgda version