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

@cipher.sys/terminal

v5.0.1

Published

Autonomous Covert Terminal. Max 5 directives. Scorched earth protocol. V4 Phoenix.

Readme

CIPHER.SYS // TERMINAL

The to-do app that wants you gone.

NPM Version GitHub Repo

CIPHER Demo

CIPHER is a constraint engine for people who keep drowning in productivity software. No folders. No backlog theater. No comfort UI. Just execution pressure.

Premise

Most productivity tools optimize for managing work, not finishing work. CIPHER flips the axis:

  1. Hard-cap active tasks to 5.
  2. Expire stale tasks after 7 days.
  3. Self-destruct once all active work is done.

The best outcome is that you stop needing the app.

Reliability Hotfix (v5.0.1)

  • Single authoritative host by default: secondary devices auto-join host instead of spawning isolated daemons.
  • mDNS is best-effort: cipher.local is attempted first, but direct host-IP fallback is always supported.
  • Authority-first sync: clients trust daemon sync_state; disconnected clients cannot silently mutate task state.
  • ASCII banner parity: banner is shown during install and during CLI launch (cipher, cipher up).

Deep Tech Features

  • Auto-Clean Bootstrap Runtime: cipher up runs local stop -> clean -> probe -> join/start -> open.
  • Host/Join Runtime Modes: CLI reports HOST|JOIN and active target URL.
  • Runtime State Journal: PID/state artifacts under a dedicated runtime directory.
  • mDNS Discovery + IP Fallback: resilient LAN join model.
  • MCP Server + Tool Surface: task/state/discovery control + Ollama bridge.
  • Host Termination Broadcast: host_terminating socket event for synchronized shutdown UX.
  • Mission Debrief Export: session summary auto-downloaded when terminal burns.
  • Browser State Wipe Protocol: local identity/session/task keys purged on destruct path.
  • Procedural Audio Engine: WebAudio-generated keystrokes, alarms, pings, purge noise, ringtone.
  • Local LLM Handler: Ollama detection + hostile sitrep generation without cloud dependency.

Architecture

Detailed architecture: System Architecture

flowchart LR
  CLI["CLI (cipher)"] -->|"up/stop/status/open"| MODE["HOST or JOIN resolver"]
  MODE -->|"HOST"| DAEMON["Node Daemon (Express + Socket.io)"]
  MODE -->|"JOIN"| REMOTE["Authoritative LAN Host"]
  CLI -->|"mcp start"| MCP["MCP Server"]
  DAEMON -->|"/healthz /api/*"| WEB["React Terminal UI"]
  WEB -->|"authoritative sync"| DAEMON
  DAEMON -->|"mDNS + IP"| PEERS["Peer Devices"]
  DAEMON -->|"/api/tags /api/generate"| OLLAMA["Local Ollama (11434)"]
  MCP -->|"tool calls"| DAEMON
  MCP -->|"ollama.tools"| OLLAMA

Install

# one-shot
npx @cipher.sys/terminal@latest

# global install
npm install -g @cipher.sys/terminal

Global install runs postinstall bootstrap automatically.

Command Surface

cipher up                            # stop-clean, then auto-join LAN host or start local host
cipher up --host                     # force local host mode
cipher up --join 192.168.1.5         # force join explicit host
cipher stop                          # stop daemon + cleanup runtime artifacts
cipher status                        # host/join + mcp status
cipher open                          # open active target (host or join)
cipher mcp start                     # start MCP in background
cipher mcp start --foreground
cipher --quiet up                    # suppress launch banner

Public Interfaces

CLI

  • cipher up
  • cipher up --host
  • cipher up --join <ip-or-url>
  • cipher stop
  • cipher status
  • cipher open
  • cipher mcp start

HTTP

  • GET /healthz (X-Cipher: 1)
  • GET /api/discovery (includes join.* + mdns.* health)
  • GET /api/state
  • GET /api/tasks
  • POST /api/tasks
  • POST /api/tasks/:id/complete
  • POST /api/tasks/:id/delete
  • POST /api/shutdown

Socket

  • host_terminating

MCP tools

  • cipher.health
  • cipher.discovery
  • cipher.state
  • cipher.list_tasks
  • cipher.add_task
  • cipher.complete_task
  • cipher.delete_task
  • ollama.tags
  • ollama.generate

Troubleshooting

  • cipher.local fails: use http://<host-ip>:4040 and UI IP OVERRIDE.
  • Tasks not syncing: ensure all devices join one authoritative host (cipher status).
  • Suspected duplicate daemon: run cipher stop then cipher up.

Docs

Release Tracks

GitHub and npm releases are intentionally separate workflows.

  • GitHub track: branch + PR + merge.
  • npm track: publish later from an intended commit SHA.

Built for people who ship, not people who color-code backlogs.