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

idlechip-verifier

v1.1.1

Published

IdleChip GPU verifier - scan local GPUs and sync stats to the marketplace

Readme

IdleChip Verifier

Desktop helper for IdleChip sellers. Scans GPUs on your PC, syncs stats to My GPUs, and keeps your registered cards Available (or reports utilization during an active rental).

Buyers do not install this — it proves your machine is real and online before they book hours.

Version

| Version | Status | |---------|--------| | 1.1.0+ | Current — required for idlechip.com (Ed25519 attestation at pair) | | 1.0.0 | Deprecated on npm — cannot pair with production |

Always pin: npx [email protected]

Seller workflow

  1. Sign in at https://idlechip.com
  2. Open My GPUsGenerate pairing code
  3. On your GPU PC:
npx idlechip-verifier pair --url https://idlechip.com --code XXXX-YYYY
npx idlechip-verifier scan
  1. Back on the site: run the test scan, pick your card, Register
  2. Keep the verifier running while you want to appear available:
npx idlechip-verifier watch

Credentials save to %USERPROFILE%\.idlechip\verifier-credentials.json.

Commands

| Command | Purpose | |---------|---------| | pair --url URL --code CODE | One-time link to your signed-in account | | scan | Detect GPUs and push a one-off sync to My GPUs | | register [--gpu KEY] | Register the selected GPU on the marketplace | | watch [--session ID] | Stay online — re-scan every 5s and report availability; use --session during an active rental to attest delivered hours |

watch is what My GPUs means by Available. Stop it when you take the machine offline. During a booked session, run watch --session <session-id> so utilization proofs credit delivered hours.

Security

  • CLI only calls idlechip.com, idlechip.vercel.app, and localhost (dev)
  • Sync, register, and availability updates require a Bearer token from pairing
  • Pairing codes expire in 10 minutes and are single-use
  • Token binds to your PC's hostId on first sync
  • v1.1+: pairing registers an Ed25519 attestation key on this PC (%USERPROFILE%\.idlechip\attestation-key.json). watch --session signs utilization proofs the marketplace verifies before crediting hours.

Windows .exe

See GitHub Releases.

.\idlechip-verifier-win-x64.exe pair --url https://idlechip.com --code XXXX-YYYY
.\idlechip-verifier-win-x64.exe scan
.\idlechip-verifier-win-x64.exe watch

Rename

To change the public package/repo/exe identity, edit brand.json, then run npm run brand:apply.

License

MIT