JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1933
  • Score
    100M100P100Q104140F
  • License MIT

Control Claude Code from your iPhone and Android โ€” real-time sync, approve file edits, send prompts by voice. Part of CodeVibe.

Package Exports

  • @quantiya/codevibe-claude-plugin
  • @quantiya/codevibe-claude-plugin/dist/server.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@quantiya/codevibe-claude-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CodeVibe for Claude Code

Control Claude Code from your iPhone and Android. See your agent's work, approve file edits, dictate prompts by voice โ€” all from your phone, anywhere you are.

๐ŸŒ quantiya.ai/codevibe โ€” landing page, demo video, and one-liner installer

๐Ÿ“ฑ Download on the App Store ยท Get it on Google Play


Why CodeVibe for Claude Code

  • ๐Ÿš€ Real-time sync โ€” every prompt, response, and file change shows up on your phone in 100โ€“500ms
  • โœ… Approve from anywhere โ€” review full file diffs and approve or reject Edit/Write operations from your phone, with the same numbered options Claude Code shows in the terminal
  • ๐ŸŽ™๏ธ Voice prompts โ€” dictate your next prompt with speech-to-text, no keyboard required
  • ๐Ÿ“ท Image attachments โ€” send screenshots and photos directly to the agent
  • ๐Ÿ”” Push notifications โ€” get notified when your agent needs input so you never block on approvals
  • ๐Ÿ”’ End-to-end encrypted โ€” AES-256-GCM with ECDH key exchange; your prompts never pass through a server that can read them
  • ๐Ÿ”“ Locked screen support โ€” works even when your computer screen is locked (via tmux)
  • ๐Ÿง  Session-aware โ€” runs multiple concurrent Claude Code sessions independently

Install in 30 seconds

The fastest path installs everything (Node, tmux, Claude Code, CodeVibe) in one command:

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

Then download the iOS app or Android app, sign in with the same Apple or Google account, and start a session:

codevibe-claude

Your session appears on your phone automatically. That's it.

Manual install (if you already have Claude Code)

npm install -g @quantiya/codevibe
claude plugin marketplace add https://github.com/hendryyeh/quantiya-codevibe-marketplace
claude plugin install codevibe-claude@codevibe-marketplace
codevibe login
codevibe-claude

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
  • Claude Code with the plugin system enabled

How it works

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Claude Code โ”‚ โ†’โ†’ โ”‚  CodeVibe    โ”‚ โ†’โ†’ โ”‚ Your phone  โ”‚
โ”‚  on desktop โ”‚    โ”‚  E2E encrypt โ”‚    โ”‚  (iOS/Android)โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜    โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜    โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
        โ†‘                                       โ”‚
        โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ mobile prompts โ†โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Every prompt, response, tool call, and file edit in Claude Code gets encrypted and relayed to your phone in real time via AWS AppSync. Messages from your phone execute immediately in the correct desktop session via tmux โ€” no polling, no manual refresh.

Responding to permission prompts from your phone

When Claude asks for permission to edit a file, you see the same numbered options on your phone as in the terminal. Reply by typing or voice-inputting the option number:

Reply What it does
1 Approve this specific file operation
2 Always allow for this project
3 Reject the operation
3 use a different approach Reject and redirect Claude with new instructions

You can also reply with any text to send a new prompt.

Benefits of the codevibe-claude wrapper

codevibe-claude plain claude
Mobile prompts โœ… Always โš ๏ธ Only when screen unlocked
Screen-locked support โœ… Yes (via tmux) โŒ No
Multiple concurrent sessions โœ… Yes โŒ No

Use codevibe-claude anywhere you'd use claude โ€” all the same flags (--resume, -p, --model, etc.) work identically.

Power settings for reliable locked-screen mode

For mobile prompts to keep working when your screen is locked, keep your computer awake on AC power:

macOS:

sudo pmset -a tcpkeepalive 1
sudo pmset -a womp 1

Then set System Settings โ†’ Battery โ†’ Computer sleep: Never (when on power).

Linux / WSL Ubuntu: disable sleep in your desktop environment's power settings, or use systemd-inhibit --what=sleep:idle sleep infinity &. On WSL, configure Windows power settings on the host.

Troubleshooting

  • "command not found: codevibe-claude" โ€” reload your shell: source ~/.zshrc (or ~/.bashrc)
  • "not authenticated" โ€” run codevibe login
  • Mobile messages not executing โ€” make sure you launched via codevibe-claude, not plain claude
  • Plugin hooks not firing โ€” codevibe update, then start a fresh session

View logs

tail -f /tmp/codevibe-claude-mcp.log
tail -f /tmp/codevibe-claude-hooks.log

Support

Part of the CodeVibe family

License

MIT