Download for Windows
Windows 10+ (64-bit), Installer
Size: 134,565,812 Bytes
SHA-1: ec41e8b7a481b2d5aa018362ab635398fc7cf945
SHA-1: ec41e8b7a481b2d5aa018362ab635398fc7cf945
Portable Bundle
Windows 10+ (64-bit), Archive (7z)
Size: 114,712,365 Bytes
SHA-1: bfb348806086f3ead5c7d370feb7fe05db5ee5e7
SHA-1: bfb348806086f3ead5c7d370feb7fe05db5ee5e7
Download for macOS
macOS 11 - 15 (Apple Silicon), Archive (dmg)
Size: 87,450,049 Bytes
SHA-1: 45d072372e501131977663f6bee3ed71de5ffa5a
SHA-1: 45d072372e501131977663f6bee3ed71de5ffa5a
Bundle for Intel x86_64
macOS 10.14 - 15 (Intel 64-bit), Archive (dmg)
Size: 88,318,133 Bytes
SHA-1: 185b9ea878cb815fe8628956f884beaab44cedd2
SHA-1: 185b9ea878cb815fe8628956f884beaab44cedd2
Download for Linux
Linux (64-bit, GTK 3.24+), Archive (tar.gz)
Size: 114,331,319 Bytes
SHA-1: 673d44f6af23a6e8f039d6ee8c255ddcdaa15710
SHA-1: 673d44f6af23a6e8f039d6ee8c255ddcdaa15710
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.24+), Archive (deb)
Size: 57,151,018 Bytes
SHA-1: 8f75c557026b60cba7e1bb40c94686995696aa65
SHA-1: 8f75c557026b60cba7e1bb40c94686995696aa65
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