Cursor App does not install (Macbook Pro M2)

Hey, this is a known macOS issue. It’s related to how Gatekeeper handles quarantine attributes on downloaded files.

Try one of these workarounds:

  1. Copy the .app to your Desktop first, then move it to Applications. Don’t drag it straight from the DMG to Applications. This fixed it for most users with the same error.

  2. If that doesn’t help, open Terminal and run:

    xattr -cr /path/to/Cursor.app
    

    Replace the path with the right one, like ~/Desktop/Cursor.app.

  3. Or install it via Homebrew:

    brew install --cask cursor
    

Related thread with confirmed fixes: “Cursor.app” is damaged and can’t be opened. You should move it to the Trash

Let me know if none of these work.