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

pennyrouter

v0.1.6

Published

Install and manage PennyRouter local coding-agent integrations.

Readme

PennyRouter CLI

Official local installer for PennyRouter coding-agent integrations.

PennyRouter is a model gateway for coding tools. This CLI handles the local setup work that agents should not do by hand: browser authorization, API-key handoff, config edits, backups, status checks, and uninstall metadata.

Usage

npx pennyrouter install
npx pennyrouter install --existing-account
npx pennyrouter install --harness claude-code,cline,opencode,codex,windsurf,zed,codegpt,aider
npx pennyrouter disable
npx pennyrouter enable
npx pennyrouter uninstall
npx pennyrouter status

With no --harness flag, the interactive installer shows a checkbox list. Tools with detected configs start checked; press Enter to accept or type tool IDs to toggle them.

Supported Tools

  • Claude Code
  • Cline (manual setup instructions; no VS Code settings mutation)
  • Codex
  • opencode
  • Windsurf
  • Zed
  • JetBrains CodeGPT (manual setup instructions; no XML mutation)
  • Aider

Penny Models

Tools that expose a model picker get four curated choices:

  • Penny Core: pennyrouter/penny-core:premium
  • Penny Speed: pennyrouter/penny-speed:standard
  • Penny Power: pennyrouter/penny-power:premium
  • Penny Custom: pennyrouter/auto, using the bundle/profile saved in the user's PennyRouter account

Agent Flow

Users can ask a coding agent to follow:

https://pennyrouter.com/install

That machine-readable page tells the agent to invoke this CLI instead of editing config files directly.

What It Changes

The CLI writes only selected local tool configuration files, saves backups under the local PennyRouter state directory, and records an uninstall manifest.

disable temporarily removes PennyRouter from selected tools while retaining a local PennyRouter-managed snapshot for enable.

It does not delete PennyRouter accounts, credits, or remote API keys.

License

MIT