Key takeaways
- Meta Muse launched in closed beta September 12, 2026 for US enterprise customers; public beta begins November 2026 for North America
- Access requires a waitlist application through Meta for Developers, with priority given to active GitHub users working on large codebases
- Free tier offers 50 queries/day and 100K token context; paid tier ($29/month) adds unlimited queries and 500K token window starting October 15
- EU and UK rollout delayed to Q1 2027 due to AI Act compliance requirements; Asia-Pacific and Latin America follow in Q2 2027
- Muse currently works only in a browser—no IDE extensions yet, cannot write code directly to repositories, supports six programming languages at launch
Meta launched Muse AI agent in beta on September 10, 2026, targeting developers working with large codebases. The initial rollout is US-only and requires a waitlist application through Meta for Developers. General public access begins in Q4 2026 for North America, with international expansion planned for Q1 2027. Free tier users can access basic features; advanced context windows and priority compute require a paid subscription launching October 2026.
Release Timeline and Availability by User Type
| Milestone | Date | Who Gets Access | Requirements |
|---|---|---|---|
| Announcement | September 10, 2026 | Press and partners | N/A |
| Closed beta (Phase 1) | September 12, 2026 | Meta enterprise customers, select GitHub orgs with 500+ repos | Direct invitation from Meta, signed enterprise agreement |
| Developer waitlist opens | September 15, 2026 | Individual developers, startups | Meta for Developers account, GitHub profile link, project description |
| Beta expansion (Phase 2) | October 1, 2026 | First 10,000 waitlist applicants (US only) | Verified email, active GitHub contributions in past 6 months |
| Paid tier launch | October 15, 2026 | Beta users who need extended context or faster response | Credit card, $29/month or $290/year |
| Public beta (US, Canada) | November 2026 (exact date TBC) | Anyone with Meta account | Meta account, email verification, acceptance of AI terms |
| EU, UK rollout | Q1 2027 (provisional) | Public in compliant regions | Same as North America, subject to AI Act compliance review |
| Asia-Pacific, Latin America | Q2 2027 (provisional) | Public | Regional data residency rules may apply |
Who Should Apply for Early Access Now
Join the waitlist if: You maintain a codebase over 50,000 lines, work across more than five repositories simultaneously, or spend significant time tracing dependencies and refactoring legacy code. Muse indexes entire project structures and can answer questions like “which services call this deprecated API” without you writing a grep script. The free tier supports up to 100,000 tokens of context—roughly 30 medium-sized files loaded at once.
Wait for public release if: You work on small solo projects, rarely touch code written by others, or primarily need autocomplete rather than architectural reasoning. Muse is designed for complexity at scale. A developer working on a personal Flask app with three models will find GitHub Copilot or Cursor faster and more direct. The waitlist processing time is not published by Meta, and the company prioritizes applicants who link repositories with commit history.
Access Requirements by Account Type
Meta gates Muse behind three account tiers. A standard Meta account (the kind you use for Facebook or Instagram) gets you on the public waitlist but nothing more until November. A Meta for Developers account—free to create at developers.facebook.com—moves you into the priority queue if you link an active GitHub profile. Enterprise customers with existing Meta AI partnerships (typically companies spending $50,000+ annually on Meta services) received direct invitations in the first week.
The waitlist form asks for your primary programming language, team size, and a 200-character description of what you will use Muse for. Meta’s blog post says they prioritize “developers working on open-source infrastructure, large-scale refactoring projects, and teams migrating between frameworks.” Hobby projects and students are explicitly welcome but appear to be batched into later waves.
Geographic Rollout and Why Europe Is Delayed
Muse launched in the United States first, with Canada added to the public beta target in late October. Meta’s developer documentation lists the EU and UK as “Q1 2027 subject to regulatory review.” This is the EU AI Act at work: Muse qualifies as a high-risk AI system under Annex III because it generates code that may be deployed in production without human review. Meta must complete a conformity assessment and register with national authorities before offering it to European users.
The UK has no equivalent law yet, but Meta is treating it as part of the European bloc for rollout purposes—likely a data residency decision rather than a legal one. Australia, Japan, and Singapore appear on a Q2 2027 roadmap slide that Meta published for partners. India, Brazil, and Mexico are marked “under evaluation,” which usually means Meta is negotiating data localization requirements with regulators.
If you are outside North America and need access sooner, Meta’s FAQ says enterprise customers can request an exception by contacting their account representative. That path is realistically open only to companies already spending heavily on Meta infrastructure.
Where Muse Falls Short Right Now
Muse cannot write to your repository. It reads code, answers questions, and generates suggestions in a chat interface, but it will not open a pull request or edit a file directly. You copy its output and paste it into your editor. Meta says write access is “on the roadmap” without naming a quarter.
The beta supports only six languages at launch: Python, JavaScript, TypeScript, Java, C++, and Rust. Go, Ruby, PHP, and Swift are marked “coming soon.” If your stack is Elixir, Kotlin, or Scala, you are waiting until at least Q4 2026. The model understands those languages enough to read them in a mixed codebase, but it will not generate idiomatic code in them.
Context window limits bite hard on the free tier. One hundred thousand tokens sounds generous until you load a React monorepo with shared components, type definitions, and configuration files. You hit the ceiling fast. The paid tier raises the limit to 500,000 tokens, but that is still smaller than Claude 3.5 Sonnet’s context window, and you are paying $29/month for the privilege.
Muse does not integrate with your IDE yet. No VS Code extension, no JetBrains plugin. You use it in a browser tab on muse.meta.com, which means constant alt-tabbing. Meta’s GitHub shows an open issue for editor extensions with a “planned” label and no milestone attached.
Pricing: What the Free and Paid Tiers Include
The free tier, available to all users once you clear the waitlist, includes:
- 100,000-token context window
- 50 queries per day
- Standard response speed (Meta does not publish latency figures)
- Access to Muse’s codebase indexing for up to 10 repositories
The paid tier, launching October 15 at $29/month or $290/year, adds:
- 500,000-token context window
- Unlimited queries
- Priority compute (Meta lists this as “faster responses” without specific numbers)
- Up to 100 repositories indexed
- Early access to new model versions
The annual plan costs $290, which works out to $24.17 per month if paid upfront. Meta has not announced an enterprise tier yet, but the developer docs reference “volume licensing and dedicated instances” as options for companies that need on-premise deployment or custom SLAs. Expect pricing in the thousands per month for that.
What Changed Between September 10 and September 15, 2026
Meta originally planned a September 5 announcement, then delayed it to September 10 without explanation. The likeliest reason: Google announced Jules, its own AI coding agent, on September 3, and Meta wanted to see the feature set before finalizing its messaging.
The waitlist was supposed to open the same day as the announcement. It actually went live three days later, on September 15, because Meta’s authentication system could not handle the developer account verification load. The company published an apology in its Discord server but not on the main blog.
Paid tier pricing dropped from $39/month to $29/month between the press briefing and the public announcement. Meta’s VP of AI told The Verge this was a response to GitHub Copilot holding its price at $10/month for individual developers—a tacit admission that Muse needs to justify a 3x premium with better performance.
What Meta Plans for November Through December 2026
Meta’s CEO said in the launch event that Muse will add “agentic workflows” by the end of the year, meaning it could eventually run tests, fix failing builds, and apply its own suggestions without waiting for you to copy-paste. That would make it more competitive with the current chat-only version, but it also raises the stakes for accuracy. A wrong answer you have to manually apply is a minor annoyance. An agent that commits broken code to main is a production incident.
The EU rollout date is the other thing to track. If Meta hits Q1 2027, it will have moved faster through AI Act compliance than any other US-based AI lab. If it slips to Q2 or Q3, that is a signal that European regulators are applying real scrutiny to code-generation tools, and other vendors will face the same delays.
Watch for IDE extensions. The moment Meta ships a VS Code plugin, Muse becomes a credible daily tool. Until then, it is a reference you consult in a separate window—useful, but not woven into your workflow the way Copilot or Cursor are.
Frequently Asked Questions
When was Meta Muse AI agent released?
Meta announced Muse on September 10, 2026, and opened a closed beta for enterprise customers on September 12. The developer waitlist opened September 15, with the first wave of individual invitations sent October 1. Public beta access for US and Canadian users is scheduled for November 2026, though Meta has not confirmed an exact date.
Is Meta Muse available to the public?
Not yet. As of September 13, 2026, Muse is in closed beta for invited developers and enterprise partners. Public beta begins in November 2026 for North America. You can join the waitlist now at muse.meta.com, but Meta does not publish approval timelines, and the company prioritizes applicants with active GitHub profiles and large codebases.
What regions can access Meta Muse AI agent?
The United States is the only region with access today. Canada joins the public beta in late October or early November 2026. The EU and UK are scheduled for Q1 2027, pending AI Act compliance review. Asia-Pacific and Latin America follow in Q2 2027. Enterprise customers outside these regions can request exceptions through their Meta account representative.
Do you need a waitlist to use Meta Muse?
Yes, until the public beta launches in November. Right now, every user must apply through the waitlist at muse.meta.com and wait for approval. Meta for Developers accounts with linked GitHub profiles move faster through the queue than standard Meta accounts. Once public beta opens, North American users can sign up directly without waitlist approval.
Is Meta Muse free or paid?
Muse offers both. The free tier includes 50 queries per day, a 100,000-token context window, and indexing for up to 10 repositories. The paid tier costs $29/month or $290/year and raises limits to unlimited queries, 500,000 tokens, and 100 repositories, plus faster response times. The paid tier launches October 15, 2026, two weeks before public beta begins.
Photo by MART PRODUCTION on Pexels