Meta's Muse Lives on Meta's Computer. Ours Lives on Yours.
Meta announced Muse: a personal AI agent that runs on a persistent, dedicated virtual machine with a browser, chats with you on mobile, Mac and WhatsApp, asks before it spends your money, and keeps your logins in a store it cannot read.
The verdict first. Muse is a good description of a personal agent, and every line of it is installable from us today, on a machine you own. Four pieces do it: awdk builds and runs the agent, awsh puts it in your terminal, awdesk puts it on your desktop with a face, and AitherOS Online is the full platform in a browser tab. Three of the four are one command away, on Linux, Windows and macOS.
If you want a personal agent this week, on your own hardware, with your own keys, start at the bottom of this post. If you want the comparison, here is their product page, line by line.
The product page, line by line
"A secure computer with a shared browser." Muse gets a dedicated VM in Meta's cloud.
Ours gets the computer you already have. awbrowse is the browser brick — navigate,
console, network, DOM, screenshot — and it hands the agent the page in a form worth
reasoning about instead of a picture of text. For the full sandbox, awnix is an immutable
Linux where the filesystem itself is the boundary, Apache-2.0, one podman pull.
"Designed to feel like a conversation." Muse talks in its app and in WhatsApp. Ours
talks where you already work. awsh makes the terminal conversational: type a question
where a command would go and the fleet answers, with your directory, environment and
session intact. awdesk is the always-on body: a tray icon and a VRM character on your
desktop with lip-sync, on Linux, Windows and macOS 14.2+. awmail gives the agent a real
inbox it can send from and receive at, over your own server, and awvoice lets it hear
and speak through a service you host. On your phone it reaches you in Discord today —
decision cards arrive as direct messages with their options attached — and awdk's channel
adapters carry the same agent to Telegram and Slack.
"Approve critical actions from your agent." This is the part we care most about, and
it has been our daily driver for months. An agent that reaches a real fork raises a
decision card. awdesk tracks the open queue, fires a native notification, and one
click opens the answer window. The record of what happened lands in awdit, an
append-only trail where a removed record is detectable — the property that separates an
audit log from a text file.
"Your personal data is safe and secure." Muse keeps logins in a store the agent cannot read. Same design here, one layer deeper: agents on this platform hold HMAC-signed capability tokens scoped to a resource, an action and a time window, and the API keys stay in the vault behind them. When an agent needs a credential from you, the value goes from your keyboard to the vault and the agent receives a handle. The difference is where the vault lives: theirs is in Meta's cloud, ours is on your box.
"Always working on your goals and suggesting ideas." awrise wakes an agent on a
schedule, lets it do one thing, and puts it back to sleep — with a durable record of every
wake: fired, skipped, overlapped or timed out, each with its reason. awm is the scoped
memory that makes the agent sharper over time and stops it re-asking. The platform itself
runs on this loop: background routines plan, execute, brief the owner every morning and
raise a card when a call is genuinely yours.
"Works with your apps and builds its own tools." The platform exposes 1,395 tools
behind one MCP gateway, counted this morning — mail, calendar, contacts, tasks, invoicing, research,
browser, code. When a tool is missing, the agents write it; that is how most of that
catalog came to exist. awdk ships the same ability to you: adk new scaffolds an agent
pack, and the pack format is versioned and portable.
"Download Muse for Mac." awdesk ships for macOS as DMG and ZIP on arm64 and x64, for
Windows as an installer, and for Linux as AppImage and DEB. Desk v0.1.1 is on the
releases page with checksums. It also runs a local MCP
server, so any agent you already use — Claude Code, Codex, awsh, your own — can drive the
desktop character and open its windows with one mcp add.
"Does Muse keep working after I close the app?" Ours keeps working after you close the laptop, because the agent can live on any machine you own: a desk-sized GPU box, a home server, a cloud instance you provisioned. The mesh join takes about a second, and the owner of the network gets a decision card within five seconds of it.
The part a product page cannot offer
Muse is one agent, on one vendor's VM, running one vendor's model. That is a clean product, and it sets a ceiling.
awdk points at any backend: a model on your GPU, a provider you already pay for, or both with local-first routing so the common case stays on your hardware and only the hard step goes out. awsh drives five coding agents from one daemon — Claude Code, Gemini CLI, Codex, Aider and OpenCode — plus our own sovereign agents and a group chat. Switch the brain and keep the session. Most of the family is Apache-2.0 in public repositories, each brick usable alone, so you adopt the one piece you need and leave the rest.
And the personal data stays personal by construction. A personal agent reads your email, your calendar, your purchases and your goals. Running it on your own machine means the most complete profile of your life that software has ever assembled sits on a disk you control.
What they got right
Fair is fair. Approval before consequential actions, a credential store the agent cannot read, and a complete audit trail are the right three pillars for a personal agent, and it is good to see the largest consumer company in the category put them on the front page. The one-time card number at checkout, with purchase protection behind it, is a genuinely strong answer to agent commerce and the piece of their page we would most like to match. And "a personal agent that takes the busywork off your plate" is the right product; the more people meet it, the more of them will ask where it runs.
Tough choice
You could hand a persistent agent your logins, your inbox and your calendar, on a VM in Meta's cloud.
Or you could run one on your own machine, with a face on your desktop, a voice in your terminal, a card that pops when it needs you, and an audit trail you hold.
Tough choice.
pip install awdk # the agent SDK: runtime, login, decision cards, research pack
npm i -g @aitherium/awsh # your terminal answers you
# awdesk: installers for macOS, Windows and Linux
# https://github.com/Aitherium/awdesk/releases/latest
AitherOS Online — the whole platform in a browser tab — is taking names at aitherium.com/waitlist.