ZYCORD docs
English
Downloads Releases

Releases

Every version published, newest first. Nothing is ever removed: an older release stays where it was, so a link to it keeps working.

The current version and the right download for your machine are on the Downloads page. This list is for going back — reproducing a build, or running the version a node on the network is already running.

All versions#

Loading the release list…

Verifying an older release#

Every release is signed with the same key, and older ones are not re-signed when it rotates. Fetch the key once and check the manifest of whichever version you took:

curl -fsSLO https://zycord.com/releases/zycord-release-key.asc
gpg --import zycord-release-key.asc
curl -fsSLO https://zycord.com/releases/<version>/SHA256SUMS.randomx
curl -fsSLO https://zycord.com/releases/<version>/SHA256SUMS.randomx.asc
gpg --verify SHA256SUMS.randomx.asc SHA256SUMS.randomx
sha256sum --check --ignore-missing SHA256SUMS.randomx

An older release carries whatever the project published at the time. A version from before an artefact existed does not have it, and the file list above says so rather than the page pretending otherwise.