Download SmartGit 22.1
Version 22.1.7
(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,699,825 Bytes
SHA-1: eb7b31c8c7365bfcfad0572e5ad29a4dbbf17f1a
SHA-1: eb7b31c8c7365bfcfad0572e5ad29a4dbbf17f1a
Portable Bundle
Windows 7+ (64-bit), Archive (7z)
Size: 93,556,484 Bytes
SHA-1: 59a0bec01c73ff1e774cb20e83eba158120c4afe
SHA-1: 59a0bec01c73ff1e774cb20e83eba158120c4afe
Download for macOS
macOS 10.13 - 13, Archive (dmg)
Size: 80,340,143 Bytes
SHA-1: 3978d9e552579ef7ac37fd9e236a39b792462bb4
SHA-1: 3978d9e552579ef7ac37fd9e236a39b792462bb4
Bundle for ARM64/M1
macOS 11 - 13, Archive (dmg)
Size: 79,967,616 Bytes
SHA-1: 12c45d4f7759c16939c96afed449a23a5ca630ab
SHA-1: 12c45d4f7759c16939c96afed449a23a5ca630ab
Download for Linux
Linux (64-bit, GTK 3.22+), Archive (tar.gz)
Size: 104,566,745 Bytes
SHA-1: 97c9a26f1d53da08d3e3a965158afe8726e9cb5f
SHA-1: 97c9a26f1d53da08d3e3a965158afe8726e9cb5f
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.22+), Archive (deb)
Size: 54,986,224 Bytes
SHA-1: df17ab7f69e76acf116a89d8c5af48a6e77eeb0b
SHA-1: df17ab7f69e76acf116a89d8c5af48a6e77eeb0b
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