#tui #macos

app sukkiri

A lightweight TUI disk cleanup tool for macOS

3 releases

Uses new Rust 2024

0.1.2 Jan 13, 2026
0.1.1 Jan 13, 2026
0.1.0 Jan 12, 2026

#35 in macOS and iOS APIs

MIT license

61KB
1.5K SLoC

sukkiri 🧹

A lightweight TUI disk cleanup tool for macOS, written in Rust. It helps you reclaim disk space by clearing caches, logs, and development-related junk files (Xcode, Docker, node_modules, etc.).

Installation

You can install sukkiri directly from crates.io:

cargo install sukkiri

Features

  • Fast Scanning: Multi-threaded scanning of system and user caches.
  • Developer Focused: Targets node_modules, Xcode DerivedData, Docker images, and more.
  • Safe by Default: Moves files to the system Trash instead of permanent deletion.
  • Interactive TUI: Visual dashboard with pie charts and detailed file lists.

Usage

Simply run:

sukkiri

Options

  • -h, --help: Show help information
  • -v, --version: Show version information

Keybindings

  • j / Down: Move down
  • k / Up: Move up
  • Space: Toggle selection
  • a: Toggle all
  • Enter: Proceed to clean selected items
  • q: Quit

License

MIT

Dependencies

~12–27MB
~378K SLoC