Installation
AGIT can be installed on macOS, Windows, and Linux. Choose your preferred method below.
Quick Install
- macOS
- Windows
- Linux
- Cargo
brew tap agit-stuff/agit
brew install agit
scoop bucket add agit https://github.com/agit-stuff/agit
scoop install agit
curl -fsSL https://raw.githubusercontent.com/agit-stuff/agit/main/install.sh | bash
cargo install agit
Verify Installation
After installing, verify AGIT is working:
agit --version
You should see output like:
agit 0.1.0
System Requirements
- Git: Git must be installed and available in your PATH
- Operating System: macOS 11+, Windows 10+, or Linux (glibc 2.17+)
- Disk Space: ~10MB
- Optional: AI editor with MCP support (Cursor, Claude Code, Windsurf)
Manual Installation
If you prefer to download the binary manually:
- Go to the GitHub Releases page
- Download the appropriate archive for your system:
agit-macos-x86_64.tar.gz- macOS Intelagit-macos-aarch64.tar.gz- macOS Apple Siliconagit-linux-x86_64.tar.gz- Linux x86_64agit-linux-aarch64.tar.gz- Linux ARM64agit-windows-x86_64.zip- Windows x64
- Extract the archive
- Move the
agitbinary to a directory in your PATH (e.g.,~/.local/bin) - Make it executable (Unix):
chmod +x agit
Verify Checksum
For security, verify the download checksum:
# Download checksums
curl -fsSL https://github.com/agit-stuff/agit/releases/latest/download/checksums.txt
# Verify (Linux/macOS)
sha256sum -c checksums.txt
Updating
- Homebrew
- Scoop
- Shell Script
- Cargo
brew update
brew upgrade agit
scoop update agit
curl -fsSL https://raw.githubusercontent.com/agit-stuff/agit/main/install.sh | bash
cargo install agit --force
Uninstalling
- Homebrew
- Scoop
- Manual
brew uninstall agit
brew untap agit-stuff/agit
scoop uninstall agit
scoop bucket rm agit
rm ~/.local/bin/agit
Next Steps
Now that AGIT is installed, get started with your first project.