Skip to content

WebMobAI v1.2.0

Choose a tag to compare

@github-actions github-actions released this 12 May 16:50

See CHANGELOG.md for details.


⚠️ macOS: "WebMobAI is damaged and can't be opened"

This build is not yet code-signed or notarized, so macOS Gatekeeper rejects it on first launch. The app is not damaged — it's the standard quarantine block for unsigned downloads. Strip the quarantine flag once and it opens normally:

# After dragging WebMobAI to /Applications:
xattr -cr /Applications/WebMobAI.app

Or remove it from the DMG before installing:

xattr -cr ~/Downloads/WebMobAI_1.2.0_aarch64.dmg

Signed and notarized releases are tracked in CONTRIBUTING.md → Releasing a signed build.