WebMobAI v1.2.0
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.appOr remove it from the DMG before installing:
xattr -cr ~/Downloads/WebMobAI_1.2.0_aarch64.dmgSigned and notarized releases are tracked in CONTRIBUTING.md → Releasing a signed build.