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

pi-greeter

v0.1.3

Published

A minimal startup greeter for the Pi coding agent.

Readme

pi-greeter

A minimal startup greeter for the Pi coding agent, inspired by alpha-nvim.

pi-greeter screenshot

Install

pi install npm:pi-greeter

From a local checkout:

pi install /path/to/pi-greeter

Usage

Once installed, the greeter shows on startup. From a running Pi session, use /greeter to open it again.

In the greeter, press u to update Pi with confirmation. pi-greeter also provides /pi-update so you can run the same update flow from a running session.

/greeter       Open the greeter
/pi-update     Run pi update with confirmation

Greeter keys:

n     New session
l     Continue the most recent session (/greeter only)
r     Prepare Pi's official /resume picker
t     Switch theme
m     Switch model
c     Edit greeter config
u     Run pi update after confirmation
q     Quit Pi

Configuration

Configuration is loaded from ~/.pi-greeter.json by default. Press c in the greeter to edit it. You can override the path with PI_GREETER_CONFIG.

{
  "showOnStartup": true,
  "icons": true,
  "showCwd": false,
  "logo": "pi"
}

See pi-greeter.example.json for a starter config.

showOnStartup can be true, false, or "fresh". Set icons to false for an ASCII fallback when Nerd Font icons are unavailable. Set showCwd to true if you want the greeter to show the current working directory. Set logo to "pi", "text", or "compact".

Notes

  • Nerd Font recommended for icons.
  • The current working directory is hidden by default to avoid exposing local paths in screenshots.
  • Pressing c edits the config in an editor inside Pi and saves it on submit - works on macOS, Linux and Windows.
  • The startup greeter does not show l - Pi only allows session switching from command context, so it is available when the greeter is opened via /greeter.
  • m lists only models with configured auth.
  • Pi extensions run with full system access. Review code before installing third-party packages.