Disk cleanup, storage analysis, privacy protection, and system optimization for macOS and Windows
Storage
Find cleanable content scattered across the system, applications, developer tools, and local projects in one scan. MangoDisk saves you from checking each location manually and groups the results by reclaimable space:
- System and user caches: Reclaim space taken up over time by system temporary files, diagnostic data, and rebuildable caches.
- Application caches: Keep application caches, logs, update packages, and temporary content from quietly consuming more and more storage.
- Browser data: Reclaim space used by cached and temporary web data from Chrome, Edge, Firefox, Brave, Arc, Opera, and other browsers.
- Developer tools and Xcode: Quickly recover substantial storage used by package managers, IDEs, compiler caches, and Xcode development data.
- Container caches: Free up space used by inactive build caches and rebuildable data from Docker and other container tools.
- Project build artifacts: Recover space used by rebuildable dependencies, caches, and build directories across Node.js, Rust, Gradle, Swift, Python, .NET, Godot, CMake, and other projects.
- AI models and caches: Quickly spot large local AI models, download caches, and temporary transfer files.
- Application optimization: Shrink supported applications without affecting normal use, leaving more room on your disk.
Smart recommendations help you make safe choices quickly. You can also review items individually and see the estimated reclaimable space upfront, keeping every cleanup predictable and under your control.
Quickly find the largest files and reclaim space used by old installers, videos, archives, and other bulky content without digging through folders one by one.
Reclaim space taken up by duplicate copies without treating files as duplicates just because they share a name. Smart selection keeps at least one file in every group, so cleanup stays effortless and safe.
See where your storage is going at a glance. Drill down through a treemap and list to locate the largest folders and files instead of cleaning blindly.
Privacy & Security
Keep browsing history, searches, cookies, recent items, and clipboard data from lingering on your computer. Clear traces left by browsers, applications, and the system to reduce exposure of your activity and make everyday privacy easier to manage.
System Tools
Uninstall applications and clear related caches, settings, and leftovers so removing an application actually gives you the space back. Potential personal files are handled cautiously to reduce the risk of accidental deletion.
Reduce unnecessary startup delays and background resource use, so your computer starts faster and feels lighter. Turn items back on at any time when you need them again.
Reduce unnecessary settings that slow down your system or get in the way. Balance performance, privacy, and personal preferences so your computer feels faster and easier to use.
Fix common problems like missing search results, incorrect icons, no sound, or network connection failures—without hunting down fixes or typing complex commands. Get your computer back to normal sooner.
Activity
Keep a clear record of every cleanup and system change. See how much space you recovered, what completed successfully, and whether anything still needs your attention.
Important
MangoDisk puts data safety ahead of reclaiming more space. Cleanup rules and system optimizations only ship after their safety boundaries are clearly defined and they pass validation on real systems.
MangoDisk scans in read-only mode by default. Before cleanup, deletion, uninstall, or system setting changes begin, you can review and confirm exactly what will happen. Results are saved to Operation History.
System Optimization only uses built-in, validated settings. It never accepts arbitrary registry paths, terminal commands, or scripts. MangoDisk reads each setting again after changing it and calls out high-impact items and changes that require administrator access or a restart.
MangoDisk maintains its own cleanup rules. Third-party projects may provide research leads, but a candidate rule is only accepted after reliable sources, safe boundaries, and real-system behavior have been verified. Anything without a clear safety boundary is excluded.
The complete rule library and revision history are open for inspection: view the MangoDisk cleanup rule library.
Deep Cleanup
Find cleanable content across the system, applications, developer tools, and projects to reclaim more space

|
Large File Cleanup Find the files taking up the most space without digging through folders
|
Duplicate File Cleanup Safely remove exact duplicates while keeping at least one copy
|
|
Disk Space Analysis See where your storage is going and quickly find the largest files and folders
|
Startup Item Management Reduce unnecessary startup programs for faster sign-in and less background activity
|
|
Application Uninstall and Cleanup Uninstall applications and remove related leftovers to reclaim more space
|
System Optimization Optimize performance, privacy, and everyday usability in one click
|
|
System Maintenance Fix common system issues quickly and get your computer back to normal
|
Privacy Cleanup Leave fewer activity traces behind and keep everyday use more private
|
MangoDisk currently supports:
- macOS: macOS Monterey 12.5 or later.
- Windows: 64-bit Windows 10 or later.
Install MangoDisk on macOS with Homebrew:
brew install --cask harry0703/tap/mangodiskInstall MangoDisk on Windows from PowerShell:
irm "https://get.mangodisk.app" | iexAlternatively, download the latest version from the MangoDisk website or GitHub Releases:
- macOS: Open the DMG and drag MangoDisk into the Applications folder.
- Windows: Run the Windows installer and follow the prompts.
Caution
- Cleanup, permanent deletion, and uninstall operations may not be reversible. Review the selected content and keep reliable backups of important data.
- Before running system maintenance or changing a startup item or system setting, make sure you understand its purpose and impact.
- Some system optimizations can affect security, privacy, battery life, or update behavior.
Install the standalone CLI on macOS with Homebrew:
brew install harry0703/tap/mangodisk-cliOn Windows, install the latest CLI from PowerShell:
irm "https://get.mangodisk.app/cli" | iexIf mangodisk is not immediately available after installation, open a new terminal, then verify the installation:
mangodisk --versionThe CLI uses the same safety-first cleanup engine as the desktop application. Use commands such as:
# Scan and show cleanable content without changing anything
mangodisk clean
# Apply the same smart recommendations as the desktop application
mangodisk clean --apply
# Preview all selectable content without deleting anything
mangodisk clean --apply --selection all --dry-run
# Produce machine-readable JSON output
mangodisk clean --format json --no-progressmangodisk clean only scans and never modifies files by default. To perform cleanup in a non-interactive environment, you must also pass --yes to confirm explicitly. Run the following command for all available options:
mangodisk clean --help- Node.js 24 LTS
- pnpm 11.13.1
- Stable Rust
- macOS: Xcode Command Line Tools
- Windows: Visual Studio 2022 Build Tools with Desktop development with C++
- Windows: Microsoft Edge WebView2 Runtime
See the Tauri 2 prerequisites for detailed platform requirements.
git clone https://github.com/harry0703/MangoDisk.git
cd MangoDisk
pnpm install --frozen-lockfile
pnpm tauri:devpnpm check
cargo test --manifest-path src-tauri/Cargo.toml -p mangodisk-corepnpm tauri:buildpnpm cli:buildLocal builds do not include the signing, notarization, or update metadata provided by official MangoDisk releases. Use them for local development and validation only.
Issues, cleanup rules, fixes, and new features are welcome. Read CONTRIBUTING.md and AGENTS.md before getting started.
Routine cleanup coverage should use build-validated, declarative TOML rules. See src-tauri/crates/mangodisk-core/rules/README.md for the rule schema, safety constraints, and validation instructions.
Before submitting changes, run at least:
pnpm check
cargo test --manifest-path src-tauri/Cargo.toml -p mangodisk-coreReport security vulnerabilities privately through GitHub Security Advisories as described in SECURITY.md. Do not open a public issue for a security vulnerability.
- Tauri 2: Desktop runtime and system integration
- Rust: Scanning, filesystem access, safety validation, and cleanup execution
- Vue 3 and TypeScript: Desktop user interface
MangoDisk is open source under the GNU General Public License v3.0. Third-party components remain subject to their respective licenses.