What problem does it solve?
When developing multiple Flutter, Android, iOS or Node.js projects, build artifacts and dependency caches accumulate rapidly, consuming large amounts of disk space and slowing down development workflows. Manual cleanup is error-prone, often leading to accidental deletion of critical source files or global dependency caches that cause hours of slow re-downloads on subsequent builds.
Core Features & Use Cases
- Tiered Safe Cleanup: Organizes cleanup into 3 risk levels, with only low-risk build artifact deletion enabled by default, and explicit user confirmation required for higher-risk dependency and global cache deletion.
- Batch Workspace Scanning: Automatically scans entire workspaces to identify all cache usage across multiple projects, generating a clear report of space used per project and global cache.
- Preserved Global Caches: L1 and L2 cleanup operations retain global dependency caches, so project dependencies can be restored in minutes without re-downloading from the internet.
- Use Case: A developer working on 8 concurrent mobile and web projects can free 4+ GB of disk space in minutes without breaking project setups or waiting hours for dependencies to re-download.
Quick Start
Ask the AI to scan your project workspace, report all cache usage across your Flutter, Android, iOS and Node.js projects, and perform a safe L1 cleanup to free up disk space without affecting your global dependencies or source code.