News

Muse Code Launch Week: What Is Confirmed and What Is Not

Muse Code shipped on 5 August 2026 into a wall of near-identical coverage. This post separates what Meta documented about Muse Code from what developers merely reported, because during Muse Code launch week the two got quoted interchangeably.

Muse Code Launch Claims, Graded by Source

Each claim below is marked with where it comes from, because launch coverage flattened those distinctions.

ClaimStatusWhere it comes from
Terminal coding agent, beta, released 5 August 2026DocumentedMeta's launch post
Powered by Muse Spark 1.2, co-trained with the agent harnessDocumentedMeta's launch post
Persistent background agents that outlive a single turnDocumentedMeta's launch post
Local append-only event log, replay-exact and restart-safeDocumentedMeta's launch post
Ships with /plan, /grill and /goalDocumentedMeta's launch post, which names these three and no total
macOS and Linux only, four platform targetsFirst-handThe launcher script Meta serves publicly
Two pricing tiers, Standard and ContributorAs reportedThird-party trackers; Meta's pricing page renders through JavaScript
Roughly ten bundled skills including one called tasteCommunity-reportedDeveloper posts, not Meta documentation
A plugin system with hooks and MCP support inside the binaryCommunity-reportedCommunity reverse-engineering claims
Sign-in fails inside a Docker containerReproduced publiclyReported by the Cline team; consistent with the launcher's OAuth flow

"Documented" means Meta published it. "First-hand" means we read the artefact ourselves. "As reported" means multiple independent third parties agree but no primary source is machine-readable. "Community-reported" means one or more developers claimed it and Meta has not confirmed it. Our full grading rules are on the methodology page.

The Muse Code Launch Detail Most Coverage Missed

The installer answers several questions that launch articles left open, and it is public.

Almost every Muse Code launch write-up reproduced the same one-line install command and stopped there. The Muse Code installer behind that command is readable, and it settles things people were guessing at: the binary installs to ~/.local/bin, the command is muse rather than muse-code, MUSE_INSTALL_DIR moves the install location, and MUSE_NO_MODIFY_PATH skips the shell PATH edit.

The launcher also pins the release channel to muse-stable and fetches the binary from Meta's CDN with a bearer token. Muse Code sign-in is an OAuth device flow through auth.meta.com that prints a verification link, opens a browser and polls — and it reads from /dev/tty.

That last detail is the whole Docker story. A container with no controlling terminal and no browser cannot complete the flow, which is exactly the failure the Cline team hit publicly. It is not a mysterious bug; it is the documented shape of the Muse Code login. Our install guide covers the full sequence and the troubleshooting page works through it symptom by symptom.

Muse Code Pricing Was the Real Launch Story

The Muse Code tier structure drew more discussion than any capability claim, and for a defensible reason.

Muse Code has no subscription and no free quota. You attach a payment method to Muse Code and pay per token. The Standard tier is reported at $1.25 per million input tokens and $4.25 per million output; the Contributor tier drops to $0.10 and $0.20 in exchange for granting Meta the right to train on your prompts and completions.

That gap — roughly 12x on input and 21x on output — is the sharpest edge of the Muse Code launch. At those rates the Contributor tier undercuts DeepSeek V4-Flash by about 29%, which makes Muse Code the cheapest credible coding-agent tokens currently on offer, with a data trade attached that many teams cannot make.

The Muse Code complaint that surfaced fastest was not the price but the absence of a ceiling: there is no hard spending cap, only email alerts. Developers on Hacker News described being one mistake away from a large bill, and the workarounds people reached for — virtual cards with low limits, per-key spend limits through OpenRouter — are not Muse Code features. The pricing breakdown works through both tiers and the cost calculator prices a session before you attach a card.

What Muse Code Launch Week Did Not Answer

