After opening a workspace in Curosr (either from inside the UI or through the terminal), the loading continues forever and never stops. Workspace tree loads, but the terminal doesn’t start, file viewer doesn’t show the contents of open files (the header with file names is there, though).
Restarting workspace/Cursor doesn’t help. Happens randomly, sometimes happens, sometimes doesn’t. Happened to me about 10 times over the last few days.
What seems to have helped this last time is I just tried to open another file in the workspace, it did open, and then after a full reload Cursor did start normally and the infinite load doesn’t reproduce anymore. But it comes back after some time, I’ll make sure to take a screenshot next time
Hey, thanks for the report. This looks like an issue we’re tracking with freezes on macOS in 3.0.x. Similar thread here: Cursor last update freeze on macOS
We need a bit more info to narrow down the cause:
What exact macOS version are you on? Apple menu > About This Mac
Do you have any MCP servers set up? Check in Terminal: cat ~/.cursor/mcp.json
Try running Cursor with extensions disabled: cursor --disable-extensions Does that help?
If it happens again, please share logs from ~/Library/Application Support/Cursor/logs/ We need the latest main.log
If --disable-extensions doesn’t help, try rolling back to the previous version (download from the website). The team is aware of the issue, but there’s no ETA yet. Your report helps us prioritize.
@Tal_D, you’re on Tahoe 26.3.1 and Cursor 3.0.16. That’s a known bad combo. In the linked thread, we found that updating to macOS 26.4 plus Cursor 3.1.14 fixes it. Try updating both and let me know how it goes.
@Nguyen_Tan_Phat_Le_C, I see your screenshot, looks like the same issue. What macOS and Cursor versions are you on? Apple menu > About This Mac and Help > About
If you’re on Tahoe, update macOS to at least 26.4 and Cursor to 3.1.14. If you’re on Sequoia, please update both to the latest versions too. More details here: Cursor last update freeze on macOS
Hey @Konrad_Jaglowski. Sorry the update didn’t help. For most other users in this thread it went away after 26.4 + 3.1.14, so you might have a separate case.
Could you share a bit more info so we can figure it out:
Exact symptoms. Does the workspace tree load, but the terminal and file viewer hang like for the OP, or is it something else?
Output of cat ~/.cursor/mcp.json. Are there any MCP servers listed?
Run cursor --disable-extensions from Terminal and open the same workspace. Does it still hang?
The latest main.log from ~/Library/Application Support/Cursor/logs/ around the time it hangs.
Help > About. Please copy the full version block (Layout, Commit, etc).
Also try opening the workspace in a new window via File > New Window, then File > Open. Sometimes it only hangs on a restored session.
Once you gather this info, send it over and I’ll pass it along so we can check the logs.
Hey @Tom_Manor, thanks for putting this together in so much detail. If the bug reproduces on 26.4.1 + 3.2.11 without MCP and without extensions, that’s probably not the same bug as before (that one was closed after the fix in 26.4 + 3.1.14). This looks more like a separate case. We have a similar issue where Source Control and Terminal hang when opening a workspace, and we want to confirm if it’s the same one.
A few quick questions to narrow it down:
Trigger. Does the hang happen on a cold start of Cursor, or after File > Open Folder / Open Recent (so switching workspaces in the same window)? If it’s after switching, how consistently can you reproduce it?
Process Explorer during the hang: Cmd+Shift+P → Developer: Open Process Explorer. Please check which processes are using CPU (especially extensionHost, ptyHost, fileWatcher, shared-process) and attach a screenshot.
Does it only happen in a specific workspace, or in any workspace? It would help to test a fresh git clone of the same repo into a different folder. Does the hang follow the project or not?
~/Library/Application Support/Cursor/logs/: besides main.log, please also attach renderer.log and exthost*.log from the same timestamp, if you have them. Your main.log sample doesn’t show anything suspicious, so renderer/exthost logs are more useful.
While it’s hanging, open Help > Toggle Developer Tools → Console tab. If you see any red errors or stuck promises, please screenshot that.
Once you’ve got this, I’ll share it with the team along with repro steps. I can’t promise an ETA for a fix yet, but we can’t move forward without this data.
It started to happen around a month ago, first of all, the Cursor IDE became super slow, I’ve reloaded the window as usual, but the window was just blank. I can see the file names, but everything just loads infinitely, no extensions, no terminal, nothing works. Reload the window does not help.
Sometimes it just resolves by itself after waiting for really long time, I’ve tried to reinstall and clean the data, but nothing really helps, and it becomes really annoying to work with Cursor.
No info in output, problems or whatsoever.
If I try to ask something in the Cursor window, it just infinitely plans the next move.
How is this still an issue? This was introduced a few months ago, and for want of an actual solution to the bug and a reticence to acknowledge the issue on the part of the Cursor team, some combination of the recommended solutions would eventually un-bork workspaces, but after being forced to finally reboot I’m back again with the same problem.
I’m amazed that Cursor has allowed this issue to persist for this long and has not yet figured out some sort of patch, because it quite literally makes the app unusable on Mac.
I was having the same issue for a long time.
In my case, “closing all file tabs” and running Developer: Reload Window fixed it, even though updating macOS and Cursor to the latest versions didn’t help.
That worked for some of my friends too, so I hope this helps anyone who’s still having this issue.