Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
System Info:
Mac: Apple Silicon (M1/M2)
macOS: 26.2 (Tahoe), also tested on 25.x (Sequoia)
Cursor was working fine on macOS 25.x (Sequoia) but suddenly started crashing. Updating to 26.2 (Tahoe) did not resolve the issue. Even after a complete uninstall and reinstall, Cursor crashes immediately on launch.
So far I have:
- Removed Cursor app and all user data:
sudo rm -rf “/Applications/Cursor.app”
rm -rf “~/Library/Application Support/Cursor”
rm -rf “~/Library/Caches/Cursor”
rm -f “~/Library/Preferences/com.cursor.Cursor.plist”
rm -rf “~/.cursor”
rm -rf “~/Library/Saved Application State/com.cursor.Cursor.savedState”
rm -f ~/Library/Preferences/ByHost/com.cursor.Cursor.*.plist
- Verified no leftover files remain using:
sudo find / -iname “cursor” 2>/dev/null
Only unrelated system headers and man pages were found.
-
Attempted to launch with Option key held to prevent macOS Resume from restoring windows — old files/folders still opened immediately.
-
Tried multiple versions (2.3.41, 2.2.44), all crashed immediately.
-
Checked Console and system logs — no crash reports or relevant log entries generated by Cursor.
After reinstall, old files and folders persist on launch even with all known user data cleared.
The crash occurs before the app creates Application Support/Cursor, suggesting a pre-init failure in the Electron runtime or binary.
This behavior happens regardless of macOS version (tested on 25.x and 26.2).
No logs, crash reports, or system messages are produced — app fails silently.
The issue may be Apple Silicon + current Cursor binary related, not leftover state or macOS Resume.
A complete clean reinstall does not resolve the problem.
Requesting guidance on whether this is a known issue and if a macOS 26.x / Apple Silicon–compatible build is available or planned, or if there is a simple fix that I’m missing completely.
Steps to Reproduce
I dont know how you could reproduce this, I was just working with the agent to edit some straightforward python scripts and it completely crashed and closed out of the app.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Versions 2.3.41 and 2.2.44
Does this stop you from using Cursor
Yes - Cursor is unusable