Claude Desktop's 1.8GB VM: the Sandbox Tax Arrives
A bug report hit the HN front page at 278 points: Claude Desktop on Windows spawns a 1.8GB Hyper-V virtual machine on every single launch, even if you only want to chat. Once you have touched Cowork or agent mode once, the VM boots with the app, every time, eating RAM in the background with no off switch. The issue has been open since February and is boiling over now.
Here is the thing: the VM is not a bug. It is the sandbox doing exactly what everyone asked for. Cowork runs agents inside an isolated virtual machine and gates file access behind per-request approvals. Hardware-level isolation is the current industry consensus: Microsoft built MXC into Windows, Apple just shipped Container machine at WWDC. Claude Desktop is simply the first place where ordinary users are paying the isolation tax on a chat app, and 1.8GB of vmmem for a text box is a hard sell.
The fix is probably boring, lazy-boot the VM when agent mode actually starts. But the structural point stays: agentic apps are quietly becoming hypervisors. The sandbox tax is real, it lands on the user's machine, and every desktop app that bolts on an agent will face the same complaint. Worth keeping in mind when you evaluate the local-agent wave: isolation, capability, light footprint. Pick two.
https://github.com/anthropics/claude-code/issues/29045
← Back to all articles
Here is the thing: the VM is not a bug. It is the sandbox doing exactly what everyone asked for. Cowork runs agents inside an isolated virtual machine and gates file access behind per-request approvals. Hardware-level isolation is the current industry consensus: Microsoft built MXC into Windows, Apple just shipped Container machine at WWDC. Claude Desktop is simply the first place where ordinary users are paying the isolation tax on a chat app, and 1.8GB of vmmem for a text box is a hard sell.
The fix is probably boring, lazy-boot the VM when agent mode actually starts. But the structural point stays: agentic apps are quietly becoming hypervisors. The sandbox tax is real, it lands on the user's machine, and every desktop app that bolts on an agent will face the same complaint. Worth keeping in mind when you evaluate the local-agent wave: isolation, capability, light footprint. Pick two.
https://github.com/anthropics/claude-code/issues/29045
Comments