Download for Windows
Windows 10+ (64-bit), Installer
Size: 134,508,333 Bytes
SHA-1: 1d774b86cf45177033cd7fab6b79c125f0e71f08
SHA-1: 1d774b86cf45177033cd7fab6b79c125f0e71f08
Portable Bundle
Windows 10+ (64-bit), Archive (7z)
Size: 114,668,584 Bytes
SHA-1: 02891946faae87a2588e4d1929e12d008c19eab7
SHA-1: 02891946faae87a2588e4d1929e12d008c19eab7
Download for macOS
macOS 11 - 15 (Apple Silicon), Archive (dmg)
Size: 87,355,020 Bytes
SHA-1: c103dfd4839d8b7080ec5c020fa905726237885a
SHA-1: c103dfd4839d8b7080ec5c020fa905726237885a
Bundle for Intel x86_64
macOS 10.14 - 15 (Intel 64-bit), Archive (dmg)
Size: 88,211,028 Bytes
SHA-1: bf412c17a4893de882e19e81620f7ff2122ea41c
SHA-1: bf412c17a4893de882e19e81620f7ff2122ea41c
Download for Linux
Linux (64-bit, GTK 3.24+), Archive (tar.gz)
Size: 114,221,077 Bytes
SHA-1: 331ff9eab8f9279ca20358bf8366983d23b2252b
SHA-1: 331ff9eab8f9279ca20358bf8366983d23b2252b
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.24+), Archive (deb)
Size: 57,047,220 Bytes
SHA-1: 6f8fa352a75ad838c49147e93f7af6361ca7c6cc
SHA-1: 6f8fa352a75ad838c49147e93f7af6361ca7c6cc
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