Unable to use cursor

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor asked to download the latest verison and when I downloaded the compatile version for my mac mini - it show this error and i am unable to just update or use it.

Steps to Reproduce

Download on mac → macOS
Mac (ARM64) → move to applications → Get error that it’s damaged or the name is too long.

Expected Behavior

Unable to use IDE, uable to install IDE on my mac.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Download → click to open → move to application → getting this error.

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this is a known macOS Gatekeeper issue. Try these steps in order:

  1. Remove the quarantine attributes:
sudo xattr -rd com.apple.quarantine /Applications/Cursor.app
sudo xattr -cr /Applications/Cursor.app
  1. If that didn’t help, add it to exceptions:
sudo spctl --add /Applications/Cursor.app
  1. Check ~/.cursor (make a backup first):
    Sometimes the issue is that ~/.cursor is a file, not a folder:
rm -f ~/.cursor
  1. Full reinstall (if nothing helped):
  • Delete Cursor from Applications
  • Delete ~/Library/Application Support/Cursor
  • Download again from https://cursor.com/downloads
  • Restart your Mac before installing

Usually the first command fixes it. Let me know if it still doesn’t work.

Related thread with a fix: Cursor not working anymore after Update