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

crabot

v0.1.10

Published

Local-first AI agent runtime with a gateway, operator console, and CLI.

Downloads

427

Readme

crabot

Local-first AI agent runtime with a gateway, operator console, and CLI.

Requirements

crabot is a self-contained standalone binary with the runtime embedded — it needs no Bun or Node install. The package bundles the binary directly (a small Node launcher execs it), so installing it downloads nothing extra and runs no install scripts.

Currently macOS arm64 only. Other platforms are not yet published; build from source at the repository. A macOS arm64 binary is also attached to each GitHub release for direct download.

Install

npm install -g crabot
# or with bun
bun install -g crabot
# run once without installing
npx crabot --version

Usage

crabot serve              # start the gateway, HTTP API, SSE, and web console
crabot setup              # first-run setup
crabot doctor             # diagnose the local environment
crabot chat "<message>"   # send a one-off chat message
crabot update status      # show installed surfaces and versions

Run crabot with an unknown command to print the full command list.

State and configuration

Crabot stores operational state under data/ and the agent workspace under workspace/, relative to the current working directory. Override the locations with CRABOT_DATA_DIR and CRABOT_WORKSPACE_DIR.

The server binds 127.0.0.1:3000 by default. Set HOST and PORT to change the bind address; set HOST=0.0.0.0 to expose the daemon to other machines.

License

MIT