Installation
Get GitGUI up and running on your system in minutes.
Download
Visit the Download page to get the latest version for your platform:
- Windows —
.exeinstaller or portable.zip - macOS —
.dmgfor Apple Silicon or Intel - Linux —
.AppImageor.debpackage
System Requirements
| Platform | Requirements |
|---|---|
| Windows | Windows 10 or later, 4GB RAM |
| macOS | macOS 11 (Big Sur) or later, 4GB RAM |
| Linux | Ubuntu 20.04+ or equivalent, 4GB RAM |
Installation Steps
Windows
- Download the
.exeinstaller - Double-click to run the installer
- Follow the installation wizard
- Launch GitGUI from the Start menu
Portable Version
If you prefer not to install, download the portable .zip, extract it anywhere, and run GitGUI.exe directly.
macOS
- Download the
.dmgfile for your processor type:- Apple Silicon (M1/M2/M3) —
GitGUI-arm64.dmg - Intel —
GitGUI-x64.dmg
- Apple Silicon (M1/M2/M3) —
- Open the DMG file
- Drag GitGUI to your Applications folder
- Launch from Applications or Spotlight
First Launch on macOS
On first launch, you may see a security warning. Go to System Preferences → Security & Privacy and click "Open Anyway".
Linux
AppImage (Universal):
chmod +x GitGUI.AppImage
./GitGUI.AppImageDebian/Ubuntu:
sudo dpkg -i GitGUI.deb
sudo apt-get install -f # Install dependencies if neededLicense Activation
After installation, you'll need to activate GitGUI with your license key:
- Launch GitGUI
- You'll see the activation screen
- Enter your license key (sent to your email after purchase)
- Click Activate
Your license is validated once online, then works completely offline.
Activation Details
- Devices — Your license works on up to 3 devices you own
- Offline Use — After initial activation, no internet required
- Re-activation — If you reinstall or change devices, just activate again
License Not Working?
- Check for extra spaces when copying the license key
- Ensure you have an internet connection for initial activation
- Contact support@gitgui.co if issues persist
Updating GitGUI
GitGUI checks for updates automatically on launch. When an update is available:
- A notification appears in the app
- Click to download the update
- Restart GitGUI to apply
Updates are free for 3 years from your purchase date.
Uninstalling
Windows
Use "Add or Remove Programs" in Windows Settings, or run the uninstaller from the GitGUI folder.
macOS
Drag GitGUI from Applications to Trash.
Linux
# AppImage - just delete the file
rm GitGUI.AppImage
# Debian/Ubuntu
sudo apt remove gitguiNext Steps
Now that GitGUI is installed, learn how to open your first repository.
