ClaudeMap

Vicoa

An open-source orchestrator for running a team of coding agents — Claude Code, Codex, Cursor and more — from your desk, your phone, or any machine.

Plugins & Agentsorchestrationmulti-agentdesktopmobileworktrees

Vicoa runs multiple coding agents side by side in one workspace — Claude Code, Codex, OpenCode, Gemini, Cursor, GitHub Copilot, Kimi, Hermes, Pi, Oh My Pi — each on its own git worktree and branch so several can work the same repo without stepping on each other. Every session's status lands in one command center; connect a Mac, a Windows laptop, a Linux box or a VPS and pick where each session runs; native iOS and Android apps mirror the same sessions, with notifications when an agent needs a decision. Bring your own subscription or API keys.

What it does

  • Run a fleet: ten supported agents side by side in one workspace, each in its own git worktree and branch on the same repo
  • One command center lists every session's status, so you steer the whole fleet instead of hunting terminal tabs
  • Any machine becomes a runner — Mac, Windows, Linux, VPS, remote server — and you pick where each session executes
  • Native iOS and Android apps show the same sessions with push notifications when an agent needs a decision or finishes; @file mentions and /commands work from web, mobile and CLI alike

When to use it

When one terminal, one agent, one machine stops scaling — parallel feature branches, long-running refactors, or steering overnight builds from your phone.

Getting started

# download the desktop app + CLI (macOS / Windows / Linux):
open https://vicoa.ai/download
# then connect your machines, add agents, and grab the mobile app from the same page

Things to know

Sessions still execute on machines you connect — Vicoa orchestrates and mirrors them, so something has to be running somewhere for phone-steering to work. A young project: the agent roster and mobile feature set are still moving; check the docs for the current list.

Repository

vicoa-ai/vicoa

Charted

Related on the map

  • CometixCode

    Plugin / Agent

    An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.

    • terminal-ui
    • rust
    • reimplementation
    • unofficial
  • Abide

    Plugin / Agent

    Hook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.

    • hooks
    • code-review
    • rules
    • agents-md
  • fast-jev-compaction

    Plugin / Agent

    A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.

    • plugin
    • context-management
    • compaction
    • function-hooks