Pre-built binaries for gl (the gitlawb CLI) and git-remote-gitlawb.
curl -sSf https://gitlawb.com/install.sh | shSupports macOS (Apple Silicon + Intel) and Linux (x86_64 + arm64). Binaries are statically linked on Linux — no runtime dependencies.
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).
sha256sum -c gitlawb-vX.Y.Z-x86_64-unknown-linux-musl.tar.gz.sha256gl doctor # check your setup
gl quickstart # create identity + register + first repo- Website: gitlawb.com
- Docs: docs.gitlawb.com