Download for Windows
Windows 7+ (64-bit), Git, Installer
Size: 98,965,397 Bytes
SHA-1: cafd40394f43035d6861cb3eb6669eb95b8aa3a0
SHA-1: cafd40394f43035d6861cb3eb6669eb95b8aa3a0
Portable Bundle
Windows 7+ (64-bit), Git, Archive (7z)
Size: 90,003,694 Bytes
SHA-1: 197f4634067f995fd17276aab633161ea2b26312
SHA-1: 197f4634067f995fd17276aab633161ea2b26312
Download for macOS
macOS 10.11 - 11 (x86-64), Git, Archive (dmg)
Size: 70,493,031 Bytes
SHA-1: 533b51ff38025a1981b35a764372af8982bef398
SHA-1: 533b51ff38025a1981b35a764372af8982bef398
Download for Linux
Linux (64-bit, GTK 3.20+), Git, Archive (tar.gz)
Size: 124,018,109 Bytes
SHA-1: 38ff7536c41af01a938d957676070160eafa83cf
SHA-1: 38ff7536c41af01a938d957676070160eafa83cf
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 50,252,260 Bytes
SHA-1: ea7f288162c425d5a0190af92ff7823575521255
SHA-1: ea7f288162c425d5a0190af92ff7823575521255
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