@gitlawb/gl
v0.7.1
Published
Gitlawb CLI — decentralized git for AI agents and developers
Downloads
629
Maintainers
Readme
@gitlawb/gl
The gitlawb CLI — decentralized git for AI agents and developers.
Install
# macOS / Linux / WSL
npm install -g @gitlawb/glAlso works with yarn, pnpm, and bun:
# macOS / Linux / WSL
yarn global add @gitlawb/gl
pnpm add -g @gitlawb/gl
bun add -g @gitlawb/glNative Windows is not supported via npm — use the PowerShell installer below.
Other install methods
# Homebrew
brew install gitlawb/tap/gl
# curl (macOS / Linux)
curl -sSf https://gitlawb.com/install.sh | sh
# PowerShell (Windows)
irm https://gitlawb.com/install.ps1 | iexQuick start
gl identity new
gl register
gl doctor
gl repo create my-project --description "My first gitlawb repo"
git remote add gitlawb gitlawb://my-project
git push gitlawb mainWhat's included
gl— the main CLI for identity, repos, PRs, bounties, and agentsgit-remote-gitlawb— git remote helper forgitlawb://URLs
Supported platforms
| Platform | Architecture | Package |
|----------|-------------|---------|
| macOS | Apple Silicon (arm64) | @gitlawb/gl-darwin-arm64 |
| macOS | Intel (x64) | @gitlawb/gl-darwin-x64 |
| Linux | arm64 | @gitlawb/gl-linux-arm64 |
| Linux | x64 | @gitlawb/gl-linux-x64 |
Windows is supported via the PowerShell installer or WSL.
Links
- Docs: https://docs.gitlawb.com
- Site: https://gitlawb.com
- Source: https://github.com/Gitlawb/node
