Download for Windows
Windows 7+ (64-bit), Installer
Size: 97,241,229 Bytes
SHA-1: e44b02197926183334ea9b73a744323783075722
SHA-1: e44b02197926183334ea9b73a744323783075722
Portable Bundle
Windows 7+ (64-bit), Archive (7z)
Size: 89,473,682 Bytes
SHA-1: 51b4d73658d78b0b8ca999171f928c7771306f0d
SHA-1: 51b4d73658d78b0b8ca999171f928c7771306f0d
Download for macOS
macOS 10.13 - 12, Archive (dmg)
Size: 74,796,011 Bytes
SHA-1: 44cc8ebf11b7d30ba1cc8a3c6818eec7e326339c
SHA-1: 44cc8ebf11b7d30ba1cc8a3c6818eec7e326339c
Bundle for ARM64/M1
macOS 11 - 12, Archive (dmg)
Size: 74,306,635 Bytes
SHA-1: aabf955bca303be7562b98d37780e25825db8f42
SHA-1: aabf955bca303be7562b98d37780e25825db8f42
Download for Linux
Linux (64-bit, GTK 3.20+), Archive (tar.gz)
Size: 100,965,598 Bytes
SHA-1: 9e533aab64f239c6d256fb56c617ce33b08367a1
SHA-1: 9e533aab64f239c6d256fb56c617ce33b08367a1
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 52,563,026 Bytes
SHA-1: 16d917e2304475e29df7c4dbca0b6a6a3df04298
SHA-1: 16d917e2304475e29df7c4dbca0b6a6a3df04298
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