Installation
Autogit is available for macOS and Linux.
Prerequisites
Section titled “Prerequisites”- GitHub CLI — Autogit uses
ghfor authentication. Install it and rungh auth login.
macOS (Homebrew)
Section titled “macOS (Homebrew)”brew install autogit-ai/tap/autogitDebian/Ubuntu (.deb)
Section titled “Debian/Ubuntu (.deb)”Download the .deb package from the latest release and install:
# For x86_64sudo dpkg -i autogit_*_amd64.deb
# For ARM64sudo dpkg -i autogit_*_arm64.debOther Linux distributions (.tar.gz)
Section titled “Other Linux distributions (.tar.gz)”Download the tarball from the latest release and extract:
# For x86_64tar -xzf autogit-*-x86_64-unknown-linux-gnu.tar.gzsudo mv autogit /usr/local/bin/
# For ARM64tar -xzf autogit-*-aarch64-unknown-linux-gnu.tar.gzsudo mv autogit /usr/local/bin/Verify Installation
Section titled “Verify Installation”autogit --versionNext Steps
Section titled “Next Steps”Once installed, check out the Quick Start guide to begin using Autogit.