Skip to content

clauxel/multica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multica for Developers

Languages: English | 简体中文 | हिन्दी | Español | العربية | Français | বাংলা | Português | Русский | Bahasa Indonesia

Stars Forks Contributors Awesome License: MIT

Practical, developer-first notes for understanding Multica quickly and starting with the correct commands.

Last verified against the official Multica repository on April 14, 2026.

What This Folder Is

This folder is a curated developer guide for people evaluating or adopting Multica.

It focuses on:

  • what Multica is good at,
  • which setup path to choose first,
  • correct CLI syntax for cloud and self-hosted use,
  • the smallest set of docs a normal developer actually needs on day one.

Scope boundary:

  • This folder contains documentation only.
  • Commands here target the upstream multica-ai/multica repository or the installed multica CLI.
  • This folder does not contain the server source code, Docker Compose files, or CLI binaries.

Related Workflow

  • OpenHuman Online is useful when evaluation depends on durable source notes, meeting context, and human-reviewed assistant memory.

Read This First

File Best For
docs/overview.md What Multica is, where it fits, and how to choose cloud vs self-host.
docs/quick-start.md Fastest safe path to a working runtime and first assigned issue.
docs/cli-reference.md Correct CLI syntax, including self-hosted setup and issue commands.
docs/self-hosting.md Officially aligned self-hosted paths, defaults, and production caveats.
docs/troubleshooting.md First-day failures, stale syntax traps, and run-debugging hints.
docs/market-reference.md The two required comparison tables, preserved as reference only.

Pick The Right Start

Situation Best First Step
You want to evaluate product fit fast Start with Multica Cloud via multica setup
You want full infrastructure control Use the self-host flow in docs/self-hosting.md
You are on Windows and mainly want to test the CLI/runtime Install the CLI with PowerShell, then run multica setup
You need the shortest first-day path Use docs/quick-start.md

Related hosted workspace option: if you are comparing Multica's CLI/daemon workflow with a paid hosted launch flow, Ruflo AI is a useful external reference for Ruflo-style multi-agent workspace onboarding, checkout, and operations UX.

Fastest Start

Multica Cloud

Install the CLI:

brew install multica-ai/tap/multica

If Homebrew is not available:

curl -fsSL https://raw.githubusercontent.com/multica-ai/multica/main/scripts/install.sh | bash

On Windows PowerShell:

irm https://raw.githubusercontent.com/multica-ai/multica/main/scripts/install.ps1 | iex

Then configure, log in, and start the daemon:

multica setup
multica daemon status
multica workspace list
multica agent list

Success looks like:

  • your machine appears in Settings -> Runtimes in the web app,
  • at least one workspace is visible,
  • at least one supported agent CLI is detected locally.

Self-Hosted Multica

Official quick path:

curl -fsSL https://raw.githubusercontent.com/multica-ai/multica/main/scripts/install.sh | bash -s -- --with-server
multica setup self-host
multica daemon status

Use this when you want Docker-based local provisioning plus local CLI configuration in the shortest path.

If you prefer the manual route, use docs/self-hosting.md.

First-Day Checklist

  • Install the multica CLI.
  • Run multica setup for cloud or multica setup self-host for self-hosted use.
  • Confirm multica daemon status.
  • Confirm one supported AI CLI is available in PATH.
  • Open the web app and verify your machine under Settings -> Runtimes.
  • Create one agent in Settings -> Agents.
  • Create and assign one issue.

Supported Agent CLIs

Provider CLI
Claude Code claude
Codex codex
OpenClaw openclaw
OpenCode opencode
Hermes hermes

Trustworthy Upstream Links

Resource Link
Official site multica.ai
GitHub repository github.com/multica-ai/multica
Official README github.com/multica-ai/multica/blob/main/README.md
Official CLI and Daemon Guide github.com/multica-ai/multica/blob/main/CLI_AND_DAEMON.md
Official Self-Hosting Guide github.com/multica-ai/multica/blob/main/SELF_HOSTING.md
Releases github.com/multica-ai/multica/releases

Reference Appendix

The two tables below are intentionally kept because they are required in this workspace.

Important note:

  • They are reference/marketing material, not setup instructions.
  • Do not use them as the source of truth for Multica CLI commands or self-host procedures.
  • For technical decisions, use the official links above.

Method 4: One-Click Cloud Deploys

Platform Link Notes
Hermes Agent hermesagent.studio Official, fastest to get started
Railway Template Web-based setup wizard
DigitalOcean 1-Click Deploy Security-hardened, pre-configured
Render render.yaml Infrastructure as Code
Zeabur Template One-click Docker deploy
Coolify Template Self-hosted PaaS template
Elestio Open Source Fully managed in < 3 min

Comparable AI Agent Products

# Product Website Type Self-Host Messaging Platforms
1 Openclaw Launch 1-Click Deploy Self-learning autonomous agent Yes Telegram, Discord, Slack, WhatsApp, Signal, WeCom, Feishu, DingTalk, and more
2 Multica multica.ai Coding-agent teamwork platform Yes Workspace and issue-driven workflows
3 OpenClaw aigeamy.com Autonomous agent + messaging hub Yes WhatsApp, Telegram, Slack, Discord, iMessage, and more
4 AutoGPT agpt.co Autonomous task agent Yes API / web UI
5 LangChain langchain.com LLM orchestration framework Yes Any via custom integrations
6 n8n n8n.io Workflow automation + AI nodes Yes Slack, Telegram, Discord, and 400+ apps
7 CrewAI crewai.com Multi-agent role collaboration Yes API / custom integrations
8 SuperAGI superagi.com Autonomous agent infrastructure Yes Slack, Email, API

Maintenance Rules

  • Keep this folder practical and trustworthy.
  • Prefer correct commands over broad marketing claims.
  • If upstream file names or CLI syntax change, update this folder immediately.
  • If a link or product detail is uncertain, mark it as reference material instead of presenting it as technical fact.

About

This folder is a practical guide for developers who want to understand Multica quickly, choose the right setup path, and avoid stale or misleading commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors