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

@innocarpe/carpeos

v6.7.7

Published

CarpeOS CLI and local MCP server — capture context, compound knowledge.

Downloads

5,426

Readme

@innocarpe/carpeos

CarpeOS CLI and local MCP server: capture agent context, store provenance-aware knowledge, and retrieve it for humans and agents.

Install

# npm — current public release
npm install -g @innocarpe/[email protected]

# one-liner (curl)
curl -fsSL https://raw.githubusercontent.com/innocarpe/carpeos/main/scripts/install.sh | bash

Requires Node.js ≥ 22.22.

The current public release is 6.7.7 (grounded extract cite belt + agentic quality substrate + HITL-free Agentic Layer with deepseek-v4-flash product path, plus agentic feed / flush). Activate with the exact version pin and carpeos setup doctor. Always-on Flash batch: carpeos agentic timer install. Versions follow SemVer. See the repo CHANGELOG and versioning policy.

First-time machine setup

Global install puts carpeos and carpeos-mcp-server on your PATH. Then configure the private runtime and register MCP with agent hosts:

carpeos setup --help            # full parameter interface
carpeos setup plan              # see resolved paths + actions (no changes)
carpeos setup run --apply       # apply defaults
carpeos setup doctor            # verify
carpeos setup show              # print saved config

Options include --home, --bin-dir, --workspace-root, --trust-zone, and --register-mcp auto|none|claude,codex,grok. Setup never mutates the machine without --apply.

This creates ~/.carpeos, installs convenience wrappers under ~/.local/bin (if needed), and registers the CarpeOS MCP server with Claude Code, Codex CLI, and Grok Build when those tools are available.

Quick use

carpeos --help                  # full CLI surface
carpeos version                 # package name + version (JSON)
carpeos help agentic            # post-capture HITL-free brain
carpeos help memory             # retrieval
carpeos init --home "$HOME/.carpeos" --trust-zone tz_local_default
carpeos agentic run --once --materialize
carpeos memory context-pack \
  --task "Summarize my current work" \
  --trust-zone tz_local_default \
  --visible-trust-zone tz_local_default

The B0 reconcile-policy command is a metadata-only preview. Its supported flags are exactly --from-policy, --to-policy, --trust-zone, and --limit. --apply, --apply-safe-subset, acknowledgements, receipts, and Supersession construction are unavailable; B1 write/apply/receipt work is deferred. adj_v3 is precision-first and session-de-noising; held review remains policy-aware and append-only. Neither adjudication path automatically creates a Claim or an AcceptanceDecision. The adjudication and knowledge-form evaluators are evidence-only, the retrieval evaluator is synthetic, and dogfood uses only synthetic, disposable evidence.

Docs

  • Repository: https://github.com/innocarpe/carpeos
  • One-stop install (git checkout): docs/guides/one-stop-install.md
  • MCP guide: docs/guides/mcp-server.md
  • OKF export guide

License

Apache-2.0