🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@quantiya/codevibe

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantiya/codevibe

Companion and orchestration for Claude Code, OpenAI Codex CLI, and Antigravity, with secure mobile control.

next
npmnpm
Version
2.0.8
Version published
Weekly downloads
104
-3.7%
Maintainers
1
Weekly downloads
 
Created
Source

CodeVibe

Companion and orchestration for Claude Code, OpenAI Codex CLI, and Antigravity — with secure mobile control when you step away.

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

Install the 2.x candidate

npm install -g @quantiya/codevibe@next
codevibe login

Install Node.js 22+, tmux, and at least one supported coding-agent CLI first. Then download the mobile app, sign in with the same Apple or Google account, and run:

codevibe --agent claude       # Claude Code Companion
codevibe --agent codex        # OpenAI Codex Companion
codevibe --agent agy          # Antigravity Companion

Your session appears on your phone automatically.

Stable 1.x installer

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

The hosted installer remains on stable 1.x while 2.x is validated on the next channel. It does not install the unified --agent interface yet.

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 vendor-key status  # Show model credentials (redacted)
codevibe                 # Interactive route (mode picker for Pro/Max)
codevibe --agent codex   # Direct Companion route; skips both pickers
codevibe --help         # Show all commands

Pass vendor CLI arguments after --, for example codevibe --agent claude -- --resume. In Orchestration Mode, reviewer administration lives in /reviewer-setup, /reviewers, and /status.

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, Codex CLI, and Antigravity 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 22.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, Codex CLI, Antigravity 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 24 Jul 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