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

@arpanstacy/stacy

v2026.505.1

Published

Stacy CLI — setup, diagnose, and run a trust-first AI control plane

Readme

Stacy

Stacy is a trust-first control plane for assigning, supervising, and auditing AI agents.

It is built for operators who need more than a chat box: every agent has an owner, a budget, a workspace, a run history, logs, approvals, and a visible stop button. The first product promise is simple: you should know what each agent is doing, what it changed, what it cost, and whether it touched anything risky.

Stacy product cockpit

Quick Start

Run Stacy from npm:

npx stacy-cli@latest onboard --yes
npx stacy-cli@latest run

The npm package is stacy-cli; it exposes the stacy command when installed. Inside a cloned repository, use the workspace shortcut:

pnpm stacy onboard --yes
pnpm stacy run

Stacy starts the local UI and API at http://localhost:3100.

When a user creates a Codex or Claude agent, Stacy verifies that user's own local CLI login on that machine. Stacy does not ship with shared Codex or Claude credentials, and it does not require operators to hand Stacy a central provider account.

What You Get

  • Company dashboard for agents, tasks, runs, approvals, spend, and risk
  • Agents with roles, budgets, permissions, and adapter configuration
  • Projects connected to local repos and workspaces
  • Issues and tasks with parent-child structure
  • One-click assignment to Codex, Claude, and other local adapters
  • Live run timeline with logs, status, retries, and cancellation
  • Cost tracking per agent, task, project, and run
  • Approval gates before risky actions
  • Git worktree isolation per task
  • Secrets redaction and local sandbox defaults
  • Backup, restore, upgrade, and Docker self-hosting guides

Core Workflow

  1. Create a company.
  2. Connect a project or workspace.
  3. Connect the user's local Codex or Claude account, then add an agent with budgets and permissions.
  4. Assign a task.
  5. Watch the live run, inspect logs, and cancel when needed.
  6. Review cost, risk, and output before marking the task done.

The product should feel like Linear plus GitHub Actions plus an agent runtime console. Stacy keeps autonomy visible, interruptible, and auditable.

Local Development

Prerequisites: Node.js 20+ and pnpm 9+.

pnpm install
pnpm dev

Useful local commands:

pnpm stacy onboard --yes
pnpm stacy doctor --repair --yes
pnpm stacy db:backup
pnpm stacy upgrade:check

Documentation

License

Stacy is released under the MIT license. See LICENSE.