MIT Licensed · Free & Open Source

macOS storage cleaner

find and remove hidden bloat

// users reclaim 89 GB Docker · 21 GB JetBrains · 9 GB npm · 6 GB Xcode...

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.

One command to see everything

oxiclean scan
$ oxiclean scan Scanning... found 9 categories in 1.3s Category Size Risk ───────────────────────────────────────── Docker 89.2 GB low JetBrains 21.4 GB low Xcode 6.1 GB moderate npm 9.3 GB low Homebrew 3.8 GB low Cargo 2.1 GB low pip 0.9 GB low Gradle 0.6 GB low System Caches 0.4 GB moderate ───────────────────────────────────────── Total 133.8 GB reclaimable $

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
[o]

GUI

Native macOS app. Drag-and-drop simplicity for users who prefer a graphical interface.

open /Applications/OxiClean.app

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.