Syncthing
Sign in to savequelloffene Dateisynchronisation
Key facts
- Software.logo
- 220px|Syncthing logo
- Software.screenshot
- Syncthing GUI.png
- Software.caption
- Syncthing web interface: the synced Folders are on the left and the Devices are on the right
- Software.author
- Jakob Borg
- Software.developer
- Jakob Borg et al.
- Software.programming language
- Go
- Software.operating system
- Windows, Unix and Unix-like (including Linux, macOS, Android, FreeBSD, OpenBSD, NetBSD, DragonflyBSD, Solaris, illumos, iOS)
- Software.platform
- x86, x86-64, ARM, ARM64, Loong64, MIPS, MIPS 64, PowerPC, RISC-V, IBM zSeries
- Software.language
- Acoli, Albanian, Albanian (Albania), Arabic, Basque, Belarusian, Bengali, Bulgarian, Catalan, Catalan (Valencian), Chinese, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian (Croatia), Czech, Danish, Danish (Denmark), Dutch, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, French (Canada), Galician, German, Greek, Hebrew (Israel), Hindi, Hungarian, Indonesian, Irish (Ireland), Italian, Japanese, Japanese (Japan), Korean (Korea), Latvian, Lithuanian, Nepali, Norwegian Bokmål, Norwegian Nynorsk, Persian, Polish, Portuguese (Brazil), Portuguese (Portugal), Romanian (Romania), Russian, Serbian, Sinhala, Slovak, Slovak (Slovakia), Slovenian, Spanish, Spanish (Spain), Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Western Frisian
- Software.language count
- 62
- Software.genre
- File synchronization
- Software.license
- MPL 2.0
via Wikipedia infobox
Source code
Syncthing is a continuous file synchronization program . It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important ones first. This is the summary version of the goal list - for more commentary, see the full [Goals document][13]. Protecting the user's data is paramount. We take every reasonable precaution to avoid corrupting the user's files. Syncthing should run on every common computer. We are mindful that the latest technology is not always available to every individual. Syncthing is primarily about empowering the individual user with safe, secure, and easy to use file synchronization. There are a few examples for keeping Syncthing running in the background on your system in [the etc directory][3]. There are also several [GUI implementations][11] for Windows, Mac, and Linux. Building Syncthing from source is easy. After extracting the source bundle from a release or checking out git, you just need to run go run build.go and the binaries are created in ./bin . There's [a guide][5] with more details on the build process. Release binaries are GPG signed with the key available from There is also a built-in automatic upgrade mechanism (disabled in some distribution channels) which uses a compiled in ECDSA signature. macOS and Windows binaries are also code-signed.
Excerpt from the source-code README · 3,996 chars · not written by Vinony
Wikidata facts
- Platform
- Android
- Official website
- forum.syncthing.net
- Image
- Syncthing-screenshot-dark.png
- Has use
- file synchronization
Show 13 more facts
- language of work or name
- Turkish
- issue tracker URL
- github.com/syncthing/syncthing/issues
- software version identifier
- 2.0.16
- input device
- touchscreen
- author name string
- Jakob Borg
- Commons category
- Syncthing
- distributed by
- Q1386210
- translation contribution URL
- hosted.weblate.org/projects/syncthing
- hashtag
- syncthing
- operating system
- DragonFly BSD
- programmed in
- Go
- inception
- 2013-12-15
- source code repository URL
- github.com/syncthing/syncthing
Sources (12)
via Wikidata · CC0
Article · Deutsch
Syncthing ist eine quelloffene Dateisynchronisationssoftware auf Basis von Peer-to-Peer-Übertragungen. Es kann Dateien zwischen mehreren Geräten in einem lokalen Netzwerk oder über das Internet synchronisieren. Datenschutz und -sicherheit sind zentraler Bestandteil der Software. Die Software ist in Go geschrieben, der Quelltext wird über den Hosting-Dienst GitHub veröffentlicht. Syncthing basiert auf dem eigens für die Software entwickelten, ebenfalls quelloffenen Block Exchange Protocol. Die Dateien werden ohne einen zentralen Server zwischen verschiedenen Geräten synchronisiert. Die Kommunikation ist mit Perfect Forward Secrecy gesichert, wobei jeder Knoten über ein Zertifikat identifiziert wird. Nur explizit autorisierte Knoten können sich mit dem Cluster verbinden. Für die Konfiguration und die Überwachung von Syncthing steht auf allen Plattformen eine Weboberfläche zur Verfügung. Es lassen sich beliebig viele Verzeichnisse synchronisieren. Pro Gerät kann dabei festgelegt werden, welche einzelnen Ordner geteilt werden sollen. Zudem stehen Möglichkeiten zur Versionsverwaltung sowie unidirektionale Dateitransfers zur Verfügung.
Abstract from DBpedia / Wikipedia · CC BY-SA