npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

brain-cleaner

v1.2.3

Published

Professional CLI utility to reclaim disk space by removing residues from AI tools (Gemini, Claude, Cursor) and heavy node_modules folders. Optimized for system performance and digital decluttering.

Readme

Brain Cleaner

NPM Version License: MIT Python 3.9+

Language / Idioma: 🇬🇧 English  |  🇪🇸 Español

Brain Cleaner UI Demo


Why Brain Cleaner?

In the modern development era, our systems are constantly cluttered with "digital noise." Every interaction with AI assistants (Gemini, Claude, Cursor), every NPM project, and every Python experiment leaves behind a trail of logs, cache, and heavy virtual environments that quickly eat up hundreds of gigabytes of disk space.

Brain Cleaner was built to solve this. It provides a professional, high-performance interface to reclaim your disk space by targeting precisely those development residues that standard cleaners miss.


🚀 Key Features

  • AI Residue Cleaner — Deep scan for cache, logs, and configs from Gemini, Claude, Cursor, Windsurf, Trae, and more.
  • NPM Optimization — Instantly find and safely delete heavy node_modules folders from forgotten projects.
  • Python Env Manager — Detect obsolete virtual environments (venv, .venv) that haven't been touched in over 90 days.
  • Hybrid Power — The ease of an NPM global install with the high-performance scanning engine of Python.
  • Interactive UI — Choice between a sleek Desktop GUI or a professional Command Line Interface (CLI).

⚙️ Installation

Install globally via NPM to start cleaning immediately:

npm install -g brain-cleaner

Requirements

  • Python 3.9+ (Required for the scanning engine).
  • Node.js 14+.

📖 How to Use

1. Launch the Interface

Simply run the command from any terminal:

brain-cleaner

2. Choose Your Scope

Select between scanning your Home directory, the Full System, or a Custom Folder in the sidebar.

3. Select Mode & Scan

  • AI Tools: For logs and cache from AI assistants.
  • NPM Modules: For heavy node_modules.
  • Python Envs: For identifying abandoned virtual environments.

4. Review & Clean

Expand entries to review subfolders, check individual items, and click Clean Selected or Clean All.


🛠 Technical Details

While distributed via NPM, Brain Cleaner is a hybrid tool. The Node.js wrapper automatically:

  1. Detects your local Python environment.
  2. Auto-installs core dependencies (customtkinter, blessed, Pillow) on the first run.
  3. Securely executes the cross-platform cleaning engine.

⚠️ Safety First

[!WARNING] Deletion is permanent. Brain Cleaner does not move files to the trash; it deletes them to reclaim space immediately. Always review the scan results before confirming cleanup.


📄 License

MIT — Developed to keep your development system lean and focused.