Download for Windows
Windows 7+ (64-bit), Installer
Size: 101,687,792 Bytes
SHA-1: e320ff5846519e198bf25169db644ecc0f187059
SHA-1: e320ff5846519e198bf25169db644ecc0f187059
Portable Bundle
Windows 7+ (64-bit), Archive (7z)
Size: 93,538,368 Bytes
SHA-1: 41e9b144674f3282ecd7982ce9fbb76d635b3bca
SHA-1: 41e9b144674f3282ecd7982ce9fbb76d635b3bca
Download for macOS
macOS 10.13 - 13, Archive (dmg)
Size: 80,320,531 Bytes
SHA-1: fe97f9b3ebb80950428e83b09072b240508dbf52
SHA-1: fe97f9b3ebb80950428e83b09072b240508dbf52
Bundle for ARM64/M1
macOS 11 - 13, Archive (dmg)
Size: 79,936,658 Bytes
SHA-1: 69906fac953fbab589e1320529c138d3d01017f3
SHA-1: 69906fac953fbab589e1320529c138d3d01017f3
Download for Linux
Linux (64-bit, GTK 3.20+), Archive (tar.gz)
Size: 104,544,867 Bytes
SHA-1: b05b11c424207a65e8e6d69a26f2f54812f5c550
SHA-1: b05b11c424207a65e8e6d69a26f2f54812f5c550
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 54,962,548 Bytes
SHA-1: 54f92fd96f3fece8fc0ad9a2a4c0a20a763e91cb
SHA-1: 54f92fd96f3fece8fc0ad9a2a4c0a20a763e91cb
Next Version Preview
Take your opportunity to test-drive new features of the upcoming SmartGit release and get yourself our latest preview version.
Download Archive
Your are looking for a specific version of SmartGit or an alternative package? You will probably find it in our download archive.
Installation Instructions
If you have an older SmartGit version installed, exit SmartGit (Windows and Linux: using Repositories | Exit, macOS: using Cmd+Q).
Windows (installer bundle)
- unpack the downloaded zip file,
- launch the installer and follow the instructions
Windows (portable bundle)
- unpack the downloaded 7z file into an arbitrary directory of your choice (don't unpack over an existing installation!),
- start SmartGit: invoke
bin\smartgit.exe
macOS
- double-click the downloaded dmg file
- copy the contained application directory structure to a directory of your choice (typically
/Applications
) - if you prefer, drag & drop the application to the dock to create an icon
Linux (tar.gz bundle)
- unpack the downloaded file into a directory of your choice (don't unpack over an existing installation!):
tar xzf <smartgit*.tar.gz>
- start SmartGit: invoke
bin/smartgit.sh
- create SmartGit menu item: invoke
bin/add-menuitem.sh
- remove SmartGit menu item: invoke
bin/remove-menuitem.sh
Linux (deb bundle)
- install SmartGit:
sudo dpkg -i <smartgit*.deb>
- if some dependencies are unmet, invoke
sudo apt --fix-broken install