gitlawb releases
Pre-built binaries for gl (the gitlawb CLI) and git-remote-gitlawb.
Install
curl -sSf https://gitlawb.com/install.sh | sh
Supports macOS (Apple Silicon + Intel) and Linux (x86_64 + arm64). Binaries are statically linked on Linux — no runtime dependencies.
Manual download
Pick the right archive for your platform from the Releases page:
| Platform | Archive |
|----------|---------|
| macOS Apple Silicon | gitlawb-vX.Y.Z-aarch64-apple-darwin.tar.gz |
| macOS Intel | gitlawb-vX.Y.Z-x86_64-apple-darwin.tar.gz |
| Linux x86_64 | gitlawb-vX.Y.Z-x86_64-unknown-linux-musl.tar.gz |
| Linux arm64 | gitlawb-vX.Y.Z-aarch64-unknown-linux-musl.tar.gz |
Each archive contains:
gl— the gitlawb CLIgit-remote-gitlawb— git remote helper forgitlawb://URLs
SHA256 checksums are provided alongside each archive (.sha256 files).
Verify checksum
sha256sum -c gitlawb-vX.Y.Z-x86_64-unknown-linux-musl.tar.gz.sha256
Quick start
gl doctor # check your setup
gl quickstart # create identity + register + first repo
Links
- Website: gitlawb.com
- Docs: docs.gitlawb.com