Meta just released their first coding agent, and it installs with one line in your terminal.
It runs Muse Spark 1.2 — a brain that holds a million tokens, so your whole project fits in its head at once.
Its party trick: hand it one big job and it splits the work across six parallel workers, each in its own safe copy of your code, so nothing ever collides.
I installed it the hour it dropped, made it build fifty real things, scored every one, and wired it into my Agent OS — a full desktop operating system it built in one file is playable below.
Today: the install, the fan-out trick, the honest scoreboard, and the one thing it's still bad at. Stick with me to the end. Let's get into it.
Here's the whole thing in one breath. Muse Spark 1.2 is the model — Meta's coding brain, released today. Muse Code is the agent built around it — the tool that plans, edits files and runs commands. One command installs it, and the same model is on OpenRouter, which is how it plugs straight into my Agent OS.
A new coding agent drops almost every month now. Today it's Meta's turn.
And every launch hands you the same bad bet.
Option one: ignore it. But some of these launches are real upgrades, and skipping one puts you a tier behind the people who caught it.
Option two: adopt it blind. New install, new auth, new quirks — and no idea whether it's actually better than what you run, or at what.
The launch post won't tell you. Every launch post says the same thing: state of the art, best in class.
What you actually need on day one is a verdict: what is this genuinely good at, what does it fail at, and where does it slot into the stack I already run?
Nobody hands you that. So most people gamble — or freeze.
The Muse Code Engine breaks that cycle: install it, score it on fifty real builds against every other engine, and route work to it by dinner — all on the day it dropped.
Exactly the right question — and it's what the scoreboard below answers. It turns out Muse is elite at app interfaces (an entire desktop OS in one file, 8.6) and weak at 3D worlds.
Knowing that, it earns a specific seat in the stack instead of replacing anything. That's a verdict, not a gamble.
You type one install command, sign in, and type muse in any project.
Then you talk to it like a senior engineer: "fix this bug, add these five features."
When the job splits naturally, it fans the pieces out to separate workers — automatically.
Every single thing every worker does lands in a log file on your disk, so you can always answer "which agent did what, and when?"
And if anything crashes, muse resume reads that log and carries on where it stopped.
1 · Install with one line. curl -fsSL https://dev.meta.ai/install.sh | bash — that's the whole install. It drops one small program into your tools folder.
2 · Sign in once. Run muse login and approve a code in your browser with your Meta account. (Got a Meta API key instead? Set it and skip the browser entirely.)
3 · Open it in any project. Type muse inside a project folder. There's also muse exec for headless one-shots — that's what my Agent OS uses.
4 · Give it the WHOLE job. Don't feed it one task at a time. List all six features in one message — splitting the work is its job, not yours.
5 · Watch the fan-out. It spawns a worker per task, each in its own git worktree under .muse/worktrees/. Your files stay untouched while six branches grow in parallel.
6 · Steer from one seat. A single status view shows the roster; you can steer or cancel any worker without disturbing the others.
7 · Trust the log, not your memory. Every action lands in a plain-text event log on your disk. Crash, close the laptop, whatever — muse resume picks up exactly where it stopped.
8 · Use the built-in playbooks. /plan grounds a plan in your real files and stops for approval. /taste is an anti-slop filter for UI. /grill interviews your design until it holds up. They only fire when you ask.
9 · Pick your meter. The contributor tier is rate-limited by tokens in a rolling 5-hour window — everyday use without watching a bill. Heavy runs switch to standard pricing: $1.25 per million in, $4.25 out, $0.15 cached.
So when someone asks "but what IS it?" — it's a terminal agent that turns one instruction into a supervised, logged, parallel team.
"Muse Code is a purpose-built coding agent optimized for long-horizon, multi-agentic coding workflows and transparent auditability: every subagent it spawns, every tool call, every steer and cancel, is observable and replayable through the event log."
— Matthias Reso and Josh Walters, Meta, 5 August 2026
I wired Muse Spark 1.2 into my Agent OS the hour access expanded. New tab in the sidebar, streaming build panel, live preview. This is it building an aurora scene — code on the left, the finished thing rendering on the right:
Then I put it through the full GoldieBench gauntlet — 50 real builds, every one judged. Same rubric as every model on the board. It averaged 7.28 — and its true lane is APP CHROME: full interfaces, one prompt, one file. So that's what the demos are. Every one below is Muse's own work, playtested:
Draggable windows, Notes that auto-save, a Paint app, a working terminal. My playtest keystrokes are still sitting in it.
Open the OS →
Library, playlists, album art, working controls and a live spectrum. Click a track — the whole accent recolours.
Open the player →
Animated KPIs, hoverable revenue chart, live activity feed — every chart hand-drawn, no libraries.
Open the dashboard →
Page tree, cover art, editorial typography, a working slash-command menu. Type / and watch it insert blocks.
Open the editor →A new coding agent drops, and normally that means a weekend: install it, fight the auth, learn its quirks, wonder if it's actually good.
This one took an afternoon, because the Agent OS absorbs new engines as profiles — Muse Spark became a tab next to DeepSeek and Qwen before dinner.
And instead of wondering if it's good, I made it build fifty things and had the same judge score them that scores every model on my leaderboard.
Now I know exactly what to hand it — art, apps, dashboards — and exactly what to route elsewhere. That's the whole point of an operating system: the launch works for you.
Members get every new engine the week it ships — wired in, tested, with the honest scorecard attached.
Read all 258 wins (158-page doc) →Everything above collapses into five layers. This is what you're actually running.
One curl line installs the agent; one browser approval signs you in. The barrier to entry is gone.
Muse Spark 1.2 — a reasoning brain with a 1M-token window, so your whole repo fits in its head. Same model in the CLI, the API and OpenRouter.
One instruction becomes a team — a worker per task, each in its own git worktree, your files never touched. This is the signature move.
Every action every worker takes is logged to plain files you can grep. Crashes don't lose work — resume reads the log and continues.
Built-in playbooks — /plan, /taste, /grill — that fire only when you invoke them. Guardrails without ceremony.
No — that's the biggest myth about it. The everyday 90% runs on free local models, free API tiers slot in beside them, and for frontier work it drives the subscriptions you already own — Muse Code's contributor tier is exactly that shape: token-limited, not per-request billed. Inside the Boardroom there are full token-efficiency tutorials, so the meter stays boring.
You can wire all of this yourself with the steps above. Or join the Boardroom and run my exact machine — Muse wired in beside every other engine, with the scorecards that tell you which to use when.
"Meta is late — the coding-agent race is over." The scoreboard above says the opposite: on day one it's already elite at apps and art, with a 1M window and the cleanest parallel-agent story on the market. Races this young don't have finish lines.
"Parallel agents will wreck my repository." The whole design exists to prevent that: every worker gets its own isolated worktree, your working copy is never touched, and you merge branch by branch. It's safer than one agent editing live.
"I should wait until it's out of beta." The event log means experimenting costs nothing — every action is auditable and reversible. The people learning the fan-out pattern now will be running teams of agents while everyone else still babysits one.
158 pages of members who stopped waiting — real businesses, real wins, written by them.
Read the 158-page testimonials doc →1 · Install. curl -fsSL https://dev.meta.ai/install.sh | bash then muse login.
2 · Start on the contributor tier. Token-limited in a rolling 5-hour window — everyday use without meter anxiety. Swap to standard pricing only for heavy runs.
3 · First job: a real repo, the whole job. Give it every task in one message and watch the fan-out. Start with the cookbook's Bastion Breaker sample if you want a safe sandbox.
4 · Read the roster, steer from one seat. Check the status view; cancel or redirect any worker without touching the others.
5 · Merge deliberately. Each worker commits to its own branch. Review, merge the good ones, drop the rest.
6 · Route by the scorecard. Hand Muse the apps, dashboards and art. Keep open-world 3D on the engines that scored 9s at it — that's what the leaderboard is for.
7 · Make it a tab, not a tool. Wire the model into your OS (OpenRouter id: meta/muse-spark-1.2) so the next launch is a profile swap, not a weekend.
Readers bookmark launches. Operators install them, score them, and route work to them by Friday. Join and you walk out with:
You're not buying a tool. You're skipping the year of assembly.
Join the AI Profit Boardroom →