Rust-native cleanup for developer repositories.

Scan and remove dependency folders, build outputs, and disposable caches through a scriptable CLI or an interactive terminal UI.

View full script
curl -sSL https://raw.githubusercontent.com/youssefsz/reposweep/main/install.sh | bash
powershell -ExecutionPolicy Bypass -c "irm https://raw.githubusercontent.com/youssefsz/reposweep/main/install.ps1 | iex"
RepoSweep Terminal UI Preview

Capabilities

Interactive Terminal UI

Browse scan results visually before deleting. The interface guides you through potential space savings across your system.

Fast and Accurate

Leverages Rust for high-performance directory traversal. Analyzes standard development outputs instantly.

Programmable CLI

Integrates easily into CI pipelines via JSON output. Script non-interactive scans and automatic cleanups.

Safety First

Defaults to system trash deletion with optional permanent removal. Protect essential directories with dedicated ignore files.