Installation¶
Gity is distributed as a single binary that works on Linux, macOS, and Windows.
Requirements¶
- Git 2.37+ — Required for fsmonitor protocol v2 support
- Rust 1.75+ — Only if building from source
Check your Git version:
Installation Methods¶
If you have Rust installed:
Or clone and build:
Debian/Ubuntu (.deb)
# Download from releases
wget https://github.com/yourusername/gity/releases/latest/download/gity_amd64.deb
sudo dpkg -i gity_amd64.deb
AppImage
Verify Installation¶
After installation, verify Gity is working:
Next Steps¶
Once installed, head to the Quick Start guide to accelerate your first repository.
Uninstallation¶
Before uninstalling, make sure to unregister all repositories:
This ensures Git configuration is cleaned up properly.