Skip to content

caic

Coding Agents in Containers. Manage multiple AI coding agents running in parallel in isolated Docker containers. Access them from your phone with Tailscale. All private.

What is caic?

caic lets you run AI coding agents (Claude Code, Codex, Gemini CLI, Kilo) in isolated md containers, orchestrated through a unified web UI and Android app. Each task runs in its own container so agents never interfere with each other or your local checkout.

Platform support

caic is supported on Linux and Windows via WSL2. Interested in improving macOS support? Join the Discord.

Key features

  • Parallel agents — run many agents simultaneously on different branches
  • Resilient sessions — server restarts don't kill running agents; a relay process inside each container keeps agents alive across SSH disconnects
  • Forge integration — automatic PR/MR creation and CI monitoring for GitHub and GitLab
  • Web UI — SolidJS frontend embedded in the binary
  • Android app — voice-first companion app to manage agents from your phone

Quick start

bash
curl caic.xyz/install.sh | bash

See Installation for full setup, and Configuration for environment variables and systemd service setup.