Download
Alpha builds. Grab your platform, then verify it against the published checksum before you run it.
Verify what you run
Every release ships a SHA256SUMS file listing the exact hash of each binary. Download it alongside your build and check them before you run anything:
sha256sum --check SHA256SUMS
# daemonseed-gui-x86_64.AppImage: OK
If the line does not say OK, stop — the file is not what was published.
These alpha builds are not code-signed yet, so the SHA256SUMS hash is the check for now. Signed releases — a signature over SHA256SUMS plus a published key — are planned.