Support
Get help with MiniVibe
Quick Start
Frequently Asked Questions
How do I connect my phone to Claude Code?
Install the CLI with npm install -g minivibe, then run vibe login to authenticate. Your sessions will automatically appear in the iOS app and web dashboard.
Why don't I see any sessions?
Sessions only appear when you start Claude Code through the vibe CLI. Runvibe "your task"to start a new session. Make sure you're signed in with the same account on both the CLI and app.
How do I use MiniVibe on a remote server?
For headless servers (EC2, etc.), use the device code login:vibe login --headlessThis will display a code to enter at minivibeapp.com/pair.
What is end-to-end encryption?
E2E encryption ensures that your code and messages are encrypted on your device before being sent. Our servers only see encrypted data and cannot read your content. Enable it withvibe --e2e.
How do I manage multiple machines?
Install MiniVibe on each machine you want to control remotely:npm install -g minivibeThen login and start the agent:vibe-agent loginvibe-agentYour machines will appear in the Agents tab.
How do I sign out or delete my account?
You can sign out from the Settings page in the app. To delete your account and all associated data, please contact us at support@minivibeapp.com.
Contact Us
Documentation
For detailed documentation, CLI reference, and API information, visit our GitHub repository:
github.com/minivibeapp