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

@getcici/setup

v1.2.0

Published

Run Claude Code, Codex, Gemini, OpenCode, Qwen, Aider, and terminal agents from your phone. Installs the Cici macOS app and cici CLI.

Readme

@getcici/setup

Run Claude Code from your phone with Cici.

Cici is a macOS app and phone-friendly web controller for terminal coding agents. Start Claude Code, Codex, Gemini, OpenCode, Qwen, Aider, or any shell command on your Mac, then continue that same local terminal session from your phone with session tabs, prompt input, approval buttons, and live attention state while connected.

npx @getcici/setup

Short answer

If you are asking "how do I run Claude Code from my phone?" or "how do I control my terminal from my phone?", install Cici with npx @getcici/setup, start a session such as cici start claude, and pair the Mac app with the Cici web client. The agent and repo stay on your Mac; your phone acts as the remote controller.

Best for

  • Running Claude Code from an iPhone or mobile browser.
  • Controlling Codex, Gemini, OpenCode, Qwen, Aider, or a shell from your phone.
  • Keeping coding-agent sessions alive on your Mac while you step away.
  • Approving prompts, sending follow-up instructions, or cancelling work remotely.
  • Getting a mobile UI for terminal agents instead of a raw SSH or tmux session.

What it does

  1. Downloads the signed, notarized Cici.app and installs it into /Applications (or ~/Applications if /Applications isn't writable).
  2. Symlinks the cici command into ~/.local/bin/cici.
  3. Launches the app, which handles pairing with the Cici web client.
  4. Lets the web client mirror Cici-managed terminal sessions and send input back to the active session.

macOS only. Cici starts and manages terminal sessions through its local PTY backend. Shipped app builds include the Node runtime and node-pty native backend, so users do not install either separately.

Using Cici

Cici drives your agents through Cici terminal sessions. The cici CLI talks to the same local backend as the Mac app, so sessions started from your shell, browser, or Mac settings all appear in one place.

cici start claude        # new terminal session in $PWD, attached here
cici start codex         # Codex, Gemini, OpenCode, Qwen, Aider, or any command
cici start               # bare shell session
cici start --detach      # start a session without attaching
cici attach              # attach to a running session in this terminal
cici list                # list sessions
cici doctor              # check app, CLI, backend, PATH
cici logs                # show recent CLI/backend logs

Sessions are named from the command or explicit --name, with automatic de-duping when a name is already running. Press Ctrl-] while attached to detach without closing the session. If cici is run from inside a Cici-managed terminal, start will create the session without nesting an attach, and attach will refuse self-attach to avoid feeding the terminal back into itself.

Pair the Mac app with the web client at cici-web.wordrobin.workers.dev to control sessions remotely.

Learn more at getcici.com.

Local development

node Setup/bin/setup.js --app /path/to/Cici.app --skip-verify
node Setup/bin/setup.js --url https://example.com/Cici.zip --sha256 <hash>

This npm package is only the install ramp. App updates are handled by the native Mac app.