NEW Local agents, terminal workflows & CI are live

Built for
developers

FusionAI CLI brings the full agentic platform to your command line. Install once and run agents, workflows, and automations from your terminal, CI pipeline, IDE, or local workspace — all synced to your cloud account.

bash — install fusionai
# Install FusionAI CLI $ curl -fsSL https://fusionai.now/install.sh | bash Fetching latest FusionAI CLI… Installing to /usr/local/bin/fusionai Workspace config ready at ~/.fusionai/ Run fusionai init to connect your workspace
curl -fsSL https://fusionai.now/install.sh | bash
Trusted by teams shipping with agents
Diunsa
Ford
Shimli
Unicomer
Banpaís
Farmacia Simán
Cadelga
Lacthosa
Pepsi
Hybrid execution

Work local when you need control.
Run in the cloud when you need scale.

FusionAI CLI is not limited to one environment. Start inside your repo on your machine, then hand work off to your cloud workspace for long-running agents, scheduled automations, webhooks, and team operations — without losing memory, context, or skills.

LOCAL ENVIRONMENT

Build where your code already lives

Run agents directly in your local repo, inspect diffs, execute tests, debug failures, and iterate with full control over your environment.

Access your real files, branches, and test suite
Use your terminal, editor, and existing scripts
Perfect for debugging, refactors, and code review
CLOUD WORKSPACE

Delegate long-running work without babysitting it

Move from local execution to cloud agents when the job should keep running after you close your laptop — follow-ups, monitors, webhooks, and scheduled workflows.

Run agents 24/7 in your cloud workspace
Trigger jobs from schedules, APIs, and incoming events
Share agents, memory, and workflows across your team
ONE SYSTEM ACROSS BOTH

Same agents. Same skills. Same memory. Same workspace context. Start locally, continue in the cloud, and pick the execution environment that fits the job.

Anywhere you work

Use FusionAI CLI
where you work.

Start on your machine, continue in the cloud, or wire both together. FusionAI CLI gives you one interface across terminal sessions, local repos, CI pipelines, and live event-driven automations.

bash — fusionai
From idea to output

What could you ship?

Point an agent at a task and let it run. The CLI streams every step — reasoning, tool calls, and results — straight into your shell.

bash — fusionai run
$ fusionai run code-explorer --task "map the payments module" Agent running · reading repository… ↳ indexed 312 files · 14 modules · 4 services Found entrypoint: payments/router.ts Traced flow: charge → ledger → webhook → notify ↳ 3 external integrations · stripe, ledger-db, slack $ fusionai run fix-flaky-test --watch Reproduced failure in checkout.spec.ts:88 Patched race condition · 6 lines 248 unit + 12 e2e tests passing Opened PR #482 · awaiting review

Understand a new codebase fast

Drop the CLI into any repo and ask an agent to map the architecture, trace a flow, or explain a module. It reads, indexes, and answers in plain language — with file references.

Turn tasks into working output

Describe what you want — a fix, a script, a refactor — and the agent writes, runs, and tests it on a real machine. You review a diff or a PR, not a wall of suggestions.

Automate the boring follow-up

Schedule agents or wire them to events. Stale PRs, failing builds, overdue tickets — the CLI lets agents own the loop and keep working after you log off.

Local + cloud

One CLI.
Two environments.

Use local execution for hands-on work. Use cloud execution for persistence, schedules, webhooks, and team workflows. FusionAI lets you move between both without rebuilding your stack.

Run agents locally

Execute agents inside your local repo with full control. Read your real files, run tests, inspect diffs, and debug failures on your own machine — no upload, your code never has to leave your laptop.

Hand off to cloud execution

Delegate long-running work to your cloud workspace. Agents keep running 24/7, fire from schedules and webhooks, and respond to incoming events long after you close your laptop.

Keep memory in sync

Agents, skills, memory, and workspace context sync both ways. Start a task locally and finish it in the cloud — or vice versa. The same context follows you across both environments.

What's new

Recently shipped.

v2.1.0

CLI install in one command

A single curl command installs the CLI with zero dependencies — no Docker, no Node, no config. Up and running in seconds on macOS and Linux.

v2.0.4

Local workspace sync

Run fusionai init once and your local workspace mirrors the cloud — agents, skills, and memory available offline, reconciled when you reconnect.

v2.0.0

CI-safe automation mode

Headless, deterministic runs with --ci: scoped tokens, structured JSON output, and exit codes that fail your pipeline when an agent does.

FAQ

Questions, answered.

Run curl -fsSL https://fusionai.now/install.sh | bash on macOS or Linux. The installer drops a single binary at /usr/local/bin/fusionai and creates a config directory at ~/.fusionai/. No Docker, Node, or other dependencies required. Then run fusionai init to connect your workspace.

Yes. Agents run inside a sandboxed local runtime and only touch the files and environment you grant them. Credentials are stored encrypted in ~/.fusionai/, scoped per workspace, and never written to your shell history. You can review every tool call before it executes with --confirm.

The CLI is model-agnostic. Your agents keep whatever model you've configured in your workspace, and you can override per run with --model. Swap providers anytime — your agent, skills, and memory stay put, so there's no lock-in.

Absolutely. Drop it into GitHub Actions, GitLab CI, or any shell-based pipeline. Use --ci for headless, deterministic runs with structured JSON output and meaningful exit codes, and authenticate with a scoped FUSION_KEY environment variable instead of an interactive login.

Agents read your local repository, files, and environment directly — no upload needed. Long-term and short-term memory sync with your cloud workspace, so an agent remembers prior runs whether you start them locally or in the cloud. You control exactly which paths an agent can access.

The CLI itself is free and included with every FusionAI account, including the free tier. You only pay for agent usage on your plan — local runs draw from the same workspace quota as cloud runs. See pricing for details.

Get started

Bring agents
to your terminal.

Install once and run agents, workflows, and automations from anywhere you work. Free with every FusionAI account.

curl -fsSL https://fusionai.now/install.sh | bash
No credit card · Free tier · macOS & Linux