macOS storage cleaner
find and remove hidden bloat
// users reclaim 89 GB Docker · 21 GB JetBrains · 9 GB npm · 6 GB Xcode...
Features
Built for developers who care about disk space
Parallel Scanning
Multi-threaded Rust engine scans your entire disk in seconds, not minutes.
9 Built-in Cleaners
Docker, Xcode, JetBrains, npm, Homebrew, Cargo, pip, Gradle, and system caches.
Safety First
Risk labels on every item. Dry-run by default. Nothing is deleted without confirmation.
Three Interfaces
CLI for scripts, TUI for interactive use, GUI for everyone else. Same engine underneath.
Library API
Use oxiclean as a Rust crate in your own tools. Full programmatic access to scan results.
Open Source
MIT licensed. Read every line of code. Contribute features. No telemetry, no accounts.
In Action
One command to see everything
Interfaces
Use it however you work
CLI
Scriptable command-line interface. Pipe output, automate cleanups, run in CI.
oxiclean clean --category docker TUI
Interactive terminal dashboard. Browse categories, select items, clean in real time.
oxiclean GUI
Native macOS app. Drag-and-drop simplicity for users who prefer a graphical interface.
open /Applications/OxiClean.app Install
Get started in seconds
brew install --cask getoxiclean/tap/oxiclean Installs the native macOS GUI app via Homebrew Cask. Or download the DMG directly →
brew install getoxiclean/tap/oxiclean Installs the CLI and TUI via Homebrew.
curl -fsSL https://get.oxiclean.dev | sh Downloads the latest binary for your architecture.
cargo install oxiclean Build from source. Requires Rust toolchain.