Download a release from the GitHub Releases page. There you will find the following:
See also Verifying Releases.
You must download and install Csound to use the Csound versions. The binary distributions are built with Csound version 6.18.1 but will likely switch to Csound 7 sometime after it is out of beta. The non-Csound versions include a syntoniq-kbd application that only works as a MIDI device. On Linux and Mac, it does not require additional software beyond something that can play MIDI.
On Windows, to use syntoniq-kbd as a MIDI device, you need loopmidi:
syntoniq-loop; the application expects a device by this name to existLinux and Mac distributions are compressed tarballs. Windows distributions are zip files. They contain only the binaries for syntoniq and syntoniq-kbd. You just need to put these somewhere in your path or directly execute them. For the Csound versions, make sure they can find the Csound libraries. Using the default installation methods for Csound, this should work automatically. For Windows, be sure Csound is in your path. The installer offers to do this for you when you install, though you will need to restart your shell for it to take effect.
On the Mac, the OS will complain about the downloaded binaries since they are not signed. You can fix from the shell with
xattr -d com.apple.quarantine syntoniq syntoniq-kbd
You can also follow the process with the UI:
Please see the top-level README.md in the source repository for instructions.
The syntoniq-<version>.sha256 file contains sha256 checksums of all release assets. That file is also clear-signed with GPG using this key, with fingerprint C2C96B10011FE009E6D1DF828A75D10998012C7E. They are also signed with Cosign. You can verify with
cosign verify-blob syntoniq-x.y.z.sha256 --bundle syntoniq-x.y.z.sha256.sigstore \
--certificate-identity=ejb@ql.org \
--certificate-oidc-issuer=https://github.com/login/oauth