ZataSync
Every platform, one account Download ZataSync
Install it on your computers, run it on your NAS, or drop the daemon on a server. Free forever on your own network; add sync-from-anywhere for $7/mo whenever you need it.
macOS macOS 12 Monterey or newer Download for macOS Apple silicon (M-series) ZataSync-<version>-aarch64.dmg Intel ZataSync-<version>-x64.dmg Windows Windows 10 / 11, 64-bit Download for Windows Installer (NSIS) ZataSync-<version>-setup.exe Linux Any modern 64-bit distro Download for Linux Debian / Ubuntu zatasync_<version>_amd64.deb Portable ZataSync-<version>.AppImage Buttons open the ZataSync releases page. Direct per-file download links go live the moment the first desktop-v* release is published. Run it on your NAS Keep a copy always-on next to your storage. Pull the image, or drop this into a compose.yml. Host networking lets it discover peers on your LAN over QUIC. PULL THE IMAGE
docker pull forge.blackleafdigital.com/blackleafdigital/zatasync:latest
compose.yml
services:
  zatasync:
    image: forge.blackleafdigital.com/blackleafdigital/zatasync:latest
    container_name: zatasync
    restart: unless-stopped
    network_mode: host          # QUIC peer discovery on your LAN
    environment:
      - ZATASYNC_ACCOUNT=you@example.com
    volumes:
      - ./config:/config        # device identity + pinned certs
      - /mnt/pool/sync:/data     # folders to keep in sync
The published container image tag goes live with the first ZataSync release.
Headless CLI daemon For servers and scripts. The same sync engine, driven entirely from the command line — pair it with your desktop and NAS like any other device.
# Grab the CLI daemon from the latest release, then:
zatasync login                 # authenticate this device to your account
zatasync add ~/Documents       # pick a folder to sync
zatasync pair                  # show a code to pair another device
zatasync daemon                # run it in the background
Get the CLI binary How pairing works
Have an account already? Install any build above, then pair it to your account to start syncing. Create your account All releases
We use cookies to improve your experience. See our privacy policy.