2.19. Community Contributions¶
This page lists integrations, addons and packagings of Syncthing created by the community. Like all documentation pages, it’s wiki editable so please do edit and add your own.
2.19.1. GUI Wrappers¶
Cross-platform¶
Android¶
-
A wrapper app for the Syncthing binary.
-
Down- or uploads data from accessible devices, does not continuously keep a share in sync.
Windows¶
-
Windows host for Syncthing. Installer, auto-start, built-in browser, tray icon, folder watcher, and more.
-
Wrapper including a small interface to configure start on boot and puts Syncthing into the systray instead of a console window.
Mac OS¶
Linux¶
-
A GNOME Shell extension displaying a Syncthing status icon in the top bar.
-
Small bash application with minimal dependencies, for a simple colorful representation of the current status.
2.19.2. Packages and Bundlings¶
Debian / Ubuntu¶
Official packages: https://apt.syncthing.net/
Debian packages: syncthing, syncthing-discosrv and syncthing-relaysrv
Snap¶
On any of the Linux distributions that support snaps:
$ snap install syncthing
If you want to help testing the upcoming release, and get the newer features earlier, you can install the snap from the candidate channel:
$ snap install syncthing –candidate
Fedora / CentOS¶
For Fedora Syncthing is now in the official repo : https://src.fedoraproject.org/rpms/syncthing
Unofficial RPM repo of Syncthing (sources)
ArchLinux¶
Official Community Repository: syncthing and syncthing-gtk
Arch User Repository: syncthing-discosrv and syncthingtray
Docker¶
Dockerfiles for Syncthing and Syncthing Discovery Server. Latest binary releases used for both.
-
A fully baked docker container that allows custom config and will keep your settings and data past docker image restarts.
-
Builds docker containers from scratch base and/or runs the containers in docker or rkt.
-
Configurable image for the Raspberry Pi.
Gentoo¶
Official net-p2p package: syncthing
FreeBSD¶
FreshPorts: syncthing
OpenBSD¶
Official ports: syncthing and QSyncthingTray
OpenSUSE¶
Official packages: syncthing and syncthingtray
Synology NAS (DSM)¶
Add http://packages.synocommunity.com/
to the Package Center in DSM or view the browsable repository. Numerous CPU
architectures are supported. SPK’s may be older versions, however you can
execute a Syncthing version upgrade via the web GUI after installation.
QNAP NAS (QTS)¶
Syncthing QPKG (Qnap Package) available for ALL models x86, x86_64, Arm (all including new models).
RockStor¶
ClearOS / WikiSuite¶
Syncthing is part of WikiSuite, and thus packaged for ClearOS.
Cloudron¶
Syncthing is available as a 1-click install on Cloudron. For those unaware, Cloudron makes it easy to run apps on your server and keep them up-to-date and secure.
There is a demo available (username: cloudron password: cloudron)
The Cloudron package is developed here.
2.19.3. Integrations¶
REST API Bindings¶
Ports¶
Swift: pulse-swift
Currently still in development and is “not yet usable by any standard”. Only the Block Exchange Protocol layer and the Connection layer are completed.
Java: a-sync
This implements the BEP, discovery and relay protocols providing a command line utility to access a Syncthing network, a service to proxy the relay protocol over http and a client library for the BEP protocol.
Configuration management¶
Command line interface: syncthingmanager
Monitoring¶
Resolving conflicts¶
-
A small bash script that handles synchronization conflicts in text files that may pop up when using Syncthing. It is inspired by the pacdiff utility from Arch Linux. A diff utility can be used to merge the files and keep them up to date.
2.19.4. Older, Possibly Unmaintained¶
Note
These projects have not been updated in quite a while. They may still be usable, or they may be in disrepair. If you are the maintainer of one of these and you have revived the project, please update this page accordingly.
https://github.com/m0ppers/syncthing-bar (OSX 10.10 only)