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

winmole

v2.1.4

Published

Windows system optimizer — fast terminal tool for cleaning and speeding up Windows

Downloads

661

Readme

WinMole

Go Platform License

A fast, keyboard-driven Windows system optimizer for the terminal. Clean junk, manage startup, run maintenance, switch power profiles, and more from one TUI.

Quick Start

Run WinMole with one command (download + run):

npx github:YOUR_GITHUB_USERNAME/winmole

Or run directly from source:

go run .

Run this command inside the project folder. Requires Go 1.21+.

What The User Should Do

  1. Open PowerShell as Administrator (recommended for full functionality).
  2. Go to the WinMole project folder.
  3. Run go run ..
  4. Use arrow keys and Enter to navigate modules.

Features

| Module | Description | |---|---| | System Cleaner | Temp files, browser caches, prefetch, error reports, update cache | | Startup Manager | Enable or disable Windows startup entries | | Full Maintenance | Runs flush DNS, temp cleanup, recycle bin cleanup, RAM trim, and winget update flow | | Driver Manager | Lists installed drivers and allows update workflow via winget | | System Repair | Launches elevated DISM + SFC repair commands | | Power Profiles | Switch between Gaming, Work, and Battery modes |

One-Command Terminal Launch

Download and launch directly from GitHub:

npx github:YOUR_GITHUB_USERNAME/winmole

If you are already in the repository folder:

go run .

If you want to build and run as EXE:

go build -o winmole.exe .
./winmole.exe

If published to npm (wrapper command):

npx winmole

Manual Installation

git clone https://github.com/YOUR_USERNAME/winmole.git
cd winmole
go build -o winmole.exe .
./winmole.exe

Usage

Run as Administrator for full functionality (repair commands, startup edits, advanced cleanup).

up / down      Navigate list
enter          Open / confirm / run action
space          Toggle checkbox or change sort order
backspace      Go back to main menu

Requirements

  • Windows 10 or Windows 11
  • Go 1.21+ (to build from source)
  • Node.js 14+ (only needed for npm/npx wrapper launch)

License

MIT — see LICENSE