OrbitGit CLI · orbitgit.com

Download the CLI

A single self-contained binary — no Bun or Node required. Clone, push, manage secrets, and run device auth against your OrbitGit account from the terminal.

One-line install (recommended)

Detects your OS and architecture, verifies the SHA-256 checksum, and falls back to the Bun-script form on unsupported systems. Works on Linux, macOS, and NixOS.

curl -fsSL https://orbitgit.com/install.sh | sh

Verify the download

Every binary is checksummed. Verify against the published manifest:

curl -fsSL https://orbitgit.com/cli/SHA256SUMS

Then compare with sha256sum orbitgit-* (or shasum -a 256 on macOS).

Next steps

After installing, authenticate and clone:

orbitgit auth login
orbitgit clone you/project
# aliases: ob, orb