CLI Installation
Install the Multiflow CLI and start the agent daemon.
Installation
Install script (macOS / Linux)
curl -fsSL https://multiflow.ddragon.org/install.sh | bashThe 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 updatemultiflow update auto-detects your installation method and upgrades accordingly.
Quick Start
# One command: configure, authenticate, and start the daemon
multiflow setupThis 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 statusConfirm:
- Status is
running - At least one agent is listed (e.g.
claude,codex,codebuddy,opencode,openclaw,hermes,kiro-cli,qodercli, ortraecli) - 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