Skip to content
Tech AI Wire

Meta's Muse agent lands on the Mac with file access

Meta's Muse agent reached macOS on September 18, 2026, where it can act on files, messages, calendar and notes with per-app permission.

By Tech AI Wire Team

3 min read

XLinkedIn
An open laptop with a dark screen sits on a wooden desk beside a pair of black smart glasses carrying Meta's loop mark.

Meta released a Mac version of Muse, its personal AI agent, on September 18, 2026. On the desktop the agent works against local applications: files, messages, calendar, notes, and mail. TechCrunch reported that access is opt-in per app, and that Muse asks for approval before sensitive actions.

Muse launched earlier in September 2026 in the United States, on iOS, Android, and the muse.ai website. Meta describes it as an agent rather than a chatbot. "Muse is a personal AI agent. It doesn't just answer questions, it actually does the work," the company's announcement says. Tech AI Wire covered the Muse Spark model behind it when it shipped.

Where the agent runs

Meta's design keeps the agent off your machine even when it acts on your files. "Muse runs on its own dedicated computer in the cloud, contained so no one else's agent can reach it," the announcement says. Each user gets an isolated environment that holds both the agent and the data it works with.

Two other pieces of the design are worth naming. A separate agent called Sentinel approves requests the main agent makes to reach the internet. Payments go through Link by Stripe rather than through Muse holding card details directly.

Meta says users choose which applications the agent connects to and how much access each one gets, and that the system keeps an audit trail of what the agent did.

What it costs and where it works

DetailStatus
PlatformsiOS, Android, muse.ai, and now macOS
RegionUnited States, with international expansion planned
Free tierYes, with weekly limits
Paid tierSubscription raises those limits
GlassesAnnounced as coming to Meta's AI glasses

TechCrunch notes the competitive context. A rival consumer agent, Instinct, raised at a $10 billion valuation, and both products added voice calling in the same week. Cognition acquired the earlier agent product Poke AI in July 2026. Mark Zuckerberg's comment on X was short: "The team is shipping fast."

What this means for developers

The permission model is the part to study, because it is the part your own agent features will be compared against. Muse ships three separate controls: per-app consent, approval before sensitive actions, and an audit log. If you are building anything that acts on a user's behalf, that is now the baseline a reviewer will expect, not a differentiator.

Look closely at the Sentinel design too. Putting a second agent in charge of granting network access is an admission that the acting agent cannot be trusted to decide alone. The same structure applies inside a company. The process that performs a task and the process that approves its outbound calls should not be the same process. Both should log.

Then consider what an agent with mail, messages, and file access means on a developer's laptop. Your ~/.ssh directory, .env files, and cloned client repositories all sit in the same file system the agent can be pointed at. This is the same lesson as the OpenAI monorepo incident this week, where an agent's access became the attacker's access. Grant the narrowest folder that makes the task work, and review the audit log rather than trusting it exists.

Sources

  1. Introducing Muse: The World's First Personal AI Agent Built for Everyone - Meta
  2. Meta's Muse hits Mac, letting the AI take actions on your computer - TechCrunch
  3. Meta AI launches Muse personal agent, including apps for iPhone and Mac - 9to5Mac

Related articles

The daily brief

Three to five stories a day, and what each one means for the people who build software. Free, no spam.