Sus datos son solo sus datos y usted merece elegir dónde se almacenan, si se comparten con terceros y cómo se transmiten a través de Internet.
Syncthing tiene soporte para todas las plataformas conocidas:
-  Windows tray utility, filesystem watcher & launcher: SyncTrayzor
 - macOS application bundle: syncthing-macos
 - Cross-platform GUI wrapper: Syncthing-GTK
 - Android app
 - GNU Linux
 
Para Debian:
El canal estable se actualiza con versiones de lanzamiento estables, generalmente cada primer martes del mes.
 # Add the release PGP keys:  
 curl -s https://syncthing.net/release-key.txt | sudo apt-key add -  
 # Add the "stable" channel to your APT sources:  
 echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list  
 # Update and install syncthing:  
 sudo apt-get update  
 sudo apt-get install syncthing  
Sitio oficial de Syncthing: https://syncthing.net/