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

@contextzero/nest

v0.2.61

Published

NEST CLI - Enterprise AI coding agent control center. Run Claude Code, Codex, Cursor, Gemini, OpenCode locally and control remotely via web.

Readme

NEST CLI

Enterprise AI coding agent control center. Run Claude Code, Codex, Cursor, Gemini, and OpenCode locally—control sessions remotely from the web, PWA, or Telegram.

npm version
Repository · Issues · License (AGPL-3.0-only)


Features

  • Unified AI coding — One CLI for Claude Code, Codex, Cursor Agent, Gemini, OpenCode, and KiloCode. Sessions sync with the NEST server for remote access and audit.
  • Remote control — Monitor and steer sessions from the web app or Telegram Mini App. Approve permissions, send messages, and run commands from any device.
  • Background worker — Run a worker so sessions can be started remotely without keeping a terminal open. Machines stay available in the NEST dashboard.
  • Project automation — OpenClaw and ZeroClaw integrate for orchestration and task graphs at scale (see docs).
  • MCP bridge — Expose tools to external clients via the MCP stdio bridge.
  • Enterprise-ready — Server-side LLM config (OpenRouter, Vertex, DeepInfra), centralized events, and diagnostics.

Install

npm install -g @contextzero/nest

The package installs the native binary for your platform (Linux, macOS, Windows) via optional dependencies.


Quick start

  1. Start the NEST server and set CLI_API_TOKEN (see server setup).
  2. On this machine: set the same CLI_API_TOKEN (env or annie auth login).
  3. Run a session:
    annie              # Claude Code
    annie cursor       # Cursor Agent
    annie codex        # Codex (OpenAI)
    annie opencode     # OpenCode
    annie gemini       # Gemini (ACP)
  4. Open the web app or Telegram Mini App to monitor and control.

Commands

| Area | Command | Description | |------|---------|-------------| | Sessions | annie | Start Claude Code (forwards Claude CLI flags). | | | annie codex | Codex mode. Use annie codex resume <sessionId> to resume. | | | annie cursor | Cursor Agent. Supports --continue, --mode plan\|ask, --yolo, --model. | | | annie gemini | Gemini via ACP (remote mode). | | | annie opencode | OpenCode via ACP. Local and remote. | | Auth | annie auth status | Show auth config and token source. | | | annie auth login | Save CLI_API_TOKEN interactively. | | | annie auth logout | Clear saved credentials. | | Worker | annie worker start | Start worker (detached). | | | annie worker stop | Stop worker. | | | annie worker status | Worker diagnostics. | | | annie worker list | Active sessions. | | Other | annie diagnose | Full diagnostics (version, worker, logs). | | | annie diagnose clean | Kill runaway NEST processes. | | | annie mcp | MCP stdio bridge: --url <mcp-url>; token via --token / --bearer or CLI_API_TOKEN / NEST_MCP_BEARER_TOKEN. | | | annie server | Start the bundled server (single-binary). |


Configuration

| Variable | Required | Description | |----------|----------|-------------| | CLI_API_TOKEN | Yes | Shared secret; must match the server. Env or ~/.nest/settings.json. | | NEST_API_URL | No | Server URL (default: http://localhost:8080). | | NEST_HOME | No | Config directory (default: ~/.nest). | | NEST_CLAUDE_PATH | No | Path to claude executable. | | NEST_HTTP_MCP_URL | No | Default MCP target for annie mcp. | | NEST_REMOTE_AGENT_INK | No | Set to 1 for the full-screen Ink panel in remote mode (Space→local, Ctrl-C). If unset, remote is headless but Claude still mirrors turns to stdout so the terminal shows web-driven activity. prepareStdinForLocalShell runs before each local pass so the console accepts input after remote. |

Worker: NEST_RUNNER_HEARTBEAT_INTERVAL, NEST_RUNNER_HTTP_TIMEOUT.


Requirements

  • Claude Code on PATH for annie.
  • Cursor Agent on PATH for annie cursor: install from Cursor.
  • OpenCode on PATH for annie opencode (when used).

Documentation


License

AGPL-3.0-only. See LICENSE in the repository.