# 开源免费跨平台文件同步工具Syncthing

*Published:* 2024-02-03
*Author:* 客服001

#### 温馨提醒

如果文章内容或图片资源失效，请留言反馈，我们会及时处理，谢谢

本文最后更新于2024年2月3日，已超过 180天没有更新



[Syncthing](https://www.xarjtc.com/tag/syncthing "查看Syncthing此标签更多文章")是一款开源免费、基于P2P的跨平台文件同步工具，P2P意味着数据的同步是去中心的，即不需要中心服务器，不受限于中心服务器带来的各种限制（带宽、安全），设备之间通过tcp连接，数据通过TLS传输，并且Syncthing还使用了完全正向保密技术进一步保障数据安全。同步可以在公网，局域网，甚至跨局域网实现。Syncthing支持包括Windows，macOS，Android，Linux等多个平台，IOS上也有一个第三方客户端fsync。

> 官网：https://syncthing.net/
> 
> 下载：https://syncthing.net/downloads/
> 
> 项目：https://github.com/syncthing/syncthing/releases

Windows
-------

[![](https://www.xarjtc.com/wp-content/uploads/2024/02/7373c76d1a61965cef7f09b1be4e566a.webp)](https://www.xarjtc.com/wp-content/uploads/2024/02/7373c76d1a61965cef7f09b1be4e566a.webp)

对于Windows系统，可以直接安装官方提供的安装包：SyncTrayzor，下载地址：https://github.com/canton7/SyncTrayzor/releases/latest

SyncTrayzor 是 Windows 上 Syncthing 的一个小托盘实用程序。它托管和包装了 Syncthing，使其运行起来更像原生 Windows 应用程序，而不像带有 Web 浏览器界面的命令行实用程序。

当然，官方原装的Syncthing程序也是不错的，下载地址：https://github.com/syncthing/syncthing/releases，运行后会打开命令窗口和浏览器，它的管理方式是通过Web方式管理的。

macOS
-----

[![](https://www.xarjtc.com/wp-content/uploads/2024/02/22673dbd513638e0efcb872e9a36f97e.webp)](https://www.xarjtc.com/wp-content/uploads/2024/02/22673dbd513638e0efcb872e9a36f97e.webp)

对于苹果电脑用户，请下载安装包：syncthing-macos，下载地址：https://github.com/syncthing/syncthing-macos/releases/latest

syncthing-macos支持系统首选浏览器的托盘中打开 Syncthing WebGUI、可选择在登录时启动，因此您无需将 Syncthing 设置为服务、自动更新、在 Finder 中打开共享文件夹等。

手机APP
-----

[![](https://www.xarjtc.com/wp-content/uploads/2024/02/0e95ebe7f1af248c78abe1c2db39300b.webp)](https://www.xarjtc.com/wp-content/uploads/2024/02/0e95ebe7f1af248c78abe1c2db39300b.webp)

**安卓手机APP：**

Google Play ：https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid

F-Droid：https://f-droid.org/packages/com.nutomic.syncthingandroid/

**开源项目：**

syncthing-android：https://github.com/syncthing/syncthing-android

Syncthing-Fork：https://github.com/catfriend1/syncthing-android

syncthing手机APP主要功能有：文件夹、设备和整体同步进度可以轻松地从 UI 中读取、“Syncthing 相机”、“每小时同步一次”以节省更多电量、可以为每个设备和每个文件夹应用单独的同步条件（对于专家用户）、无论 syncthing 是否正在运行，都可以更改文件夹和设备配置。

**多终端同步：**

Syncthing 采用了与 Resilio Sync (BitTorrent Sync) 类似的 P2P 分布式技术，无需中心服务器，即可让多台设备互相实时同步文件。不过前提条件是：至少有一台设备是保持在线的，否则会出现文件同步冲突。

简单的解决办法：保持一台设备始终开机在线。最佳解决办法：利用VPS主机安装运行Syncthing ，这样可实现多终端24小时实时同步。

安装教程
----

https://www.cnblogs.com/fisherpau/p/17475009.html