Syncthing
Sign in to saveSyncthing is a peer-to-peer file synchronization utility, designed to sync files between devices on a local network or between remote devices over the Internet. It runs on Windows, macOS, Linux, Android, iOS, *BSD and illumos. The software is free and open source, and its version 1.0 was released in 2019 after 5 years in beta.
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 · Italiano
Syncthing è una applicazione client/server di sincronizzazione file open-source e multipiattaforma, scritta in Go. Gli apparati che eseguono il software sono in grado di condividere file senza la necessità di usufruire di un servizio di storage proprietario: * Nessun dato viene mai memorizzato in luogo diverso dagli apparati stessi. * Tutte le comunicazioni sono criptate tramite TLS. * Ogni nodo viene identificato da un certificato crittografico. Solo i nodi esplicitamente autorizzati sono in grado di connettersi al cluster. La configurazione può avvenire tramite browser. È supportato il protocollo UPnP/NAT-PMP per la configurazione automatica dei router che lo supportano. Dalla versione 0.14.40 include il monitoraggio costante del filesystem. Questo riduce la necessità di scansioni ripetute aumentando le prestazioni generali. Sono disponibili strumenti di terze parti che, interfacciandosi al software, permettono di semplificarne ulteriormente l'utilizzo.
Abstract from DBpedia / Wikipedia · CC BY-SA