Here are my personal build host that provide nightly builds of my software. On macOS, the application must have the quarantine attribute removed (Intel) and/or be code-signed (Apple Silicon). To remove the quarantine attribute, use: xattr -r -d com.apple.quarantine Application.app To sign the application, use: codesign --force --deep --sign - Application.app