Prepared for
Pre-release software, handed out for testing. Expect rough edges, and please report what you hit. Every file below is listed with its exact size and SHA-256 so you can confirm you got what we published.
These builds are ad-hoc signed. They are not signed by a registered Apple developer and they are not notarized. macOS may refuse to open an ad-hoc signed app the first time. Whether it actually does is still being tested — you may well get straight in. If macOS does refuse, here is the route:
xattr -d com.apple.quarantine /Applications/<App>.app
Only do this for a file you got from us and whose SHA-256 matches the one shown on its card below. That check is the reason the hashes are here.
On Windows: nothing we build carries an Authenticode certificate, and that is a settled decision rather than a gap waiting to be filled. Windows cannot tell "unsigned" from "unknown", so SmartScreen will warn about anything we hand you. The SHA-256 on the card is what you check instead. Where a Windows build is not downloadable, its card says so and says why, rather than being left off the page.
From Terminal, in the folder you downloaded into:
# prints the hash — compare it to the card above shasum -a 256 <file> # prints the size in bytes stat -f%z <file>