claude-code - 💡(How to fix) Fix [BUG] Cowork mode - Linux bash sandbox never starts on Windows (Workspace unavailable since first launch) [1 participants]

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…
GitHub stats
anthropics/claude-code#55649Fetched 2026-05-03 04:47:58
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Timeline (top)
labeled ×5

The Linux bash sandbox in Cowork mode has never successfully started since the first launch on April 28, 2026. Every bash command returns "Workspace still starting" and has since changed to "Workspace unavailable. The isolated Linux environment failed to start." Plugins were also not auto-generated on initial setup.

Error Message

"Workspace unavailable. The isolated Linux environment failed to start."

Root Cause

The Linux bash sandbox in Cowork mode has never successfully started since the first launch on April 28, 2026. Every bash command returns "Workspace still starting" and has since changed to "Workspace unavailable. The isolated Linux environment failed to start." Plugins were also not auto-generated on initial setup.

Code Example

Workspace unavailable. The isolated Linux environment failed to start.
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?

App Version: Claude for Windows 1.5354.0 (9a9e3d) OS: Windows Conversation ID: 215474154138182

Description

The Linux bash sandbox in Cowork mode has never successfully started since the first launch on April 28, 2026. Every bash command returns "Workspace still starting" and has since changed to "Workspace unavailable. The isolated Linux environment failed to start." Plugins were also not auto-generated on initial setup.

Error Message

"Workspace unavailable. The isolated Linux environment failed to start."

Windows Event Viewer Logs

The following errors were found in Windows Logs > Application:

  • Event ID 1002 - Application Hang (2026-05-03, 12:52:40)

    • claude.exe version 1.5354.0.0 stopped interacting with Windows and was terminated.
  • Event ID 1000 - Application Error (2026-05-03, 01:49:52 and 01:58:10, recurring)

    • Faulting application: secureconnectionservice.exe, version 1.0.0.3, timestamp 0x64171421
    • This process crashes repeatedly.
  • Event ID 1 - CoworkVMService (2026-05-03, 01:50:11 and 01:58:22)

    • Logs appear immediately after each secureconnectionservice.exe crash.

Suspected failure chain: secureconnectionservice.exe crashes → CoworkVMService fails to initialize → bash sandbox cannot start.

Troubleshooting Steps Completed (all failed)

  • Cleared C: drive space (~2GB → 45GB free)
  • Restarted app multiple times
  • Rebooted PC
  • Ran app as administrator
  • Help > Troubleshooting > Clear Cache and Restart
  • Help > Troubleshooting > Reset App Data
  • Terminated F5 VPN
  • Disabled other network security tools
  • Disabled third-party antivirus programs (only Windows Defender remains active)

None of the above resolved the issue.

Additional Notes

This issue has persisted since the very first launch. The sandbox has never worked even once. Engineering-level investigation of the CoworkVMService and secureconnectionservice.exe components appears to be required.

What Should Happen?

The Linux bash sandbox in Cowork mode should start successfully and execute bash commands without errors.

Error Messages/Logs

Workspace unavailable. The isolated Linux environment failed to start.

Steps to Reproduce

  1. Install Claude for Windows (Cowork mode) version 1.5354.0
  2. Launch the Cowork desktop app
  3. Start any conversation and request a bash command
  4. Observe: "Workspace still starting" error appears and never resolves
  5. Error eventually changes to "Workspace unavailable. The isolated Linux environment failed to start."

Claude Model

None

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

1.5354.0 (9a9e3d)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Non-interactive/CI environment

Additional Information

This issue occurs in Cowork desktop app (not Claude Code CLI). The bash sandbox has never worked since first launch on 2026-04-28. Plugins were also not auto-generated on initial setup.

Anthropic Support Conversation ID: 215474154138182

All third-party VPN (F5) and security tools were disabled during testing — issue persists with only Windows Defender active.

extent analysis

TL;DR

The most likely fix involves investigating and resolving the crashes of secureconnectionservice.exe to prevent the failure of CoworkVMService and subsequently the bash sandbox.

Guidance

  • Investigate the cause of secureconnectionservice.exe crashes, as these seem to trigger the failure chain leading to the bash sandbox not starting.
  • Review the Windows Event Viewer logs for any patterns or additional details around the crashes of secureconnectionservice.exe and CoworkVMService failures.
  • Consider debugging or monitoring secureconnectionservice.exe and CoworkVMService in a controlled environment to understand their interaction and why the crashes occur.
  • Since the issue persists across various troubleshooting steps, including system restarts and cache clears, focusing on the service crashes might yield more insight.

Example

No specific code snippet can be provided without more details on the services' implementations, but monitoring the services' interactions and error logs could look something like:

# Hypothetical command to monitor service logs
Get-EventLog -LogName Application -Source secureconnectionservice.exe -EntryType Error

This is a generic example and may not directly apply to the issue at hand.

Notes

Given the persistence of the issue and the failure of basic troubleshooting steps, a deeper technical investigation into the services and their interactions is necessary. The provided information strongly suggests that the crashes of secureconnectionservice.exe are a critical part of the problem.

Recommendation

Apply a workaround by attempting to stabilize secureconnectionservice.exe to prevent crashes, possibly through configuration adjustments or updating dependencies, as directly fixing the issue might require engineering-level changes to the service itself.

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