Download for Windows
Windows 7+ (64-bit), Git, Installer
Size: 98,958,241 Bytes
SHA-1: 2dc5fb11c4e71c38ef03c51787cd59c5adf17849
SHA-1: 2dc5fb11c4e71c38ef03c51787cd59c5adf17849
Portable Bundle
Windows 7+ (64-bit), Git, Archive (7z)
Size: 89,999,025 Bytes
SHA-1: 2b9d01d0ec2f1c9cca50d40d69457748814e5149
SHA-1: 2b9d01d0ec2f1c9cca50d40d69457748814e5149
Download for macOS
macOS 10.11 - 11 (x86-64), Git, Archive (dmg)
Size: 70,489,352 Bytes
SHA-1: 5edc1fe50ffde658ceb15a2538610f16b9997f6c
SHA-1: 5edc1fe50ffde658ceb15a2538610f16b9997f6c
Download for Linux
Linux (64-bit, GTK 3.20+), Git, Archive (tar.gz)
Size: 124,013,238 Bytes
SHA-1: 27516af0f5c77b33e325ddcd8f11eda32701dd39
SHA-1: 27516af0f5c77b33e325ddcd8f11eda32701dd39
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 50,246,616 Bytes
SHA-1: 84565f8328211527baf8ba7df5f95ac63194eea8
SHA-1: 84565f8328211527baf8ba7df5f95ac63194eea8
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