[BUG] Cowork crashes since v1.3036.0 is installed
Resolved 💬 19 comments Opened Apr 16, 2026 by chfucu Closed Apr 16, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
- Claude Desktop 1.3036.0 (cf521c)
- macOS 26.1, MacBook Air M3, 8GB RAM
- Error: Claude Code process exited with code 1 dans cowork
- Chat and Claude Code in-app work fine, only Cowork is broken
- Cowork worked on the previous version, broke after auto-update to 1.3036.0
- Full reinstall + VM bundle reset doesn't fix it
What Should Happen?
Cowork should run
Error Messages/Logs
Claude Code process exited with code 1 dans cowork
Steps to Reproduce
- Update Claude Desktop to version 1.3036.0 (cf521c) — or let it auto-update 2. Open Claude Desktop
- Start a new Cowork session (local agent mode) on any folder
- Send any message
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
1.3036.0
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
19 Comments
I am having this same issue as well.
MacOS 15.7.4
Apple Macbook Air M4
Claude Chat + Code are operational, Cowork is not.
Same issue for me on Windows
I am having the same issue with my M4
Same issue on Windows 11
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
Same issue Macbook pro m3 max with Tahoe 26.4.1
Also showing:
Failed to start Claude's workspace
VM service not running. The service failed to start.
Restarting Claude or your computer sometimes resolves this. If it persists, you can reinstall the workspace.
Even after restarting everything
Same issue. iMac 2021 with Sonoma 14.6.1
OG bug report https://github.com/anthropics/claude-code/issues/49328#issue-4277519879
Same
Having the same issue on windows 11, claude desktop latest version
Same issue. iMac just bought in 2026 with Tahoe 26.4.1
Mac 26.3.1 M4 w/32GB, same error #1
Same issue ->
Same repro on macOS (Darwin 25.2.0), Claude Desktop v1.3036.0.
Symptom: Cowork sessions exit immediately with code 1.
VM log:
Error: Failed to create bridge sockets after 5 attempts
Version correlation: Worked earlier today on Claude Code SDK 2.1.92, broken on 2.1.111 (server-served to the VM, so client-side cache clears don't help — the newer SDK is re-fetched).
I tried Clear Cache and Restart, did not work
Workaround: Running Claude Code directly in the terminal works fine — the bridge-socket layer is Cowork-VM-specific.
Installation ID: 56906e65-10c8-4788-a02b-8bf85c6eb850
Observations:
Here are the logs:
Reproduces identically on Windows 11 / MSIX 1.3036.0.0 — so this is not macOS-specific. SDK bundle is 2.1.111 in both cases.
Exact failure
From
%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\logs\cowork_vm_node.log, every spawn fails the same way ~1.3–2s afterSpawn succeeded:VM itself is healthy beforehand:
Network status: CONNECTED,API reachability: REACHABLE,sdk_install completed. Failure is strictly post-spawn, inside the guest.Suspected root cause
The error string lives in the bundled SDK at
claude-code-vm/2.1.111/claudein functionu4K(HTTP/SOCKS bridge setup). It spawns twosocatprocesses:Then polls
existsSyncon both socket paths 5 times with 0/100/200/300/400 ms backoff (~1s total). Bothsocatpidchecks pass (no"Failed to start HTTP bridge process"/"Linux bridge process died unexpectedly"), so the children launch — but the.sockfiles never appear in time.Top candidates:
TMPDIRset to/tmp/claude(viamS$) but the dir isn't pre-created in the guest beforesocatruns —UNIX-LISTENthen fails to bind silently. A simplemkdirSync(tmpdir, {recursive:true})before spawning the bridges would fix it.bind(AF_UNIX)for child processes.socatmissing or broken in the newsmol-bin.x64.vhdxrootfs.Confirms reporter's findings
claude.exe+ stop/startCoworkVMService) — no effectvm_bundles/claudevm.bundle, app rebuilds it) — no effectlatest/redirectfrom the update endpoint still returns1.3036.0— no fix shipped yetWorkaround
Native Claude Code CLI on the host is unaffected (doesn't go through Cowork's microVM bridge).
Same issue Mac M1 - after update. Chat working - cowork issue remains.
Also having this issue,
App version: 1.3036.0
macOS version: Tahoe 26.2
Error: Failed to create bridge sockets after 5 attempts from ~/Library/Logs/Claude/cowork_vm_node.log
Hey folks, this issue has been resolved in the v1.3109.0 release of Claude Desktop. Please "Check for Updates".
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.