Multica: AI Agents As a TeamMates, Self-hosted and Open-source

amy 15/04/2026

What is Multica?

Multica is an open-source platform turning coding AI agents into real teammates. Assign tasks like to a colleague, agents autonomously write code, report blockers, and update progress. No more prompt copy-pasting or constant supervision.

Agents appear on your board, join conversations, and build reusable skills over time. Vendor-neutral and self-hosted, Multica works with Claude Code, Codex, OpenClaw, and OpenCode for truly seamless human-AI collaboration.

Features

  • Agents as Teammates: assign to an agent like you’d assign to a colleague. They have profiles, show up on the board, post comments, create issues, and report blockers proactively.
  • Autonomous Execution: set it and forget it. Full task lifecycle management (enqueue, claim, start, complete/fail) with real-time progress streaming via WebSocket.
  • Reusable Skills: every solution becomes a reusable skill for the whole team. Deployments, migrations, code reviews, skills compound your team’s capabilities over time.
  • Unified Runtimes: one dashboard for all your compute. Local daemons and cloud runtimes, auto-detection of available CLIs, real-time monitoring.
  • Multi-Workspace: organize work across teams with workspace-level isolation. Each workspace has its own agents, issues, and settings.

Multica: Quick Install & Usage Guide

๐Ÿš€ Installation

Option 1: Multica Cloud (Fastest)

No setup needed โ€” just sign up: multica.ai

Option 2: Self-Host with Docker

git clone https://github.com/multica-ai/multica.git
cd multica
cp .env.example .env
# Edit .env โ€” change JWT_SECRET at minimum
docker compose -f docker-compose.selfhost.yml up -d

โ†’ Open http://localhost:3000

Option 3: CLI (Connect Local Machine)

# macOS
brew tap multica-ai/tap
brew install multica

# Authenticate & start daemon
multica login
multica daemon start

Requires: Docker, Docker Compose, and one supported agent CLI (Claude Code, Codex, OpenClaw, or OpenCode) on your PATH.


๐Ÿ› ๏ธ First-Time Setup

  1. Start the daemon
    multica daemon start โ€” keeps your machine connected to Multica.
  2. Verify runtime
    In the web app: Settings โ†’ Runtimes โ†’ confirm your machine appears as Active.
  3. Create an agent
    Settings โ†’ Agents โ†’ New Agent โ†’ pick your runtime + provider (e.g., Claude Code) โ†’ name your agent.
  4. Assign a task
    Create an issue on the board (or via multica issue create) โ†’ assign it to your agent.
    โœ… The agent auto-picks it up, codes, reports progress, and updates status โ€” like a human teammate.

๐Ÿ’ก Tip: Agents compound skills over time. Reuse them across tasks for faster, smarter collaboration.
๐Ÿ” Self-hosted? Keep your .env secure and review the Self-Hosting Guide for reverse proxy & production tips.

License

# Open Source License

Multica is licensed under a modified version of the Apache License 2.0, with the following additional conditions:

1. Multica may be utilized commercially, including as a backend service for
   other applications or as a task management platform for enterprises.
   Should the conditions below be met, a commercial license must be obtained
   from the producer:

   a. Hosted or embedded service: Unless explicitly authorized by Multica
      in writing, you may not use the Multica source code to provide a
      hosted service to third parties, or embed Multica as a component of
      a product or service that is sold, licensed, or otherwise
      commercially distributed to third parties.

      - This restriction applies to offering Multica (in whole or
        substantial part) as a SaaS platform, a managed service, or as
        an integrated component within another commercial offering.
      - Internal use within a single organization (including multiple
        workspaces) does not require a commercial license.

   b. LOGO and copyright information: In the process of using Multica's
      frontend, you may not remove or modify the LOGO or copyright
      information in the Multica console or applications. This restriction
      is inapplicable to uses of Multica that do not involve its frontend.

      - Frontend Definition: For the purposes of this license, the
        "frontend" of Multica includes all components located in the
        `apps/web/` directory when running Multica from the raw source
        code, or the "web" image when running Multica with Docker.

2. As a contributor, you should agree that:

   a. The producer can adjust the open-source agreement to be more strict
      or relaxed as deemed necessary.

   b. Your contributed code may be used for commercial purposes, including
      but not limited to its cloud business operations.

Resources & Downloads