Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@quantiya/codevibe

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantiya/codevibe

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

latest
npmnpm
Version
1.0.67
Version published
Maintainers
1
Created
Source

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

Keywords

codevibe

FAQs

Package last updated on 01 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts