Download for Windows
Windows 10+ (64-bit), Installer
Size: 134,564,081 Bytes
SHA-1: eb2c650936efe8d26d2a44aed576ba996ee82a0c
SHA-1: eb2c650936efe8d26d2a44aed576ba996ee82a0c
Portable Bundle
Windows 10+ (64-bit), Archive (7z)
Size: 114,723,609 Bytes
SHA-1: c1d502ba046dcdfb8e6748d75c8b0dd1adf1cc63
SHA-1: c1d502ba046dcdfb8e6748d75c8b0dd1adf1cc63
Download for macOS
macOS 11 - 15 (Apple Silicon), Archive (dmg)
Size: 87,449,527 Bytes
SHA-1: 6ec68157a28ee98aec8847d21a227db39ce9b349
SHA-1: 6ec68157a28ee98aec8847d21a227db39ce9b349
Bundle for Intel x86_64
macOS 10.14 - 15 (Intel 64-bit), Archive (dmg)
Size: 88,311,345 Bytes
SHA-1: b2843df841d9bd395b97b4b2c45b6d4108b7d284
SHA-1: b2843df841d9bd395b97b4b2c45b6d4108b7d284
Download for Linux
Linux (64-bit, GTK 3.24+), Archive (tar.gz)
Size: 114,330,603 Bytes
SHA-1: 5812a9280a608836ed48e0994893cfa99dc39b02
SHA-1: 5812a9280a608836ed48e0994893cfa99dc39b02
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.24+), Archive (deb)
Size: 57,144,558 Bytes
SHA-1: 967cd95da544cdf225cf300c49182c9d0230f2b7
SHA-1: 967cd95da544cdf225cf300c49182c9d0230f2b7
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