claude-code - 💡(How to fix) Fix Cowork tab not shown on Snapdragon X (ARM64) — yukonSilver unsupported loop

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

Code Example

From cowork_vm_node.log (repeats on every launch):
2026-04-19 11:42:51 [info] [cleanupVMBundleIfUnsupported] yukonSilver not supported (status=unsupported), checking for stale bundle...
2026-04-19 11:42:52 [info] [VM] Loading vmClient (TypeScript) module...
2026-04-19 11:42:52 [info] [VM] Module loaded successfully

From main.log:
Update URL: https://api.anthropic.com/api/desktop/win32/arm64/msix/update
LocalAgentModeSessions.getSupportedCommands: sessionId=undefined, cwd=undefined
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Cowork tab does not appear in the main Claude Desktop window (only Chat and Code tabs visible), despite CoworkVMService running and the ARM64-specific installer being used.

Every startup, cowork_vm_node.log shows this loop: [cleanupVMBundleIfUnsupported] yukonSilver not supported (status=unsupported), checking for stale bundle... [VM] Loading vmClient (TypeScript) module... [VM] Module loaded successfully

The VM bundle is deleted on every launch and never persists. No vm_bundle files are found on disk. The Cowork section exists in Settings but the tab never appears.

What Should Happen?

Cowork tab should appear in the main window alongside Chat and Code, and the VM bundle should initialize successfully on Snapdragon X ARM64.

Error Messages/Logs

From cowork_vm_node.log (repeats on every launch):
2026-04-19 11:42:51 [info] [cleanupVMBundleIfUnsupported] yukonSilver not supported (status=unsupported), checking for stale bundle...
2026-04-19 11:42:52 [info] [VM] Loading vmClient (TypeScript) module...
2026-04-19 11:42:52 [info] [VM] Module loaded successfully

From main.log:
Update URL: https://api.anthropic.com/api/desktop/win32/arm64/msix/update
LocalAgentModeSessions.getSupportedCommands: sessionId=undefined, cwd=undefined

Steps to Reproduce

  1. Download ARM64-specific Claude Desktop installer (dedicated Snapdragon link from r/snapdragon post)
  2. Install on Microsoft Surface Pro 11 (Snapdragon X, X1P64100)
  3. Launch Claude Desktop
  4. Observe: only Chat and Code tabs appear, no Cowork tab
  5. Check cowork_vm_node.log — yukonSilver unsupported loop repeats on every launch

Claude Model

None

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

Latest ARM64 MSIX (confirmed via Help → Check for Updates: "You are running the latest version")

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Other

Additional Information

Device: Microsoft Surface Pro 11 (SKU: Surface_Pro_11th_Edition_2076) CPU: Snapdragon X, 10-core X1P64100 @ 3.40GHz, 16GB RAM CoworkVMService: confirmed running (sc query returns "An instance of the service is already running") No vm_bundle files found anywhere on disk.

Related issues: #40198, #30566

extent analysis

TL;DR

The Cowork tab is not appearing in the Claude Desktop window due to the VM bundle not initializing successfully, likely caused by the yukonSilver being marked as unsupported.

Guidance

  • Verify that the ARM64-specific installer is correctly installed and that the device meets the minimum requirements for the Cowork feature.
  • Check the cowork_vm_node.log file for any other error messages that may indicate why the VM bundle is being deleted on every launch.
  • Investigate the yukonSilver not supported message and determine if this is a known issue with the Snapdragon X ARM64 architecture.
  • Review related issues #40198 and #30566 to see if they provide any insight into the problem.

Example

No code snippet is provided as the issue seems to be related to the device architecture and VM bundle initialization.

Notes

The issue may be specific to the Snapdragon X ARM64 architecture, and further investigation is needed to determine the root cause. The fact that the VM bundle is deleted on every launch and no vm_bundle files are found on disk suggests a problem with the initialization process.

Recommendation

Apply workaround: Try to manually download and install the VM bundle to see if it resolves the issue, as the automatic initialization process seems to be failing. This may provide more insight into the problem and potentially resolve the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Cowork tab not shown on Snapdragon X (ARM64) — yukonSilver unsupported loop