Download for Windows
Windows 10+ (64-bit), Installer
Size: 32,036,269 Bytes
SHA-1: 98c30d2f5d687f968e91ed42292090afc756488a
SHA-1: 98c30d2f5d687f968e91ed42292090afc756488a
Portable Bundle
Windows 10+ (64-bit), Archive (7z)
Size: 30,962,782 Bytes
SHA-1: 23ac09383dc82f38a39815ebd8da05e7646c9adf
SHA-1: 23ac09383dc82f38a39815ebd8da05e7646c9adf
Download for macOS
macOS 10.13 - 13, Archive (dmg)
Size: 37,979,829 Bytes
SHA-1: 65e1f19b5b5974c94fd3b07b123759982c2de4e7
SHA-1: 65e1f19b5b5974c94fd3b07b123759982c2de4e7
Bundle for ARM64/M1
macOS 11 - 13, Archive (dmg)
Size: 37,206,186 Bytes
SHA-1: f31db815c76f3e8de3c8cabf9a5d9b0ff75565ad
SHA-1: f31db815c76f3e8de3c8cabf9a5d9b0ff75565ad
Download for Linux
Linux (64-bit, GTK 3.20+), Archive (tar.gz)
Size: 41,623,190 Bytes
SHA-1: 19dc4bc917abc6240c69b96969bd1b80fefce30f
SHA-1: 19dc4bc917abc6240c69b96969bd1b80fefce30f
Debian Bundle
Linux (64-bit, GTK 3.20+), Archive (deb)
Size: 41,629,648 Bytes
SHA-1: 766d4c0a3717ee7288aa02606ea7e5614c03f389
SHA-1: 766d4c0a3717ee7288aa02606ea7e5614c03f389
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