.git CLI

v2.8.4-stable
\n LATEST
📦 42.8 MB 📅 Oct 24, 2025
macOS ARM macOS Intel Linux x86_64 Windows
sha256:8f3a9c2e1d7b4f0a5e9c8d2b1a3f7e6c4d9b2a1f8e7c3d5b9a2f4e6c8d1b3a5

Node.js SDK

v4.2.1-beta
BETA
📦 18.4 MB 📅 Oct 20, 2025
npm yarn pnpm Node ≥18
sha256:2c7d9e4f1a8b3c6d5e2f9a1b7c4d8e3f6a9b2c1d5e8f3a6b9c2d7e4f1a8b3c6

Python Bindings

v3.1.0-stable
STABLE
📦 28.1 MB 📅 Oct 18, 2025
pip conda Python 3.9+
sha256:9e5f2a8c1d6b3f7a4e9c2d8b1a5f3e7c6d9a2b4f8e1c5d3a7b9f2e6c4d8a1b3

Offline Documentation

v2025.10
STATIC
📦 112.5 MB 📅 Oct 22, 2025
HTML PDF Markdown API Ref
sha256:5a8b2c9d1e4f7a3c6d9e2b8a1f5c3d7e9a4b2c6f8d1a5e3b7c9f2d4a6e8b1c5

🔐 Verify Your Downloads

All .git archives are signed with our release key and include SHA-256 checksums. Always verify integrity before installation.

~ verification
$ curl -fsSL https://git.dev/release-key.gpg | gpg --import
gpg: key A1B2C3D4E5F6: public key ".git Release Signing" imported
$ sha256sum git-cli-2.8.4.zip | diff - checksums.txt
✓ Verified: Archive matches release signature
$ unzip git-cli-2.8.4.zip -d ~/opt/.git
extracting: bin/git-cli ... done

📎 Release signing key fingerprint: A1B2 C3D4 E5F6 7890 AB12 CD34 EF56 7890 1234 5678

Frequently Asked Questions

Quick answers for developers downloading .git packages.

How often are archives updated?

We push stable releases bi-weekly. Beta drops are weekly. Offline docs sync monthly with the live documentation site.

Can I automate downloads in CI?

Yes. Use our direct CDN endpoints with the `?verify=true` flag. Archives include machine-readable `manifest.json` for automated parsing.

What about ARM64 support?

All CLI and SDK packages include native Apple Silicon (ARM64) and Linux AArch64 binaries. Windows ARM is available via WSL2 or native preview.

Where can I find older versions?

Historical archives are archived at `archives.git.dev`. All legacy versions retain valid signatures and checksums for reproducibility.