relocate-claude-vm

Solid

Move the Claude Desktop "Computer Use" sandbox VM bundle (typically 11-13 GB at %APPDATA%\Claude\vm_bundles on Windows) off the system drive to a roomier disk via a directory junction. Transparent to Claude Desktop, reversible. Use when the system drive is low on space and a disk scan shows vm_bundles as a top consumer. Also handles the restore (move back) and dry-run inspection paths.

AI & Automation 21 stars 3 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Relocate Claude Desktop's Computer Use VM bundle The Claude Desktop app downloads a multi-GB sandboxed VM image to power its local Computer Use / code-execution features. The app provides no in-app setting to relocate it. On a system drive that's already tight, this bundle can be the single biggest space consumer — bigger than the user's Documents folder. This skill moves the bundle to a target drive and leaves a directory junction (Windows) or symbolic link (macOS — not yet implemented) at the original location, so Claude Desktop sees the same path it expects. ## When to use this skill - A disk scan shows `C:\Users\<user>\AppData\Roaming\Claude\vm_bundles\` is a top consumer (typically 11-13 GB) - The system drive is below 15% free and you've already cleared regenerable caches (npm, pip, Windows Update, temp) - The user has at least 25 GB free on another local NTFS volume (need room for the move + headroom) Do **not** use this skill when: - Claude Desktop is mid-update — finish the update first; MSIX state during an update is brittle - The VHDX is currently in use by an active Computer Use session — the move will fail (the script checks for this and aborts cleanly) - The destination is a network drive, removable drive, or non-NTFS volume — VHDX-backed VMs need local fixed NTFS storage ## What the bundle actually contains Inside `%APPDATA%\Claude\vm_bundles\claudevm.bundle\` you'll typically find: | File | Typical size | Purpose | |---|---|---| | `rootfs.vhdx` | ~9 ...

Details

Author
ibrews
Repository
ibrews/claude-fleet
Created
3 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

windows-disk-cleanup

Free space on a full Windows drive without losing user data - find what is consuming the system drive, delete only regenerable caches, and relocate the rest to another drive via NTFS junctions or environment variables. Use whenever the user mentions a full or nearly full C drive, low disk space on Windows, a huge AppData folder, "C盘满了", "C盘爆红", "C盘清理", "磁盘空间不足"; wants to move any cache, AppData folder, package cache, or app data directory to another drive (NuGet, npm, pip, Playwright, Cargo, Unreal Engine DDC, Feishu/Lark, Slack, Discord, NVIDIA shader cache, Claude transcripts); asks whether a cache or app folder is safe to delete, or whether deleting it will log them out, lose chat history, or break the app; or asks what is taking up space on their system drive - even if they never say "cleanup". Also use when a Windows disk is near full and apps behave strangely, since a full volume silently corrupts SQLite databases.

2 Updated yesterday
linad3d
AI & Automation Solid

desktop-sessions-discovery

Discover, search, and selectively restore Claude desktop app sessions hidden across multiple accountIds. Use when user mentions "missing sessions after account switch", "lost desktop sessions", "where do my old sessions live", or runs multiple Claude accounts on the same machine. Do NOT use for Claude Code CLI session history or resuming work within one session — this only recovers the native desktop app's per-accountId session files; for in-session continuity use handoffs.

138 Updated today
AnastasiyaW
DevOps & Infrastructure Listed

mac-cleanup

Reclaim disk space and RAM on Apple Silicon macOS, safely — for developers AND creative pros. Use when the user is low on disk, asks what is eating space or memory, wants to clear caches for developer tools (gradle, npm, pnpm, yarn, brew, uv, pip, cargo, go, CocoaPods, Xcode, Android NDK/emulators, Docker/colima) OR creative apps (Final Cut, Premiere, After Effects, DaVinci Resolve, Lightroom, Photoshop, Capture One, Logic, Ableton, Pro Tools, Blender, Houdini, Cinema 4D, Unreal, browsers), or wants to find and stop background dev servers / analyze why Chrome or an app is using so much RAM. Always measures first and asks before deleting.

0 Updated 1 weeks ago
sai-na