A fast disk space analyzer and cleaner for macOS, built with Tauri, React, and Rust.
- Scans directories for large files and caches
- Categorizes files (caches, logs, downloads, node_modules, etc.)
- Move files to trash with easy restoration
- Multiple color themes (dark and light variants)
- Native macOS performance with Rust backend
brew tap ozankasikci/tap
brew install --cask rust-disk-cleanerTo update to the latest version:
brew upgrade --cask rust-disk-cleaner- Download the latest
.dmgfile from the Releases page - Open the DMG file
- Drag
RustDiskCleaner.appto your Applications folder - Launch from Applications or Spotlight
Note: On first launch, you may need to right-click the app and select "Open" to bypass Gatekeeper, as the app is not notarized.
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri build
# Run tests
npm test # Frontend tests
cd src-tauri && cargo test # Backend tests- Frontend: React, TypeScript, Tailwind CSS, shadcn/ui
- Backend: Rust, Tauri v2
- Build: Vite
MIT
