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

@alivault/pico

v0.12.0

Published

A local, keyboard-friendly browser workspace for Pi coding-agent sessions.

Downloads

3,398

Readme

Pico

Pico is a local, keyboard-friendly browser workspace for Pi coding-agent sessions.

It gives you a persistent session browser, a live conversation shell, git tools, and project-aware prompt helpers in one app.

Pico workspace showing the session browser, conversation shell, composer, and git tools

Pico workspace showing project-aware context and coding-agent workflow

| Dark mobile | Light mobile | | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | | Pico mobile session view in dark mode | Pico mobile session view in light mode |

What Pico gives you

  • A fast conversation shell for Pi sessions
  • Directory-organized session browsing
  • Session search, rename, delete, fork, and tree navigation
  • Streaming responses with abort, steer, and queued follow-ups
  • Prompt drafts, image attachments, slash commands, path completions, and @file references
  • Model and thinking-level controls
  • Optional hiding of thinking/tool output
  • Git status, changed files, commits, branches, pull, push, and commit flows
  • Desktop notifications, sound, and unread/live session indicators
  • Settings for theme, display, auth, and completion notifications

Built on Pi

Pico runs Pi locally through the bundled @earendil-works/pi-coding-agent SDK dependency, pinned to 0.74.0 for reproducible installs. You do not need a separate global Pi install for normal use.

If you intentionally want to test Pico against a different Pi SDK checkout or install, set:

PI_REMOTE_PI_SDK_DIR=/path/to/pi-coding-agent

To update the bundled Pi SDK dependency:

pnpm update:pi

Getting started

Run Pico without cloning the repo:

npx @alivault/pico

Or install it globally:

npm install -g @alivault/pico
pico-app

Pico starts locally and opens:

http://localhost:3141

You can choose a different port with:

pico-app --port 3000

Update a global install with:

pico-app update

Developing from source

Install dependencies:

pnpm install

Start Pico in development mode:

pnpm dev

Then open:

http://localhost:3141

Development commands

pnpm dev        # start the dev server
pnpm build      # build for production
pnpm preview    # preview the production build
pnpm check      # format/lint/typecheck
pnpm check:fix  # format/lint/typecheck with fixes
pnpm release patch # check, build, version, tag, and push a release

Releasing

After committing changes, run one of:

pnpm release patch
pnpm release minor
pnpm release major

The release script verifies a clean, up-to-date main, runs checks and build, bumps package.json, creates the matching v*.*.* tag, and pushes the branch plus tags. The GitHub release workflow publishes the npm package from the pushed tag.

Tech stack

Pico is built with:

  • TanStack Start, Router, Query, Store, Hotkeys, and Pacer
  • React 19
  • TypeScript
  • Vite+ and Nitro
  • Tailwind CSS v4
  • Base UI / shadcn-style components
  • Pi SDK

License

Pico is licensed under AGPL-3.0-only. See LICENSE.