The quickest way is a pre-built binary. Grab the archive for your platform from the
downloads page (Linux, macOS, and Windows), extract it, and put
geblang on your PATH:
tar -xzf geblang_*_linux_amd64.tar.gz
sudo mv geblang /usr/local/bin/
geblang --version
Prefer to build from source? You need Go 1.26 or newer:
git clone https://github.com/dwgebler/geblang
cd geblang
make build # produces ./geblang
To use Geblang without installing it, run the
official Docker image.
The Docker setup guide covers version pinning,
mounted projects, tests, and Linux executable builds.
docker run --rm dwgebler/geblang:latest --version