· 5 min read · Omkar Satpute and Milind Soni

OpenMausBot: the open-source alternative to Grok Bot

OpenMausBot is a free, MIT-licensed alternative to xAI's Grok Bot: a chat app of AI bots that runs on your own Mac or PC using Claude, Codex, and Grok.

OpenMausBot is the open-source alternative to Grok Bot. It is the same idea, a chat app where every contact is an AI bot with its own model, computer, and apps, but it is free, MIT licensed, runs on your own machine, and uses the Claude, Codex, and Grok agents you already pay for.

What is Grok Bot?

Grok Bot is xAI's agent product, launched in beta on August 11, 2026. Instead of one chatbot, you get a roster of bots in a messaging app. Each has its own thread and a cloud computer, signs into your tools, and comes back when a job is done or needs your call.

  • Runs on Grok, in xAI's cloud, on macOS and iOS.
  • Bots can share a group chat and hand work to each other.
  • Show a bot a workflow once and it saves it as a routine.
  • Requires SuperGrok Heavy, Cursor Ultra, or Cursor Teams Premium.

What is OpenMausBot?

OpenMausBot keeps the shape and changes everything underneath. Bots run on the claude, codex, and grok CLIs installed on your computer, with your existing logins. A small harness on 127.0.0.1 owns every agent process, and your data stays in ~/.openmausbot. The code is on GitHub under MIT.

OpenMausBot, a Telegram-style chat app where every chat in the sidebar is a real AI agent
Every chat in the sidebar is a real agent with its own model, computer, and connected apps.

Try it. This is a live simulation of four bots working in parallel:

Inbox

A simulation. Pick a bot, or type to it. The replies are scripted; the real thing runs on your own machine.

Grok Bot vs OpenMausBot

Grok BotOpenMausBot
PriceSuperGrok Heavy, Cursor Ultra, or Cursor Teams Premium planFree. You pay your model providers directly.
LicenseProprietaryMIT
ModelsGrok onlyClaude, Codex, and Grok, per bot
Where agents runxAI's cloudYour machine, on the CLIs you already have
Where your data livesxAI's servers~/.openmausbot on your disk
Bots get a computerShared cloud computerCloud desktop per bot, or your own Mac
Connected appsSigns into your tools500+ apps over Composio, OAuth once
ApprovalsPulls you in for judgment callsAllow / Deny card for every risky action
Group chats between botsYesYes, with @mentions, delegation, and group calls
Scheduled routinesNot announcedYes, on a schedule or from a webhook
VoiceNot announcedBots read replies aloud, or call you
Learn a workflow by watching youYesNot yet
Keeps working with your laptop closedYesNot yet
PlatformsmacOS, iOSmacOS, Windows; Ubuntu from source; iOS coming
Self-host or air-gapNoYes

What OpenMausBot does

Pick a model per bot

Claude, Codex, and Grok models sit side by side in a provider rail. Give one bot Claude for writing and another Codex for code, and switch mid-conversation.

The OpenMausBot model picker showing Claude and Codex models in a provider rail
One bot, any model. Unavailable providers are dimmed with the reason.

Every bot gets a computer

Open the Computer panel and a cloud desktop spins up on its own, with a live preview while the bot works. Or point the bot at your own Mac.

The OpenMausBot computer panel with a live preview of a bot's cloud desktop
Watch the bot work, or open the desktop and take over.

Bots ask before they act

Shell commands, file edits, and questions surface as cards in the chat. Allow, deny, or answer. It works the same for cloud and local computers.

A question card in an OpenMausBot chat with lettered options and a free-text answer box
Questions and approvals land in the chat as cards. Every risky action is a decision you make.

Connected apps

Gmail, Slack, GitHub, Notion, Linear and hundreds more over Composio. OAuth once, and every bot can use them as tools.

The OpenMausBot connected apps marketplace
Connect an app once. Every bot gets it.

Bots that work as a team

Put bots in a group room. One answers by default, or everyone does, or only the ones you @mention. Bots can ask each other questions and hand off work, and a peer-comms approval card lets you decide who talks to whom. Put the whole room on a call, or export the team for someone else to import.

Bots that talk back

Press the speaker on any reply, or hit call and have a conversation. The bot hears you, narrates its work, and asks for approvals out loud. Bring your own ElevenLabs key.

A bot on a voice call in OpenMausBot, listening, with a hang up button
Hear what ran overnight while you make breakfast.

Which one should you choose?

Choose Grok Bot if you already pay for SuperGrok Heavy or Cursor Ultra, Grok is the only model you need, and you are fine with your work living in xAI's cloud.

Choose OpenMausBot if you have Claude, Codex, or Grok subscriptions and want to use them, want a different model per bot, need your data on your own machine, or have a security review to pass.

Frequently asked questions

Is OpenMausBot really free?
Yes. The whole app is MIT licensed with no paid tier and no locked features. You only pay the model providers you already use, such as your Claude or Codex subscription.
Do I need a Grok subscription?
No. OpenMausBot runs on whichever agent CLIs you have installed: claude, codex, or grok. Any one of them is enough to start.
Is OpenMausBot affiliated with xAI?
No. It is an independent open-source project inspired by Grok Bot. Grok is a trademark of its owner, and OpenMausBot has no token or cryptocurrency of any kind.
Where does my data go?
Nowhere, unless you send it. Transcripts, keys, and events live in ~/.openmausbot on your own disk, and the harness listens only on 127.0.0.1.

Get started in two minutes

The harness is embedded, so there is nothing else to install. Download for macOS, Windows, or Ubuntu, paste the keys you already have, and meet your first bot. Or read the source on GitHub first. Everything on the features list is free, forever.