Several Muse Code questions stayed open through launch week, and pretending otherwise would be inventing news.

  • Windows. There is no native Muse Code build and Meta has said nothing about one. WSL2 runs the Linux binary, but that is a workaround rather than a supported path — see the Windows guide.
  • How many skills ship. Meta names three and says "several". The widely-repeated figure of around ten, and the taste skill in particular, remain community claims.
  • Whether a plugin system is official. Community reverse-engineering describes hooks and MCP support in the binary. Meta's only related statement is a model-level claim about Muse Spark generalising to new tools and MCP servers, which is not the same thing — the skills page keeps the two apart.
  • What "improve their products" covers. The Contributor terms grant training rights, but whether that extends to evaluation, red-teaming or product analytics has not been clarified. The privacy page reads the terms closely.
  • Open weights. None released. Zuckerberg said there would be more to share, which is not a commitment.

Benchmarks deserve their own caution. Meta's self-reported Terminal-Bench 2.1 figure of 82.9% sits below Claude Opus 5 and above GPT-5.6 Terra, but it was relayed through press rather than published in a form we could read, and it is not interchangeable with Artificial Analysis's independently measured 80%. A recurring criticism is that the comparison used Terra rather than OpenAI's flagship. The model page keeps the two measurement regimes in separate tables for that reason.

What Happens to This Muse Code Post

This is a dated snapshot, and the parts that age will be corrected rather than quietly left behind.

Muse Code is moving fast. When a community claim in the table above becomes documented, when Muse Code prices change, or when Meta answers one of the open questions, this post is updated and the revision date at the top moves with it. Corrections go to hello@muse-code.app and are handled as described in the editorial policy.

For the evergreen version of any topic here, the guide pages are the better destination — the Muse Code guides are re-checked weekly, while this post stays a record of what launch week actually established.

Frequently Asked Questions

When did Muse Code launch?

5 August 2026, in beta. Meta Superintelligence Labs published Muse Code alongside Muse Spark 1.2, the model that powers it, and both went out the same day. Muse Code remains in beta, so behaviour and pricing are still moving.

Is everything reported during Muse Code launch week confirmed?

No. Meta documented the Muse Code agent loop, background agents, the event log and three skills. The bundled-skill count, the taste skill and the plugin system are developer claims Meta has not confirmed, and per-token prices come from third-party trackers rather than a readable official page.

Why does Muse Code sign-in fail in Docker?

The Muse Code login is an OAuth device flow that needs a controlling terminal and a browser. It reads from /dev/tty and opens a verification link, neither of which a plain container provides. Meta has published no documented container workflow.

Did Muse Code launch with a free tier?

No. Muse Code shipped with no free quota and no trial credit; a payment method is required before the first request. Reports of a $20 signup credit date from the Muse Spark 1.1 era and are unverified for the current release.

Can I run Muse Code on Windows after launch?

Not natively. The Muse Code launcher targets macOS and Linux on arm64 and x86_64 and exits on anything else. WSL2 runs the Linux build, but Meta has not stated that WSL is supported, so treat it as a community route.

Is the Muse Code Contributor tier really 20x cheaper?

Roughly, and the headline rounds. Reported Muse Code rates give about 12.5x on input and 21.25x on output versus Standard. The discount is paid for in data: the Contributor tier grants Meta training rights over your prompts and completions.

How does Muse Code compare with Claude Code after launch?

Muse Code is cheaper per token and terminal-only; Claude Code runs natively on Windows, has a desktop app and a flat subscription. On Meta's own reported benchmark Muse Spark 1.2 sits below Claude Opus 5. The full Muse Code vs Claude Code comparison covers the pricing crossover points.

Sources

  1. Meta AI Research — Introducing Muse Code and Muse Spark 1.2research.meta.ai
  2. Meta — Muse Spark pricing and rate limitsdev.meta.ai
  3. Artificial Analysis — Muse Spark 1.2 measurementsartificialanalysis.ai
  4. Hacker News — Muse Code launch threadnews.ycombinator.com
  5. Cline — open-source coding agentgithub.com