[BUG] Cowork runtime missing from macOS app bundle — tab not appearing (v1.1.7714)
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?
The Cowork tab has disappeared from Claude Desktop on macOS after the app auto-updated to v1.1.7714. Cowork was working normally for several weeks prior to this build.
Root cause identified: The Cowork runtime is completely absent from the app bundle. Running:
ls /Applications/Claude.app/Contents/Resources/app.asar.unpacked/node_modules/ | grep -i cowork
returns nothing. The runtime was never packaged into this build.
Troubleshooting already completed:
Signed out and back in
Cleared ~/Library/Application Support/Claude and ~/Library/Caches/Claude
Fresh reinstall from claude.ai/download
Checked ~/Library/Logs/Claude/cowork_vm_node.log — log only shows module load with no VM boot attempt, no errors
Environment:
Version: 1.1.7714 (3bd6f6) 2026-03-19T14:50:53.000Z
macOS, Apple Silicon
Paid subscription (Cowork-eligible plan)
This appears to be a packaging regression. Related: #31647.
What Should Happen?
I would expect the cowork tab to show up and to continue working.
Error Messages/Logs
Steps to Reproduce
Install Claude Desktop v1.1.7714 on macOS (Apple Silicon)
Launch the app — Cowork tab is absent from the mode selector
Run ls /Applications/Claude.app/Contents/Resources/app.asar.unpacked/node_modules/ | grep -i cowork — returns nothing
Expected: Cowork tab appears next to Chat; runtime present in app bundle
Actual: Cowork tab absent; runtime missing from bundle
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
Claude 1.1.7714 (3bd6f6) 2026-03-19T14:50:53.000Z
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
$ sw_vers
ProductName: macOS
ProductVersion: 15.7.4
BuildVersion: 24G517This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