Set up Vicoa
Install, authenticate, and start using Vicoa on your laptop, tablet, or phone.
Vicoa allows you to run a team of coding agents (Claude Code, Codex, and OpenCode) anywhere, on any device. Follow this guide to get started in minutes.
Vicoa CLI System Requirements
- Operating systems: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+
- Hardware: 4 GB RAM or more
- Software: Node.js installed, one of Claude Code, Codex, or OpenCode
- Network: Internet connection required for authentication and AI processing
- Shell: Works best in Bash, Zsh, Fish, or PowerShell
Video Walkthrough
Watch this complete walkthrough from CLI installation to sending messages remotely to Claude Code:
Installation
1. Install Vicoa CLI
npm i -g @vicoa/cliTo update to the latest version at any time:
npm i -g @vicoa/cli@latestCheck your installed version:
vicoa --versionAlternatively, you can install via pip:
pip install vicoa2. Install a coding agent (if needed)
Install one of the supported coding agents before setting up Vicoa.
macOS / Linux
curl -fsSL https://claude.ai/install.sh | bashWindows
winget install Anthropic.ClaudemacOS / Linux
npm i -g @openai/codexWindows
No installation needed.
macOS / Linux
npm i -g opencode-aiWindows
npm i -g opencode-ai3. Start a coding session
macOS / Linux
vicoaWindows
vicoa daemonOn macOS / Linux, a coding session will appear in the left sidebar of the Vicoa web app.
On Windows, click New Session in the left sidebar to start a session. Learn more
4. Web Authorization
When you run vicoa or vicoa daemon for the first time, you'll be redirected to the web browswer to:
- Create an account or sign in if you already have one
- Authorize your CLI session
- Send a message to your coding agent to test the connection
5. Mobile App
Sign in with the same account you used on the web.
Next Steps
Now that Vicoa is installed, you can start coding anywhere with Claude Code, Codex, and OpenCode. Learn how to use these agents in Vicoa here.
Need help?
- Check our troubleshooting guide for common issues
- Feature requests and raise issues: https://github.com/vicoa-ai/vicoa-open
- Contact support at hi@vicoa.ai