A beautiful, native GNOME & Libadwaita application to scan, explore, and clean up heavy node_modules folders to instantly reclaim your disk space.
Official Project Home: 0x1da49.com/0x6g
A minimal, clean welcome page that integrates seamlessly with your desktop. Scan your home folder in one click or choose any custom directory.
Watch the scanning engine work in real-time as a non-blocking background thread traverses all directories without causing any UI stutter.
Review partition space analytics, Node modules occupancy gauges, and your projects list. Under Node Install Products, you get a complete status report of all Node projects (package.json) regardless of whether dependencies are currently present or clean.
Select multiple node_modules folders to clean and review them in a clean, confirmation action block before safe deletion.
Responsive native Libadwaita rendering that perfectly respects your system's light and dark preferences.
Install the secure, sandboxed Flatpak package directly on any Linux system:
Copy and paste this single command into your terminal to automatically download and install the latest release:
curl -L -o com.x1da49.thenodemodules.flatpak https://github.com/abubakerx1da49/0x6g-the-node-modules/releases/latest/download/com.x1da49.thenodemodules.flatpak && flatpak install --user ./com.x1da49.thenodemodules.flatpak- Download the standalone bundle from our GitHub Releases (the
.flatpakasset). - Double-click the downloaded file to launch your system's App Store (GNOME Software / Discover) and click Install.
- Lightning Fast concurrent scanning using non-blocking background threads.
- Disk Analytics displaying partition capacities, free space, and Node Modules occupancy ratios.
- Dual Cleanup & Project Explorer Views:
- Cleanup View: Select and purge heavy
node_modulesin bulk to reclaim storage. - Node Install Products Explorer: A secondary list showing all Node projects (
package.json) and their active installation status.
- Cleanup View: Select and purge heavy
- Fluid GNOME Native UI built strictly on GTK4 & Libadwaita following HIG guidelines.
To compile and run the application locally on your machine:
# Build and install the Flatpak package locally
flatpak-builder --force-clean --user --install build-dir com.x1da49.thenodemodules.json
# Launch the application
flatpak run com.x1da49.thenodemodules



