pkg.soopen package index

brew / Rang 659

syncthing mit Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für syncthing in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install syncthing

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install syncthing

MacPorts ports tree · net/syncthing/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add syncthing

Alpine Linux edge package indexes · syncthing · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install syncthing

Debian stable package indexes · syncthing · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install syncthing

Fedora Rawhide package metadata · syncthing · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#syncthing

nixpkgs package indexes · pkgs/by-name/sy/syncthing/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S syncthing

Arch Linux sync databases · syncthing · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install syncthing

openSUSE Tumbleweed package metadata · syncthing · Quelle: download.opensuse.org

Windows

Chocolateyverifiziert · 92%
choco install syncthing

Chocolatey community package catalog · syncthing · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/syncthing

Scoop official bucket manifest trees · bucket/syncthing.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id BillStewart.SyncthingWindowsSetup -e

Windows Package Manager source index · BillStewart.SyncthingWindowsSetup · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Open source continuous file synchronization application

Befehle und Aliase

  • syncthing

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: orange

formula declares a Homebrew service.

Risikoklassifikator

orange Risiko · mittel Konfidenz · infrastructure

Warum

  • formula declares a Homebrew service

Signale

  • metadata:service

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

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

Config paths the tool may read or write during local use.

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

Credential-bearing paths to review before unattended agent runs.

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

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
syncthingExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version2.1.2
Manager aktualisiert2026-07-08
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:syncthing
Version2.1.2
PaketmanagerHomebrew
Homepagehttps://syncthing.net/
Repositoryhttps://github.com/syncthing/syncthing
Zuletzt aktualisiert2026-07-08T16:33:54Z
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

golang-github-syncthing-syncthing-dev 1.29.5~ds1-2

decentralized file synchronization - dev package

https://www.syncthing.net/

sudo apt install golang-github-syncthing-syncthing-dev
  • Section: golang
  • Architecture: all
  • Source Package: syncthing
  • 32 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-github-syncthing-syncthing-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syncthing 1.29.5~ds1-2

decentralized file synchronization

https://www.syncthing.net/

sudo apt install syncthing
  • Section: utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syncthing from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syncthing-discosrv 1.29.5~ds1-2

decentralized file synchronization - discovery server

https://www.syncthing.net/

sudo apt install syncthing-discosrv
  • Section: utils
  • Architecture: amd64
  • Source Package: syncthing
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syncthing-discosrv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syncthing-relaysrv 1.29.5~ds1-2

decentralized file synchronization - relay server

https://www.syncthing.net/

sudo apt install syncthing-relaysrv
  • Section: utils
  • Architecture: amd64
  • Source Package: syncthing
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syncthing-relaysrv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

syncthing

nix profile install nixpkgs#syncthing
  • normalized package name match
  • Abgeglichen nach: Syncthing
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/sy/syncthing/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

golang-github-syncthing-syncthing-dev 1.27.2~ds4-1

decentralized file synchronization - dev package

https://www.syncthing.net/

sudo apt install golang-github-syncthing-syncthing-dev
  • Section: universe/devel
  • Architecture: all
  • Source Package: syncthing
  • 32 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: golang-github-syncthing-syncthing-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

syncthing 1.27.2~ds4-1

decentralized file synchronization

https://www.syncthing.net/

sudo apt install syncthing
  • Section: universe/devel
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: syncthing from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

syncthing-discosrv 1.27.2~ds4-1

decentralized file synchronization - discovery server

https://www.syncthing.net/

sudo apt install syncthing-discosrv
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: syncthing
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: syncthing-discosrv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

syncthing-relaysrv 1.27.2~ds4-1

decentralized file synchronization - relay server

https://www.syncthing.net/

sudo apt install syncthing-relaysrv
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: syncthing
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Syncthing
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: syncthing-relaysrv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

syncthing 2.1.2-r1

Open Source Continuous File Synchronization

https://syncthing.net/

sudo apk add syncthing
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: syncthing
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Syncthing
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: syncthing from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

syncthing-doc 2.1.2-r1

Open Source Continuous File Synchronization (documentation)

https://syncthing.net/

sudo apk add syncthing-doc
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: syncthing
  • normalized package name match
  • Abgeglichen nach: Syncthing
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: syncthing-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

syncthing-nftrules 2.1.2-r1

Open Source Continuous File Synchronization (nftables ruleset)

https://syncthing.net/

sudo apk add syncthing-nftrules
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: syncthing
  • normalized package name match
  • Abgeglichen nach: Syncthing
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: syncthing-nftrules from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

syncthing-openrc 2.1.2-r1

Open Source Continuous File Synchronization (OpenRC init scripts)

https://syncthing.net/

sudo apk add syncthing-openrc
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: syncthing
  • normalized package name match
  • Abgeglichen nach: Syncthing
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: syncthing-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

syncthing-systemd 2.1.2-r1

Open Source Continuous File Synchronization (systemd files)

https://syncthing.net/

sudo apk add syncthing-systemd
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: syncthing
  • normalized package name match
  • Abgeglichen nach: Syncthing
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: syncthing-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

syncthing-utils 2.1.2-r1

Syncthing server utilities

https://syncthing.net/

sudo apk add syncthing-utils
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: syncthing
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Syncthing
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: syncthing-utils from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

syncthing 2.1.1-2.fc45

Continuous File Synchronization

https://github.com/syncthing/syncthing

sudo dnf install syncthing
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND OFL-1.1 AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: syncthing
  • 5 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Syncthing
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: syncthing from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation