
LLM, AI Agents & AI Infrastructure Specialist
Anthropic’s Claude Desktop automatically activates a Hyper-V virtual machine, consuming 1.8 GB of RAM and 10 GB of disk space without user consent. This has led to performance issues, user backlash, and calls for transparency in AI software design. Workarounds exist but require technical expertise, leaving casual users at a disadvantage.
Anthropic’s Claude Desktop has come under scrutiny for its automatic activation of a Hyper-V virtual machine (VM) upon startup. The feature, intended to power advanced capabilities such as the "Cowork" functionality, uses 1.8 GB of RAM and occupies 10 GB of disk space, even when not actively in use. The lack of user consent or notification about this activation has drawn criticism, as highlighted in GitHub discussions.
The auto-activation of Claude Desktop’s VM has led to notable issues, especially on resource-constrained devices running the Windows operating system:
In contrast, other AI platforms leveraging containerization technologies like Docker allow for more efficient and flexible resource allocation, giving users greater control over system performance.
The technical community has actively proposed workarounds to mitigate the VM activation issue:
However, these solutions demand technical know-how, leaving non-technical users without accessible options. Additionally, Anthropic has not yet provided comprehensive documentation or official instructions about this feature, leading to further frustration among users.
The controversy surrounding Claude Desktop highlights key principles for the development of user-centered software:






The ramifications of this issue extend beyond Anthropic and could influence broader trends in AI software development:
The VM activation supports advanced features like the 'Cowork' functionality. However, it activates by default without user consent, consuming 1.8 GB of RAM and 10 GB of disk space.
You can disable the VM by turning off the 'CoworkVMService' via PowerShell or by using third-party tools like ClaudeFix, though these methods may require technical skills.
Users are concerned about the lack of transparency, performance degradation, and the absence of an easy way to opt out of the resource-intensive VM activation.
💡 Dica Pro: When developing software with resource-intensive features like VMs, consider offering a 'lightweight mode' that disables such features by default. This approach can prevent performance issues on devices with limited resources.