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 | shLinuxx86_64 / amd64
orbitgit-linux-x64 · ~97.1 MB
Linuxarm64 / aarch64
orbitgit-linux-arm64 · ~96.7 MB
macOS (Intel)x86_64
orbitgit-darwin-x64 · ~65.1 MB
macOS (Apple Silicon)arm64
orbitgit-darwin-arm64 · ~60.2 MB
Verify the download
Every binary is checksummed. Verify against the published manifest:
curl -fsSL https://orbitgit.com/cli/SHA256SUMSThen 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