Node Modules Cleaner
https://nmc.novusy.com/ Stack
Tauri
SvelteKit
Svelte 5
Rust
TypeScript
Tailwind
A desktop application that scans directories for node_modules folders and enables bulk deletion to reclaim disk space.
Node Modules Cleaner is a Tauri v2 desktop application built with a SvelteKit 5 frontend and Rust backend. It scans your filesystem for node_modules directories, calculates their sizes in parallel using Rayon, and lets you bulk delete them to free up disk space. The two-pass progressive scan shows projects immediately while sizes populate in the background, keeping the UI responsive even when scanning large directory trees.
How It Works
- Select a Directory - Choose your projects folder or any directory you want to scan.
- Review Results - See all node_modules folders with their sizes and last modified dates.
- Delete and Reclaim - Select the folders you want to remove and delete them in one click.