Download for Windows
Windows 7+ (64-bit), Installer
Size: 97,238,591 Bytes
SHA-1: 02864999ffe2d892812768bc21e9d1393dad626c
SHA-1: 02864999ffe2d892812768bc21e9d1393dad626c
Portable Bundle
Windows 7+ (64-bit), Archive (7z)
Size: 89,456,108 Bytes
SHA-1: bf827755ca1ac1f02b7dfaeaa5cb41a16115e568
SHA-1: bf827755ca1ac1f02b7dfaeaa5cb41a16115e568
Download for macOS
macOS 10.13 - 12, Archive (dmg)
Size: 74,789,660 Bytes
SHA-1: 1ebaac0b90c94d58dc7b35684c9c5c469b400557
SHA-1: 1ebaac0b90c94d58dc7b35684c9c5c469b400557
Bundle for ARM64/M1
macOS 11 - 12, Archive (dmg)
Size: 74,303,569 Bytes
SHA-1: e15d9e9ae7740d914a791dd645da68c856704774
SHA-1: e15d9e9ae7740d914a791dd645da68c856704774
Download for Linux
Linux (64-bit, GTK 3.20+), Archive (tar.gz)
Size: 100,954,864 Bytes
SHA-1: 81d2b8f42a716291aeb3e5f3390cac844d951db8
SHA-1: 81d2b8f42a716291aeb3e5f3390cac844d951db8
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 52,556,412 Bytes
SHA-1: 9e2e1a65886cb23a5248790070b94c20d5ea734f
SHA-1: 9e2e1a65886cb23a5248790070b94c20d5ea734f
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