Version Log

See downloads, release channels, and version changes in one place.

Stable Preview

macOS first launch (unsigned build)

The macOS build is currently unsigned (no Apple Developer account). A "damaged" prompt on first launch is Gatekeeper — not a corrupted file.

On Apple Silicon (M1–M4), if it still says "damaged", ad-hoc self-sign it in Terminal (free, no Apple account — arm64 requires a signature):

sudo codesign --force --deep --sign - "/Applications/ExoMind.app"
sudo xattr -cr "/Applications/ExoMind.app"
open "/Applications/ExoMind.app"

Intel Mac, or a simpler first try: right-click the app → Open, or just sudo xattr -cr "/Applications/ExoMind.app"

Full guide (right-click open / system settings / troubleshooting): docs/macos-install.md