Skip to content

[FEATURE] Clean Claude VM Bundle #537

Description

@senthilnayagam

Add support in Mole to detect and remove the Claude Desktop VM bundle
(claudevm.bundle)
when cleaning Claude-related files on macOS.

Claude Desktop installs a local sandbox virtual machine used for tool
execution and code environments. This VM is stored as a bundle in the
user's Library folder and can consume 10--12 GB of disk space.

Currently, when Claude Desktop is removed from macOS, this VM bundle
remains on disk.


Use case

Users uninstalling Claude Desktop expect the system to reclaim all disk
space used by the application. However, the following folder remains
after uninstall:

~/Library/Application Support/Claude/vm_bundles/claudevm.bundle

This folder contains the sandbox VM image and can take around 12 GB of
disk space
.

Since this location is inside the hidden Library directory, many users
are unaware that it remains on their system.

Adding support for cleaning this folder would allow Mole to provide a
complete cleanup experience.


Proposed solution

When Mole detects that Claude Desktop was installed, it could also check
for the following directory:

~/Library/Application Support/Claude/vm_bundles/claudevm.bundle

If present, Mole could offer an optional cleanup item such as:

Claude Desktop
✓ Remove Application
✓ Remove Preferences
✓ Remove Cache
✓ Remove Claude VM bundle (~12 GB)

This would allow users to easily remove the leftover VM image and
reclaim disk space.


Alternatives considered

Currently the only workaround is manual deletion:

rm -rf ~/Library/Application\ Support/Claude/vm_bundles/claudevm.bundle

However, this requires users to: - Know the folder exists - Navigate to
hidden Library directories - Manually remove it

Integrating this cleanup into Mole would simplify the process and reduce
confusion.


Additional context

Example leftover directory:

~/Library/Application Support/Claude/vm_bundles/claudevm.bundle

Typical disk usage:

10–12 GB

This bundle contains the virtual machine used by Claude Desktop for
sandboxed tool execution. When the app is removed, the VM bundle remains
unless manually deleted.

Including this in Mole's cleanup options would help users fully reclaim
disk space after uninstalling Claude Desktop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions