Download for Windows
Windows 10+ (64-bit), Installer
Size: 36,209,478 Bytes
SHA-1: 8eea9050d6d2ec32488d75f5b060be8cd637fe1f
SHA-1: 8eea9050d6d2ec32488d75f5b060be8cd637fe1f
Portable Bundle
Windows 10+ (64-bit), Archive (7z)
Size: 35,091,288 Bytes
SHA-1: 7b7ba64e63131d829ecee61f75ed9fcc1485ebd3
SHA-1: 7b7ba64e63131d829ecee61f75ed9fcc1485ebd3
Download for macOS
macOS 11 - 15 (Apple Silicon), Archive (dmg)
Size: 41,851,763 Bytes
SHA-1: 9cac018fc5a8c9fce1dde6a235b918ebbc59cc4c
SHA-1: 9cac018fc5a8c9fce1dde6a235b918ebbc59cc4c
Bundle for Intel
macOS 10.14 - 15 (Intel), Archive (dmg)
Size: 42,687,190 Bytes
SHA-1: cffc856ef8e78c1947f93abae698074db9746f7d
SHA-1: cffc856ef8e78c1947f93abae698074db9746f7d
Download for Linux
Linux (64-bit, GTK 3.24+), Archive (tar.gz)
Size: 46,391,581 Bytes
SHA-1: e1ed77f91ff044697d624771233943924a7191c8
SHA-1: e1ed77f91ff044697d624771233943924a7191c8
Debian Bundle (not recommended)
Linux (64-bit, GTK 3.24+), Archive (deb)
Size: 46,397,374 Bytes
SHA-1: 90f0fbb543d0adf40c48664ddc6d3da6a6b1f669
SHA-1: 90f0fbb543d0adf40c48664ddc6d3da6a6b1f669
Installation Instructions
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 SmartSynchronize: invoke
bin\smartsynchronize.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 <smartsynchronize*.tar.gz>
- start SmartSynchronize: invoke
bin/smartsynchronize.sh
- create SmartSynchronize menu item: invoke
bin/add-menuitem.sh
- remove SmartSynchronize menu item: invoke
bin/remove-menuitem.sh
Linux (deb bundle)
- install SmartSynchronize:
sudo dpkg -i <smartsynchronize*.deb>
- if some dependencies are unmet, invoke
sudo apt --fix-broken install