FaceTime Like A Pro (eBook)

Get our exclusive Ultimate FaceTime Guide 📚 — absolutely FREE when you sign up for our newsletter below.

Meta launches Muse Code for Mac with cheaper pricing if it can train on your data

Meta has launched Muse Code for macOS and Linux. Its cheaper Contributor tier cuts token prices sharply but lets Meta train on prompts and completions.

Explore with AI:

Meta has launched Muse Code, a beta AI coding agent that runs in Terminal on macOS and Linux. It is powered by the new Muse Spark 1.2 model and can plan changes, edit code, validate its work, and coordinate multiple background agents across large repositories.

There is no dedicated Mac app. Meta provides a one-line installer, after which developers work with Muse Code from the command line:

curl -fsSL https://dev.meta.ai/install.sh | bash

Muse Code is built for long-running work

Muse Code keeps specialized background agents active throughout a session instead of starting a new one for every small task. Meta says this avoids repeated research and reduces the amount of steering needed during complicated jobs.

It also records every model call, tool run, approval, and edit in a local append-only event log. If Muse Code or the computer crashes, the agent can replay that log and continue from where it stopped.

Your Complete iOS 26 Playbook:

Get our exclusive Ultimate iOS 26 Guide 📚 — absolutely FREE when you sign up for our newsletter below.

Three bundled commands show the kind of workflow Meta is targeting. /plan creates a plan that needs approval, /grill stress-tests that plan, and /goal keeps the agent working toward a specified objective.

Muse Spark 1.2 is a coding-focused update to Muse Spark 1.1. Meta says it improves code generation, debugging, codebase understanding, and end-to-end development. The model was trained for longer jobs, including complete repository generation and projects that need planning and context compression.

Meta’s published evaluation charts put Muse Spark 1.2 at 82.9% on Terminal-Bench 2.1, 59.3% on DeepSWE 1.1, and 70.6% on Meta Internal Coding Bench. It did not lead any of the three charts: Opus 5 topped Terminal-Bench and Meta’s internal test, while GPT 5.6 Terra led DeepSWE. These are Meta-published results, and the internal benchmark is not independently verifiable.

Meta coding benchmark results for Muse Spark 1.2 across Terminal-Bench 2.1, DeepSWE 1.1, and Meta Internal Coding Bench

The cheaper tier lets Meta train on your prompts

The biggest catch is in the pricing. MacRumors reports that Meta offers Standard and Contributor access, with a steep discount for developers who let the company use their prompts and completions to train future AI models.

The reported rates are for one million tokens:

TierMeta can use prompts and completions for trainingInputOutputRate limits
StandardNo$1.25$4.253,000 requests and 4 million tokens per minute
ContributorYes$0.10$0.2060 requests and 2.1 million tokens per minute

That makes Contributor pricing 12.5 times cheaper for input and a little over 21 times cheaper for output. The tradeoff is not subtle: developers pay far less, but Meta gets permission to learn from what they send and receive.

The Contributor tier may suit experiments and public code. Private repositories, client work, API keys, and unreleased products need more caution. For that work, the Standard tier’s higher price buys the more important feature: keeping coding sessions out of future model training.

Meta joins the Codex and Claude Code race

Muse Code is Meta’s most direct answer yet to OpenAI Codex and Anthropic’s Claude Code. All three are moving beyond code completion toward agents that can inspect a project, make changes, test the result, and keep working with less supervision.

The competition on Mac is already moving quickly. OpenAI recently added Appshots to Codex for Mac for sharing app context, while Claude Code gained iOS Simulator support for building and testing iPhone apps.

Meta’s entry is more developer-focused than the consumer tools in its growing Muse family, which also includes Muse Image. Muse Spark 1.2 is available through Muse Code and the Meta Model API with expanded global access.

Muse Code is still in beta, and its Terminal-only setup will make it less approachable than a normal Mac app. For developers comfortable with the command line, the harder decision is whether the Contributor discount is worth letting Meta train on their coding sessions.

Explore with AI:

Add Igeekblog as a preferred source on Google

Ravi Teja KNTS
Ravi Teja KNTS

I’ve been writing about tech for over 5 years, with 1000+ articles published so far. From iPhones and MacBooks to Android phones and AI tools, I’ve always enjoyed turning complicated features into simple, jargon-free guides. Recently, I switched sides and joined the Apple camp. Whether you want to try out new features, catch up on the latest news, or tweak your Apple devices, I’m here to help you get the most out of your tech.

Articles: 822

Leave a Reply

Your email address will not be published. Required fields are marked *