Hey, thanks for the report.
This is a known issue with Gatekeeper on macOS. Please try these steps in order:
- Remove the quarantine attributes:
sudo xattr -rd com.apple.quarantine /Applications/Cursor.app
sudo xattr -cr /Applications/Cursor.app
- If that didn’t help, add it to the exceptions list:
sudo spctl --add /Applications/Cursor.app
- Check
~/.cursor(make a backup first):
Sometimes the issue is that~/.cursoris a file instead of a directory:
rm -f ~/.cursor
- Full reinstall (make a backup first):
- Remove Cursor from Applications
- Remove
~/Library/Application Support/Cursor - Download it again from Download · Cursor
- Restart your Mac before installing
Similar resolved threads:
Let me know if any of this works.