Multiflow Docs

CLI Installation

Install the Multiflow CLI and start the agent daemon.

Installation

Install script (macOS / Linux)

curl -fsSL https://multiflow.ddragon.org/install.sh | bash

The script verifies the published checksum, installs the binary as multiflow, and adds an mf shortcut when nothing else on your PATH claims that name.

Update

multiflow update

multiflow update auto-detects your installation method and upgrades accordingly.

Quick Start

# One command: configure, authenticate, and start the daemon
multiflow setup

This configures the CLI for Multiflow Cloud, opens your browser for login, discovers your workspaces, and starts the agent daemon.

For self-hosted servers, use multiflow setup self-host instead. See Self-Hosting for details.

Verify

multiflow daemon status

Confirm:

  1. Status is running
  2. At least one agent is listed (e.g. claude, codex, codebuddy, opencode, openclaw, hermes, kiro-cli, qodercli, or traecli)
  3. At least one workspace is being watched

If the agents list is empty, install at least one supported AI agent CLI:

  • Claude Code (claude)
  • Antigravity (agy)
  • CodeBuddy (codebuddy)
  • Codex (codex)
  • Copilot (copilot)
  • Cursor Agent (cursor-agent)
  • OpenCode (opencode)
  • OpenClaw (openclaw)
  • Hermes (hermes)
  • Kimi (kimi)
  • Kiro CLI (kiro-cli)
  • Pi (pi)
  • Qoder (qodercli)
  • Trae CLI (traecli)

Then restart the daemon:

multiflow daemon stop && multiflow daemon start