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

@quantiya/codevibe

v1.0.41

Published

CodeVibe — Control Claude Code, Gemini CLI, and Codex CLI from your iPhone and Android. Real-time sync, voice prompts, approve file edits, E2E encrypted.

Readme

CodeVibe

Control Claude Code, Gemini CLI, and OpenAI Codex CLI from your iPhone and Android.

See your agent's work in real time, approve file edits on the go, dictate prompts by voice, send screenshots — all from your phone, anywhere you are. End-to-end encrypted.

🌐 quantiya.ai/codevibe — landing page, demo video, screenshots

📱 Download on the App Store · Get it on Google Play


One-command install

curl -fsSL https://quantiya.ai/codevibe/install.sh | bash

This installs everything automatically: Node.js, tmux, Claude Code, the CodeVibe meta-package, and the Claude plugin. After it finishes, download the mobile app, sign in with the same Apple or Google account, and run:

codevibe-claude       # for Claude Code
codevibe-gemini       # for Gemini CLI
codevibe-codex        # for OpenAI Codex CLI

Your session appears on your phone automatically.

Manual install

npm install -g @quantiya/codevibe
codevibe login

Commands

codevibe login          # Sign in with Apple or Google (shared across all agents)
codevibe logout         # Sign out
codevibe status         # Show auth status
codevibe update         # Update all packages + Claude plugin
codevibe version        # Show installed versions
codevibe --help         # Show all commands

Features

  • 🚀 Real-time sync — every prompt, response, tool call, and file change on your phone in 100–500ms
  • ✅ Approve file edits — full diff preview, approve or reject from your phone with the same numbered options the CLI shows
  • 🎙️ Voice input — dictate prompts with speech-to-text
  • 📷 Image attachments — send screenshots or photos alongside messages
  • 🔔 Push notifications — never block on permission dialogs again
  • 📬 Delivery confirmation — checkmarks for sent, delivered, and executed
  • 🧠 Multi-agent — Claude Code, Gemini CLI, and Codex CLI sessions in one app, side-by-side
  • 🔒 End-to-end encrypted — AES-256-GCM; your prompts never pass through a server that can read them
  • 📡 Offline queue — messages queue when offline, auto-send on reconnect
  • 🔓 Locked-screen support — works even when your computer screen is locked, via tmux

Requirements

  • macOS, Linux, or WSL Ubuntu — Windows without WSL is not supported
  • Node.js 18.0.0+
  • tmuxbrew install tmux on macOS, apt install tmux on Linux/WSL
  • A mobile phone with iOS 17+ or Android 8+

Why CodeVibe

Long-running agents (Claude Code, Gemini CLI, Codex CLI) need human-in-the-loop approvals for file edits, shell commands, and policy-sensitive actions. When you step away from your desk, those approvals block your agent indefinitely. CodeVibe moves the approval to your phone — same options, same semantics, with the bonus of voice prompts and image attachments from anywhere.

It's not a chat app. It's a remote control for the coding agents you already use.

Support

Mobile apps

What this package contains

@quantiya/codevibe is a meta-package that installs:

You install this one package; it pulls in everything else.

License

MIT