ZIP
WinGet
Syncthing
The Syncthing Authors · 2.0.11 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
syncthing-windows-386-v2.0.11.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Syncthing.Syncthing
Version
2.0.11
Description
Open Source Continuous File Synchronization
License
MPL-2.0
↗
Support
https://forum.syncthing.net/
Installer URL
https://github.com/syncthing/syncthing/releases/download/v2.0.11/syncthing-windows-386-v2.0.11.zip
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
Major changes in 2.0
- Database backend switched from LevelDB to SQLite. There is a migration on
first launch which can be lengthy for larger setups. The new database is
easier to understand and maintain and, hopefully, less buggy.
- The logging format has changed to use structured log entries (a message
plus several key-value pairs). Additionally, we can now control the log
level per package, and a new log level WARNING has been inserted between
INFO and ERROR (which was previously kn…