Node Modules Cleaner

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

  1. Select a Directory - Choose your projects folder or any directory you want to scan.
  2. Review Results - See all node_modules folders with their sizes and last modified dates.
  3. Delete and Reclaim - Select the folders you want to remove and delete them in one click.