Download for Windows
Windows 7+ (64-bit), Git, Installer
Size: 98,961,234 Bytes
SHA-1: 8d49184e4804c2d46531a23c9bc00ba522ec8b73
SHA-1: 8d49184e4804c2d46531a23c9bc00ba522ec8b73
Portable Bundle
Windows 7+ (64-bit), Git, Archive (7z)
Size: 89,996,914 Bytes
SHA-1: 9285199a430497967bc758ac610a1f0aca06f248
SHA-1: 9285199a430497967bc758ac610a1f0aca06f248
Download for macOS
macOS 10.11 - 11, Git, Archive (dmg)
Size: 70,488,446 Bytes
SHA-1: b76afdfab2207221a323b75278a21e12eeca5f1b
SHA-1: b76afdfab2207221a323b75278a21e12eeca5f1b
Download for Linux
Linux (64-bit, GTK 3.20+), Git, Archive (tar.gz)
Size: 124,014,755 Bytes
SHA-1: d438eed1929fb46dc37d4d4df907afa335956a2c
SHA-1: d438eed1929fb46dc37d4d4df907afa335956a2c
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 50,250,480 Bytes
SHA-1: 70b8c4acbb907bcdf4839fcf1a10ea9c73297abe
SHA-1: 70b8c4acbb907bcdf4839fcf1a10ea9c73297abe
What's new
Dark Theme
SmartGit supports an operating-system independent dark theme, which was our #1 requested feature on smartgit.userecho.com.
Interactive Rebase
SmartGit allows to batch-process interactive rebase operations which also has the advantage of being able to resolve conflicts.
Improved Performance
The refresh performance (especially for large repositories) has been improved by roughly 50%.
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