docs/Testing-Transmission.md
At the bottom of a pull request, you'll find a list of checks (or expand them with "View details" if the PR was already merged). Follow any link to "Details", but cut the jobs part of the URL, so that it looks like: https://github.com/transmission/transmission/actions/runs/1234567890. Download the desired "from-tarball" Artifact at the bottom of the page.
You need to mark Transmission.app both as executable and not quarantined:
chmod +x Transmission.app/Contents/MacOS/Transmissionxattr -rc Transmission.appBecause CI builds are Intel only, if you're on Apple Silicon and previous steps are not enough to get it to work, then you'll also need to repair your installation of Rosetta:
csrutil disable and confirmrebootpkgutil --files com.apple.pkg.RosettaUpdateAutosudo rm -rf /Library/Apple/usr/lib/libRosettaAot.dylib
sudo rm -rf /Library/Apple/usr/libexec/oah
sudo rm -rf /Library/Apple/usr/share/rosetta
csrutil enable and confirmrebootsoftwareupdate --install-rosettaAnd finally the CI builds of Transmission.app will be openable.