# Install syncthing with Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, scoop, winget, zypper

Open source continuous file synchronization application. Version 2.1.2 via Homebrew; verified 2026-07-08.

## Install

```sh
sudo av install brew:syncthing
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install syncthing
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install syncthing
```

  Evidence: MacPorts ports tree: net/syncthing/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add syncthing
```

  Evidence: Alpine Linux edge package indexes: syncthing from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install golang-github-syncthing-syncthing-dev
```

  Evidence: Debian stable package indexes: golang-github-syncthing-syncthing-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install syncthing
```

  Evidence: Fedora Rawhide package metadata: syncthing from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#syncthing
```

  Evidence: nixpkgs package indexes: pkgs/by-name/sy/syncthing/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S syncthing
```

  Evidence: Arch Linux sync databases: syncthing from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install syncthing
```

  Evidence: openSUSE Tumbleweed package metadata: syncthing from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install syncthing
```

  Evidence: Chocolatey community package catalog: syncthing from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','superputty'

- Scoop (92%):

```sh
scoop install main/syncthing
```

  Evidence: Scoop official bucket manifest trees: bucket/syncthing.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id BillStewart.SyncthingWindowsSetup -e
```

  Evidence: Windows Package Manager source index: BillStewart.SyncthingWindowsSetup from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:syncthing
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/syncthing>
- **Version:** 2.1.2
- **Source summary:** Open source continuous file synchronization application
- **Homepage:** <https://syncthing.net/>
- **Repository:** <https://github.com/syncthing/syncthing>
- **Upstream docs:** <https://docs.syncthing.net/>
- **License:** MPL-2.0
- **Source archive:** <https://github.com/syncthing/syncthing/archive/refs/tags/v2.1.2.tar.gz>
- **Last updated:** 2026-07-08T16:33:54Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- syncthing (cli)
- syncthing (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Service: declared
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2.1.2
- Package-manager updated: 2026-07-08
- Local data: ok
- Upstream repository: https://github.com/syncthing/syncthing
- Upstream latest detected: v2.1.2 (current)
## Project history and usage

Syncthing is an open source continuous file synchronization program built around direct device-to-device syncing, documented protocols, and local ownership of data. It is one of the canonical modern examples of a daemon-plus-CLI package that users install from system package managers on many operating systems.

### Project history

The official site describes Syncthing as synchronizing files between two or more computers in real time while keeping data on users' own machines. It emphasizes encrypted communication, authenticated devices, documented protocols, open source code, and open development.

Syncthing's v1.0.0 release notes say the major release recognized that the software was widely used and no longer really in beta, without introducing a breaking change. Its v2.0.0 release notes later introduced major internal and CLI-facing changes, including a switch from LevelDB to SQLite, structured logging, modernized command-line option parsing, and multiple default connections between v2 devices.

### Adoption history

The official getting-started guide assumes users may install on multiple machines and points to community flavors for cross-platform GUI and platform-specific integrations while noting that they share the same core. The input package metadata lists broad packaging across Homebrew, Debian, Ubuntu, Fedora/DNF, Alpine, Arch, Chocolatey, Scoop, winget, MacPorts, Nix, and zypper.

### How it is used

Common use starts by launching the `syncthing` binary, which creates configuration and crypto keys on first start, opens or serves the local web GUI on localhost, and identifies each machine by a device ID. Users exchange device IDs, add remote devices, and share folders; the daemon then keeps files synchronized continuously.

### Why package nerds care

Syncthing matters to package-manager culture because it is a serious long-running network service distributed as a normal user-installable binary. Packagers care about service units, config and state paths, crypto key storage, upgrade behavior, cross-platform builds, and whether GUI wrappers can share a stable core.

### Timeline

- v1.0.0: Release notes state that Syncthing was widely used and no longer really in beta.
- v1.27.0: Documentation records the Unix-like default config and database location changing to XDG state paths.
- v2.0.0: First 2.0 release switched the database backend to SQLite and modernized command-line option parsing.

### Related projects

- The official getting-started guide mentions community flavors such as Syncthing-GTK and platform-specific wrappers for Windows and Android, all sharing the core Syncthing engine.

### Sources

- <https://docs.syncthing.net/intro/getting-started.html>
- <https://docs.syncthing.net/users/config.html>
- <https://github.com/syncthing/syncthing/releases/tag/v1.0.0>
- <https://github.com/syncthing/syncthing/releases/tag/v2.0.0>
- <https://syncthing.net/>
- input source_facts.package-manager


## Security Notes

formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- macOS: ~/Library/Application Support/Syncthing/config.xml
- Unix: $XDG_STATE_HOME/syncthing/config.xml, ~/.local/state/syncthing/config.xml
- Windows: %LOCALAPPDATA%\Syncthing\config.xml

## Credential files

- macOS: ~/Library/Application Support/Syncthing/cert.pem, ~/Library/Application Support/Syncthing/key.pem
- Unix: $XDG_STATE_HOME/syncthing/cert.pem, $XDG_STATE_HOME/syncthing/key.pem, ~/.local/state/syncthing/cert.pem, ~/.local/state/syncthing/key.pem
- Windows: %LOCALAPPDATA%\Syncthing\cert.pem, %LOCALAPPDATA%\Syncthing\key.pem
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** syncthing
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - golang-github-syncthing-syncthing-dev - 1.29.5~ds1-2: normalized package name match | Debian stable package indexes: golang-github-syncthing-syncthing-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | decentralized file synchronization - dev package | https://www.syncthing.net/
- Debian apt - syncthing - 1.29.5~ds1-2: normalized package name match | Debian stable package indexes: syncthing from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | decentralized file synchronization | https://www.syncthing.net/
- Debian apt - syncthing-discosrv - 1.29.5~ds1-2: normalized package name match | Debian stable package indexes: syncthing-discosrv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | decentralized file synchronization - discovery server | https://www.syncthing.net/
- Debian apt - syncthing-relaysrv - 1.29.5~ds1-2: normalized package name match | Debian stable package indexes: syncthing-relaysrv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | decentralized file synchronization - relay server | https://www.syncthing.net/
- Nix - syncthing: normalized package name match | nixpkgs package indexes: pkgs/by-name/sy/syncthing/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - golang-github-syncthing-syncthing-dev - 1.27.2~ds4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: golang-github-syncthing-syncthing-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | decentralized file synchronization - dev package | https://www.syncthing.net/
- Ubuntu apt - syncthing - 1.27.2~ds4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: syncthing from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | decentralized file synchronization | https://www.syncthing.net/
- Ubuntu apt - syncthing-discosrv - 1.27.2~ds4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: syncthing-discosrv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | decentralized file synchronization - discovery server | https://www.syncthing.net/
- Ubuntu apt - syncthing-relaysrv - 1.27.2~ds4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: syncthing-relaysrv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | decentralized file synchronization - relay server | https://www.syncthing.net/
- apk - syncthing - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: syncthing from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source Continuous File Synchronization | https://syncthing.net/
- apk - syncthing-doc - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: syncthing-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source Continuous File Synchronization (documentation) | https://syncthing.net/
- apk - syncthing-nftrules - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: syncthing-nftrules from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source Continuous File Synchronization (nftables ruleset) | https://syncthing.net/
- apk - syncthing-openrc - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: syncthing-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source Continuous File Synchronization (OpenRC init scripts) | https://syncthing.net/
- apk - syncthing-systemd - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: syncthing-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Source Continuous File Synchronization (systemd files) | https://syncthing.net/
- apk - syncthing-utils - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: syncthing-utils from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Syncthing server utilities | https://syncthing.net/
- dnf - syncthing - 2.0.14-3.fc45: normalized package name match | Fedora Rawhide package metadata: syncthing from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Continuous File Synchronization | https://github.com/syncthing/syncthing


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [grsync](https://www.automicvault.com/pkg/brew/grsync/) - Shares av.db curated category or tags: cli, file-sync, productivity.
- [onedrive-cli](https://www.automicvault.com/pkg/brew/onedrive-cli/) - Shares av.db curated category or tags: cli, file-sync, productivity.
- [aliyunpan](https://www.automicvault.com/pkg/brew/aliyunpan/) - Shares av.db curated category or tags: cli, file-sync, productivity.
- [homebank](https://www.automicvault.com/pkg/brew/homebank/) - Shares av.db curated category or tags: cli, open-source, productivity.
- [klavaro](https://www.automicvault.com/pkg/brew/klavaro/) - Shares av.db curated category or tags: cli, open-source, productivity.
- [a2ps](https://www.automicvault.com/pkg/brew/a2ps/) - Shares av.db curated category or tags: cli, productivity.
- [abook](https://www.automicvault.com/pkg/brew/abook/) - Shares av.db curated category or tags: cli, productivity.
- [acronym](https://www.automicvault.com/pkg/brew/acronym/) - Shares av.db curated category or tags: cli, productivity.
- [liblouis](https://www.automicvault.com/pkg/brew/liblouis/) - Local package facts share a topical domain. Shared terms: cli, open, open-source, productivity, source.

## Combined YAML source

View the package source record on GitHub. [combined/syncthing.yml](https://github.com/automic-vault/db/blob/main/combined/syncthing.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
