Resident background agents
Background agents persist for a whole session rather than rebuilding context each turn — Meta's split between a chat loop and a working session.
Independent reference
Muse Code is Meta's terminal coding agent, in beta since 5 August 2026 on Muse Spark 1.2. This Muse Code guide is an index: each section answers one question briefly, then links the page covering it in full.
Estimate what a Muse Code session costs on each tier by entering the tokens a task actually consumes.
Standard
—
whole task · 40 turns
Contributor
—
whole task · same volume
Rates used: Standard $1.25 input, $0.15 cached input, $4.25 output per million tokens. Contributor $0.10 input, $0.002 cached input, $0.20 output per million tokens. Rates are as reported by third-party trackers and change during beta — check Meta’s pricing and rate limits documentation before relying on a number.
One command on macOS and Linux; the full install walkthrough has the detail.
Run Meta's one-line installer:
curl -fsSL https://dev.meta.ai/install.sh | bashYou get a muse binary in ~/.local/bin; PATH fixes are in the Muse Code guide to installing.
Run muse once; a device-style OAuth flow opens on auth.meta.com and waits on browser approval — which is why sign-in stalls in Docker. See the Muse Code guide to sign-in errors.
Run muse in a repository and describe the task; it answers with a plan you approve before anything runs. Windows needs WSL2 first, per the Muse Code guide to Windows.
What Meta describes in the launch post.
Background agents persist for a whole session rather than rebuilding context each turn — Meta's split between a chat loop and a working session.
Every action lands in an append-only log on your machine, which Meta calls replay-exact and restart-safe: a crash mid-task keeps finished work.
Muse Spark 1.2 takes images, video and PDFs in a one-million-token context; the launch demo turned an mp4 house tour into a booking site.
Meta reports a run optimising NVIDIA Hopper GPU kernels across 1,000+ tool calls and up to 24 hours; commenters noted the same study shows Muse losing to GPT-5.6 Sol.
/plan drafts a plan you approve, /grill attacks it, /goal drives to an outcome. Community reports suggest more, tracked in the Muse Code guide to skills and plugins.
One terminal binary: no editor extension, no Mac app, no hosted runner, no roadmap for any. The narrowest surface in its category.
No subscription, no free quota — the tier sets your rate and data terms.
| Tier | Input / M | Output / M | The trade-off |
|---|---|---|---|
| Standard | $1.25 | $4.25 | Meta states it does not train on your data |
| Contributor | $0.10 | $0.20 | You grant training rights; limited countries |
Rates are as reported, cross-checked 6 August 2026 against Meta's pricing page. Rate limits and cache rates: Muse Code guide to pricing. Per-task sums: cost calculator. Data terms: Muse Code guide to privacy.
Muse Code bills per token, not per seat. Each row opens a full comparison.
| Comparison | Rival entry price | Pick the rival if |
|---|---|---|
| Muse Code vs Claude Code | $17–20 / month (as reported) | Windows or a desktop app |
| Muse Code vs Codex | $8–20 / month (as reported) | Cloud agents or a free tier |
| Muse Code vs Cursor | $20 / month (as reported) | An IDE, not a terminal |
| Muse Code vs GitHub Copilot | $10 / month (as reported) | Work that lives inside GitHub |
Rival prices are as reported for August 2026 and move often. Wider field: best AI coding agents and Muse Code alternatives; the model: Muse Spark 1.2.
Two Hacker News reactions capture the loudest Muse Code themes this Muse Code guide keeps tracking: billing and trust.
A dated log this Muse Code guide refreshes weekly during beta.
Every Friday this Muse Code guide re-reads the pricing page, the installer scripts and the model listings, then re-dates what changed. Where a number differs from your terminal, trust the terminal.
The complete Muse Code guide index, from install and pricing through comparisons, privacy and the model itself.
No — no free tier. Meta bills per token and asks for a payment method up front. Standard is $1.25 input and $4.25 output per million tokens as reported; Contributor is $0.10 and $0.20 for training rights. Sums on the Muse Code cost calculator.
Nothing free is officially promised. Community reports suggest the Muse Spark 1.1 sign-up credit changed wording or went away, and no recurring quota is documented. Confirm on Meta's pricing page; updates in the Muse Code guide to pricing.
Not a hard one. Billing sends email alerts but enforces no ceiling — the launch thread's loudest complaint. The workarounds are external: a virtual card with its own limit, or OpenRouter with a per-key cap. Both on the Muse Code cost calculator.
Not natively. The launcher recognises four targets — arm64 and x86 builds of macOS and Linux — so no Windows binary exists. WSL2 works, except sign-in's browser step must hand off to Windows. Sequence in the Muse Code guide to Windows.
Two causes. A 403 printing "muse is available to Meta employees" is a leftover launcher gate: your account or region is not cleared for the tier. A Docker hang is structural — sign-in runs a device-style OAuth flow on auth.meta.com needing a terminal and a browser, and a container has neither. Fixes: the Muse Code guide to errors.
Only on one tier. Standard: Meta states it does not train on your prompts or completions. Contributor: you grant training rights over both, and that grant buys roughly 12x cheaper input and 21x cheaper output. See the Muse Code guide to privacy.
Below Opus 5, above GPT-5.6 Terra so far. Meta's self-reported Terminal-Bench 2.1 score of 82.9% trails Claude Opus 5 at 86.7% and beats GPT-5.6 Terra at 81.8%, all as reported second-hand; Artificial Analysis measured 80%. See Muse Code vs Claude Code.