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

@capybaralabs/hive

v1.2.1

Published

HIVE — decentralized verifiable knowledge base for LLMs. Run a queen, a bee, or both, with a one-command install. Wraps the @hive monorepo as a publishable npm CLI.

Readme

@capybaralabs/hive

One-command install of a HIVE node — queen, bee, or both. Wraps the capybarist/hive monorepo as a publishable npm CLI.

Status: scaffold (v0.1.0). Wizard + runner work; production bundle and npm publish are tracked as the next steps. Until then this only works from a checkout of the parent monorepo.

Install (future, once published)

npm install -g @capybaralabs/hive
hive

Or one-shot:

npx @capybaralabs/hive

First run launches an interactive wizard:

  • Pick role (queen / bee / hive)
  • Pick LLM provider + key (if running a queen)
  • Pick topic mode (public / private)
  • Generates an ed25519 identity, an HIVE_API_KEY, and a manifest
  • Saves config to $XDG_CONFIG_HOME/hive/.env
  • Starts the node

Subsequent runs read the saved config and start directly.

Commands

hive                      Start (runs wizard on first invocation)
hive run [queen|bee|hive] Start with explicit role override
hive init                 Run the wizard, do not start
hive settings             (coming with the Settings UI — roadmap 3b)

Where things live

| Purpose | Path (Linux/macOS) | |---|---| | Persistent data (identity, hypercores, lancedb) | $XDG_DATA_HOME/hive~/.local/share/hive | | Cached downloads (ONNX model, prebuilds) | $XDG_CACHE_HOME/hive~/.cache/hive | | Saved config / .env | $XDG_CONFIG_HOME/hive/.env~/.config/hive/.env |

On Windows the equivalents are %APPDATA%\hive, %LOCALAPPDATA%\hive\cache, %APPDATA%\hive\config.

Develop

cd packages/runtime
npm install
npx tsx src/cli.ts   # run wizard against the monorepo (dev mode)

In dev mode the runner spawns ../../api/src/api_server.ts via tsx — works only inside a HIVE monorepo checkout. The bundled dist/server.js (esbuild) that the publishable package will ship is not implemented yet.

License

BUSL-1.1 — same as HIVE.