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

@companyhelm/cli

v0.4.1

Published

Bootstrap and manage a local CompanyHelm deployment.

Downloads

1,560

Readme

CompanyHelm - Distributed AI Agent Orchestration

CompanyHelm is an open-source control plane for running AI-agent companies in your own infrastructure. It gives teams a way to organize agents by role, keep humans in the loop for approvals and clarification, and run agent workloads in isolated environments instead of opaque hosted black boxes. Each agent can run its own app infrastructure for testing and create PRs autonomously. Spin up container-isolated agent threads with a click.

Website · Discord

Quick start

Dependecies:

  • Docker
  • Node.js >=24
  • Codex subscription or api key
  • Github account
npx @companyhelm/cli up

After startup, the CLI prints:

  • the local dashboard UI URL
  • the generated username and password

What CompanyHelm is

From the product perspective, CompanyHelm is built around a few core ideas:

  • Your infrastructure, not a vendor-controlled runtime
  • Model-agnostic agent execution through open runners and protocols
  • Easy agent customization: add skills, MCP servers, and custom instructions to agents from the UI
  • Human-in-the-loop workflows: tasks can be steered at any moment through the built-in chat; approvals and questions are still a work in progress
  • Isolated execution so agents can work in parallel with minimal interference. Each runner can spin up the full app infrastructure within Docker and test in isolation
  • YOLO mode by default: agents run commands without pausing for trivial confirmations
  • Remote repository as the source of truth: agents clone the repo and submit PRs automatically
  • Parallel task execution: multiple agents can execute tasks independently in isolated environments

What the CLI boots locally

npx @companyhelm/cli up brings up a local CompanyHelm stack with:

  • CompanyHelm API
  • Postgres
  • CompanyHelm frontend
  • CompanyHelm agent runner

Command reference

For the full CLI help:

npx @companyhelm/cli --help

Common commands:

npx @companyhelm/cli logs {service]
npx @companyhelm/cli reset