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

@agentis-labs/cli

v0.2.1

Published

Multi-harness dashboard for agents you own — Claude Code, Codex, Cursor, Antigravity, Hermes, and OpenClaw, with a permanent Brain of memory that survives any harness or model swap. Install with `npm install -g @agentis-labs/cli`.

Readme

@agentis-labs/cli

npm npm downloads license

Every harness. One Brain. Zero lock-in.

Agentis is the multi-harness dashboard on steroids for agents you own — self-hosted, open-source, running on your machine today with Claude Code, Codex, Cursor, Antigravity, Hermes, OpenClaw, or your own HTTP and local models underneath (a harness of our own is coming next). Those tools forget everything the moment the process dies, and most of them phone your work home to someone else's cloud while they run. Agentis doesn't. Import the agents you already run, give them a permanent Brain of memory and skills, swap the model underneath them anytime, and ship what they build as real apps, workflows, and channels — from your own machine.

No token tax. No data extraction. No forgetting.

Status: pre-release (0.2.x). Agentis is already usable, but APIs may still change before 1.0.

This package launches the whole local runtime: API, WebSocket bridge, workflow engine, embedded SQLite, credential vault, and bundled React dashboard.

Harnesses supported today

Import the agent you already run — no rewrite, no migration — and it keeps its memory, tools, and workflows even if you switch harnesses later.

| Harness | What it is | Runs as | |---------|-----------|---------| | Claude Code | Anthropic's Claude Code CLI | local CLI process | | Codex | OpenAI's Codex CLI | local CLI process | | Cursor | Cursor's agent CLI | local CLI process | | Antigravity | Google's agy — the Gemini-CLI successor, also runs Claude and GPT-OSS models | local CLI process | | Hermes | Hermes agent runtime | local CLI process | | OpenClaw | Bridged through OpenClaw's official ACP protocol | local ACP server | | HTTP (custom / remote) | Any agent that speaks HTTP, with HMAC-signed callbacks | webhook | | Local / OpenAI-compatible | Ollama, LM Studio, OpenRouter, and other OpenAI-compatible endpoints | local or remote API |

More harnesses land as adapters, not rewrites — and a harness of our own is next.

Install

npm install -g @agentis-labs/cli
agentis up

Works on macOS, Linux, and Windows PowerShell with Node.js >= 20.10 installed. Agentis boots at http://127.0.0.1:3737 in under 60 seconds, creates local secrets, initializes SQLite, seeds the first operator user, and serves the dashboard from the same process.

No API keys required to see it boot. Connect your first harness whenever you're ready.

On Windows, open a new PowerShell after the global install so npm's global command shims are picked up on PATH.

Why Agentis

  • One fabric for every runtime. Route by capability, not vendor — never rewrite your agents to switch one.
  • A permanent Brain, not a chat transcript. Local semantic memory, knowledge bases, living skills, and cited answers that every harness reads and writes into.
  • Apps, not conversations that evaporate. Typed data, generated interfaces, actions, run monitors, approvals.
  • Self-healing workflows. Durable graphs, replay, checkpoints, verdicts, honest repair.
  • Omni-Reach. Slack, Telegram, WhatsApp, email, webhooks, MCP, A2A, and integrations.
  • Sovereignty. SQLite, secrets, assets, logs, and memories stay under your data directory.

What You Can Build

  • Agent-run internal tools with durable data, live ops, approvals, and memory.
  • Self-healing workflows that replay, diagnose, and improve from real outcomes.
  • Specialist fleets that use Claude Code, Codex, Cursor, local models, or custom HTTP agents.
  • Agentic apps that package workflows, interfaces, collections, and tests into .agentisapp.
  • Channel-native agents that respond across Slack, Telegram, WhatsApp, email, MCP, and A2A.

First Boot

  1. An RSA-2048 keypair for JWTs and an AES-256 key for the credential vault.
  2. An embedded SQLite database at .agentis/agentis.db.
  3. A seeded operator user, Personal workspace, and Local ambient.
  4. The dashboard served from http://127.0.0.1:3737.

Everything runtime lives under AGENTIS_DATA_DIR by default.

Commands

agentis up                         Start Agentis (default if no command is given).
agentis bootstrap ...              Commission an orchestrator, manager, or specialist.
agentis create <dir>               Scaffold a code-authored Agentic App.
agentis app <pack|validate|install|test|export> ...   Work with .agentisapp packages.
agentis backup [--out <dir>]       Snapshot the data dir.
agentis restore <dir> [--force]    Restore a backup directory into the data dir.
agentis help                       Show the full command reference.

Requirements

  • Node.js >= 20.10.0
  • A modern browser

Learn more

License

Apache-2.0