Download SmartGit 22.1
Version 22.1.5
(Change Log)
Non-Commercial Users! If SmartGit 22.1.5 asks you to update to a newer version, please invoke Help|Check for New Version to get an update which resolves this problem.
Download for Windows
Windows 7+ (64-bit), Installer
Size: 101,689,761 Bytes
SHA-1: d32d8651690d6d62fcb979fddc2ac29b70dd4a74
SHA-1: d32d8651690d6d62fcb979fddc2ac29b70dd4a74
Portable Bundle
Windows 7+ (64-bit), Archive (7z)
Size: 93,537,428 Bytes
SHA-1: 0b33361d0955bd93896f3559321c68002851b104
SHA-1: 0b33361d0955bd93896f3559321c68002851b104
Download for macOS
macOS 10.13 - 13, Archive (dmg)
Size: 80,329,634 Bytes
SHA-1: 93d44c0ca820bdb8fa377589b75be16cef6dd6a0
SHA-1: 93d44c0ca820bdb8fa377589b75be16cef6dd6a0
Bundle for ARM64/M1
macOS 11 - 13, Archive (dmg)
Size: 79,945,643 Bytes
SHA-1: 56de018af1c610654f7875e872f6d0b69042bea7
SHA-1: 56de018af1c610654f7875e872f6d0b69042bea7
Download for Linux
Linux (64-bit, GTK 3.20+), Archive (tar.gz)
Size: 104,544,527 Bytes
SHA-1: b9d55cd4fb9d5c5db33bded28403c07f21b4db52
SHA-1: b9d55cd4fb9d5c5db33bded28403c07f21b4db52
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 54,971,448 Bytes
SHA-1: cd9d53e7f44738087143102dadf98eedcb3a9879
SHA-1: cd9d53e7f44738087143102dadf98eedcb3a9879
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