← Reddit

Disable Claude Cowork

Reddit · MaduZod · June 1, 2026
As the title says, how do I disable Claude Cowork? It is creating a vm_bundle file of 12GB. Even if I remove it, it comes back. How do I remove it permanently? [link]

Detailed Analysis

A Reddit user posting to the r/ClaudeAI community has raised a technical complaint regarding a feature called "Claude Cowork," reporting that the software is generating a persistent `vm_bundle` file exceeding 12 gigabytes in size. The user describes an inability to permanently remove the file, noting that it reappears even after manual deletion, suggesting the feature runs background processes or startup hooks that recreate the bundle automatically. The post is a direct user support inquiry rather than a formal report, but it surfaces a concrete usability concern related to local disk consumption caused by Anthropic-adjacent software.

The presence of a `vm_bundle` file strongly implies that Claude Cowork operates by spinning up or maintaining a local virtual machine environment — a technical architecture consistent with sandboxed AI-assisted computing features. This approach is common in applications that require isolated execution environments for tasks such as code running, file manipulation, or browser automation. Anthropic has been expanding Claude's capabilities in agentic and computer-use domains, and a feature like Cowork would logically fit within that trajectory, enabling collaborative or background AI task execution on a user's local machine. The large file size is characteristic of bundled virtual machine images, which frequently include operating system layers, runtime dependencies, and application binaries.

The persistence problem described — where the file regenerates after deletion — points to the feature either running as a system service, a login item, or a daemon process that monitors for the bundle's absence and restores it. This is a recognized friction point in software that relies on persistent local infrastructure, and it reflects a broader tension in deploying heavyweight AI agent runtimes on consumer hardware. Users who do not actively use such features or who have constrained storage face a poor experience when background processes silently consume significant disk space without clear opt-out mechanisms.

From a broader industry perspective, this complaint is emblematic of challenges facing AI companies as they move from cloud-based inference toward hybrid or local deployment models. Features that leverage local compute or virtual environments introduce operational complexity that users of traditional SaaS AI tools are not accustomed to managing. Anthropic, like other frontier AI developers, faces the product design challenge of making powerful agentic capabilities accessible without burdening users with opaque infrastructure overhead. Transparent controls for enabling, disabling, and fully uninstalling such components are increasingly essential as AI software penetrates everyday desktop environments. The absence of clear documentation or an obvious off-switch — implied by the user's inability to resolve the issue independently — represents a gap between capability rollout and user-facing product polish.

Read original article →