Skip to content

Installation

Autogit is available for macOS and Linux.

  • GitHub CLI — Autogit uses gh for authentication. Install it and run gh auth login.
Terminal window
brew install autogit-ai/tap/autogit

Download the .deb package from the latest release and install:

Terminal window
# For x86_64
sudo dpkg -i autogit_*_amd64.deb
# For ARM64
sudo dpkg -i autogit_*_arm64.deb

Download the tarball from the latest release and extract:

Terminal window
# For x86_64
tar -xzf autogit-*-x86_64-unknown-linux-gnu.tar.gz
sudo mv autogit /usr/local/bin/
# For ARM64
tar -xzf autogit-*-aarch64-unknown-linux-gnu.tar.gz
sudo mv autogit /usr/local/bin/
Terminal window
autogit --version

Once installed, check out the Quick Start guide to begin using Autogit.