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
codevibe-gemini
codevibe-codex
Your session appears on your phone automatically.
Manual install
npm install -g @quantiya/codevibe
codevibe login
Commands
codevibe login
codevibe logout
codevibe status
codevibe update
codevibe version
codevibe --help
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+
- tmux —
brew 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:
- The
codevibe CLI (login, logout, update, status)
- Wrapper binaries:
codevibe-claude, codevibe-gemini, codevibe-codex
- All three plugin packages as dependencies:
- The shared
@quantiya/codevibe-core library
You install this one package; it pulls in everything else.
License
MIT