Skip to content
ZyncDocsGitHub Download Zync

Installation

Download, install, update, and remove Zync on Linux, Windows, or macOS.

Zync is a desktop application for Linux, Windows, and macOS. Use the Download page to get the recommended build, or inspect every published artifact on GitHub Releases.

Platform Package Runtime notes
Linux Script, APT, pacman, .deb, .rpm, .AppImage, .pkg.tar.zst, or .tar.gz Current builds target x86_64. WebKit2GTK 4.1 and GTK 3 are required.
Windows .exe installer Windows 10 or 11 with Microsoft WebView2.
macOS Universal .dmg Runs on Apple Silicon and Intel Macs.

Current Windows releases are not signed with a Microsoft-trusted certificate, and current macOS releases are not notarized with Apple. The platform instructions below explain the first-launch warnings.

The Linux options differ in how they update and where they install Zync. Choose the method that matches your package workflow.

The one-line installer downloads the latest AppImage from GitHub, installs it in your home directory, creates a zync command under ~/.local/bin, and registers an application launcher. It does not require sudo.

Terminal window
curl -fsSL https://zync.thesudoer.in/install.sh | sh

Use the matching uninstall script only for an installation created by install.sh:

Terminal window
curl -fsSL https://zync.thesudoer.in/uninstall.sh | sh

The setup wizard offers two paths:

  1. Choose Quick Start for recommended defaults, or Custom Setup to select the theme, optional integrations, data directory, and log directory.
  2. Import hosts from ~/.ssh/config when Zync finds the file, if you want those hosts available immediately.
  3. Optionally install the zync CLI command.
  4. Open a local terminal or add your first SSH connection.

You can configure the optional on-device Vault and Sync & Backup later.

The update path depends on how Zync was installed:

Installation Update path
APT sudo apt update && sudo apt upgrade
Arch repository sudo pacman -Syu
AppImage, package file, Windows, or macOS Download the newer release when Zync or the release page reports one.

Review the release notes before replacing an existing installation, especially when a release includes data migrations.

  • Script installation: curl -fsSL https://zync.thesudoer.in/uninstall.sh | sh
  • APT: sudo apt remove zync
  • Arch repository: sudo pacman -Rns zync
  • RPM: sudo dnf remove zync or your distribution’s package tool
  • AppImage: delete the .AppImage file

Remove repository configuration separately if you no longer want the Zync package source configured.

  • Make an AppImage executable with chmod +x zync-*.AppImage.
  • Install WebKit2GTK 4.1 and GTK 3 when a minimal distribution does not provide them.
  • Some AppImage environments also require the distribution’s FUSE compatibility package.

Verify that the file came from the official release page, then use More info > Run anyway in SmartScreen. Install Microsoft WebView2 manually if Zync reports that the runtime is missing.

Use Finder’s Open action or Privacy & Security > Open Anyway. Use xattr -cr only after confirming the application came from the official release.

Installing the application does not restore a removed data directory. Restore your own backup or reconnect optional Sync & Backup when you intentionally saved a collection there.