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

@polpo-ai/polpo

v0.1.16

Published

The open-source platform for zero-human companies

Downloads

1,272

Readme


Why Polpo?

You don't need another AI coding assistant. You need a team that runs without you.

AI agents are great at execution — terrible at finishing real work autonomously. Without oversight they drift, conflict, and stall. You end up babysitting the machines that were supposed to save you time: 4 monitors, 12 terminals, zero confidence anything actually works.

Polpo gives you an AI company. Describe what you need and walk away. Polpo assembles the right agents, plans the work, checks every result, retries what's broken, and escalates what it can't fix. It reaches you on Telegram, Slack, or email — only when it matters.

One npm install, no hosted platform, no vendor lock-in. Your laptop, your API keys, your rules.

How Polpo is different

| | What you get | How it works | |---|---|---| | Claude Code / Cursor | A developer | One agent, one chat, one task at a time. You drive. | | OpenClaw | A personal assistant | Multiple agents, no quality checks. You hope it works. | | Polpo | A company | Multiple agents working as a team — with a manager (Polpo) that plans, delegates, reviews, retries, and reports back. You're the CEO. |

| | | | |:---:|---|---| | :robot: | Autonomous | Builds missions, picks agents, works through queued tasks 24/7. Walk away. | | :white_check_mark: | Reliable | Every task scored by LLM judges. Below threshold? The agent fixes it. You get results, not retries. | | :shield: | Crash-proof | Detached processes. Kill Polpo, reboot, lose connection — picks up where it left off. | | :bell: | Proactive | Reaches you on Slack, Telegram, email, or webhooks. You decide when and how. | | :repeat: | Playbooks | Define a mission once, run it forever. Schedule it, tweak it, improve it. Your AI company gets better over time. |

Installation

One-line install (recommended)

macOS / Linux / WSL:

curl -fsSL https://raw.githubusercontent.com/lumea-labs/polpo/main/install/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/lumea-labs/polpo/main/install/install.ps1 | iex

The installer detects your platform, ensures Node.js >= 18 is available, and installs Polpo globally.

Manual install

npm install -g @polpo-ai/polpo    # or: pnpm add -g @polpo-ai/polpo

Docker

docker run -it -p 3000:3000 -v $(pwd):/workspace lumea-labs/polpo

Quick Start

Chat with an agent

polpo init && polpo

The setup wizard detects your API keys, picks a model, and creates your first agent. Then you're in the interactive TUI — type what you need, hit Enter, and the agent does it.

Orchestrate a team

polpo init                          # Set up project, agents, and roles
polpo mission create "Close $1M in revenue this month"

Polpo generates a mission with tasks, dependencies, and agent assignments. Agents execute, LLM judges score every result, and failures retry automatically.

Monitor (optional):

polpo status -w    # Live dashboard in another terminal
polpo serve        # HTTP API + Web UI at http://localhost:3000

Docker

docker pull ghcr.io/lumea-labs/polpo:latest
docker run -it -v $(pwd):/workspace ghcr.io/lumea-labs/polpo:latest

What your agents can do

Code. Browse the web. Send emails. Generate PDFs, Excel, Word docs. Create images, videos, audio. Search the internet. Talk to your customers. Handle credentials securely. And learn — Polpo creates and installs its own skills over time. Your AI company gets smarter the more you use it.

22+ LLM providers. 70+ tools. 5,000+ community skills. Free default model included.

Documentation

Full docs at docs.polpo.sh — configuration, API reference, guides, and more.

Contributing

We welcome contributions! See CONTRIBUTING.md for setup instructions, coding standards, and PR guidelines.

git clone https://github.com/lumea-labs/polpo.git
cd polpo
pnpm install
pnpm run build
pnpm run test -- --run

Security

If you discover a security vulnerability, please report it responsibly. See SECURITY.md for details.

License

MIT