Skip to content

Gitlawb/releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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 CLI
  • git-remote-gitlawb — git remote helper for gitlawb:// 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages