PLATFORM_BINARIES // v2.25.8
[AUTO_DETECT]
Linux
Debian · Arch · Fedora
$curl -fsSL https://zync.thesudoer.in/install.sh | sh
Debian / Ubuntu (APT repository)
# 1. Prepare the APT keyring directory (missing on minimal installs)sudo install -m 0755 -d /etc/apt/keyrings# 2. Add the GPG keycurl -fsSL https://apt.zync.thesudoer.in/key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/zync.gpgsudo chmod a+r /etc/apt/keyrings/zync.gpg# 3. Add the repositoryecho "deb [signed-by=/etc/apt/keyrings/zync.gpg] https://apt.zync.thesudoer.in stable main" | sudo tee /etc/apt/sources.list.d/zync.list# 4. Update and installsudo apt update && sudo apt install zyncArch (pacman repository)
# 1. Import and locally sign the Zync packaging key (same key as APT)curl -fsSL https://arch.zync.thesudoer.in/key.gpg -o /tmp/zync.gpgsudo pacman-key --add /tmp/zync.gpgFPR="$(gpg --show-keys --with-colons /tmp/zync.gpg 2>/dev/null | awk -F: '/^fpr:/ { print $10; exit }')"sudo pacman-key --lsign-key "$FPR"# 2. Add the Zync pacman repo drop-insudo tee /etc/pacman.d/zync.conf >/dev/null <<'EOF'[zync]SigLevel = Required TrustedOnlyServer = https://arch.zync.thesudoer.in/$archEOF# 3. Include it from pacman.conf (once)grep -q 'pacman.d/zync.conf' /etc/pacman.conf || echo 'Include = /etc/pacman.d/zync.conf' | sudo tee -a /etc/pacman.conf# 4. Installsudo pacman -Syu zyncHelp sign Zync for Windows & macOS
Signed, notarized releases remove most installation friction — though Windows SmartScreen can still warn until the publisher builds reputation.