Rust TUI · build artifact cleaner · named after Richie Rich's robot maid

irona

Reclaim your disk.
Clean your workspace.

copied!

Point it at your workspace

Run irona /your/workspace — irona walks the directory tree and finds every build artifact directory it knows about. No config, no manifest. It just works.

Review the interactive checklist

A Ratatui TUI opens showing every artifact directory with its on-disk size. Navigate with , toggle entries with Space. Nothing is touched until you say so.

Press d to delete

irona removes every checked directory. Disk space reclaimed. Press q to quit. Build artifacts are regenerated by your toolchain whenever you need them again.

Rust

target/

Node.js

node_modules/

C# / .NET

bin/ obj/

NuGet / Paket

packages/ .paket/

Python

.venv/ venv/

Java / Maven

target/

Gradle

build/ .gradle/

Go

vendor/

PHP

vendor/

Ruby

vendor/ .bundle/

Swift / SPM

.build/

Haskell

.stack-work/

Elm

elm-stuff/

Dart / Flutter

.dart_tool/ build/

crates.io

Install via Cargo — the binary is named irona, the crate is irona-cli.

$ cargo install irona-cli

Pre-built binaries

Download from GitHub Releases — no Rust toolchain needed.

Linux
x64 .tar.gz x64-musl .tar.gz ARM64 .tar.gz
macOS
Apple Silicon .tar.gz Intel .tar.gz
Windows
x64 .zip

Irona is the loyal robotic maid from the Richie Rich comic series — always tidying up, always efficient. That's exactly what this tool does for your workspace. Named in her honour.