Machine: Apple Silicon / ARM64 Mac
Cursor Composer/Agent is not working.
The Agent keeps timing out and does not return any response.
Main symptoms:
[composer] No first token received within 2s
[composer] No first token received within 4s
[composer] No first token received within 6s
[composer] No first token received within 8s
[composer] No first token received within 10s
[composer] No first token received within 12s
[composer] No first token received within 14s
Console errors:
[anysphere.cursor-retrieval] spawn Unknown system error -86
[anysphere.cursor-agent-exec] spawn Unknown system error -86
[vscode.git] spawn Unknown system error -86
Additional errors observed:
→ command ‘cursor.action.startTrackingRequest’ not found.
→ agent_exec] [watchdog, LocalReadExecutor]
permissionsService.shouldBlockRead still not completed after 3000ms
Full sample stack trace:
Error: spawn Unknown system error -86
at ChildProcess.spawn (node:internal/child_process:441:11)
at Object.spawn (node:child_process:810:9)
at Object.x [as spawn] (file:///Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:676:1600)
at r (/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-retrieval/dist/main.js:2:2474707)
at /Applications/Cursor.app/Contents/Resources/app/extensions/cursor-retrieval/dist/main.js:2:2474982
Steps to Reproduce
Install Cursor on macOS Apple Silicon / ARM64.
Open any workspace/project.
Open Composer/Agent.
Ask a simple prompt, for example: ‘hi’
Composer stays stuck and keeps logging:
No first token received
Open Developer Tools Console.
Observe repeated errors:
anysphere.cursor-retrieval] spawn Unknown system error -86
[anysphere.cursor-agent-exec] spawn Unknown system error -86
[vscode.git] spawn Unknown system error -86
Expected Behavior
Cursor Composer/Agent should start normally and return a response.
Cursor internal components such as:
anysphere.cursor-retrieval
anysphere.cursor-agent-exec
vscode.git
should not fail with: spawn Unknown system error -86
Could you try downloading the arm64 build from Cursor · Download instead of the Universal build?
Typically, Unknown system error -86 means that a program is running on the wrong architecture. I’m able to run the Universal build on my Apple Silicon Mac just fine, but this is a good place to start!
Verification performed Cursor binary: arm64 Cursor Helper (Plugin): arm64 Git works from Cursor terminal Issue reproduces on hotspot and corporate network Firewall disable by IT did not help
In my case I consistently see: [anysphere.cursor-retrieval] spawn Unknown system error -86 [anysphere.cursor-agent-exec] spawn Unknown system error -86 [vscode.git] spawn Unknown system error -86 Composer never receives a first token and eventually times out.
Question: Is this a known issue with Cursor 3.10.x on macOS Apple Silicon, and is there a recommended ARM64 version/workaround to test?