OPEN SOURCE GROK BOT

gawkbot is the open source Grok Bot. Here is how it compares.

Grok Bot gives you always-on AI teammates in xAI's cloud. gawkbot gives you the same idea on your own machine, for free, on the agent you already pay for, with the honest caveats written down.

Last updated 1 September 2026. Maintained by the gawkbot team. Corrections: file an issue.

gawkbot is an open source Grok Bot: a team of always-on AI bots that runs on your own machine instead of a vendor's cloud. It is free, it uses the coding agent you already have signed in (Claude Code, Codex, or a local model), every external action waits for your approval, and it builds you a microapp so you have something to look at while the work is already done.

gawkbot vs Grok Bot

Row by row. Grok Bot facts are from xAI's launch post and the early-beta reviews linked below; gawkbot facts are from the code.
GROK BOT (xAI)GAWKBOT
PriceBundled with SuperGrok, SuperGrok Heavy, and Cursor Pro, Pro+, Ultra, and Teams plans. Enterprise is waitlisted.Free. No account, no seats, no usage fees. You pay your model provider directly, or nothing with a local model.
SourceClosed.Public on GitHub under the Sustainable Use License. Read it, modify it, self-host it.
Runs onxAI's cloud. Bots keep working after you close your laptop.Your machine, with your keys. Bots keep working while your machine is on.
ModelsGrok, chosen for you.Claude Code by default; Codex CLI, Opencode, local models, Hermes Agent, OpenClaw. Mix them per bot.
Bot computersEach bot has a computer in the cloud with a browser, files, and signed-in tools.Not yet. Each bot works in its own directory with its own tool allowlist on your machine. Per-bot sandboxes are planned and will be listed here only once they ship.
ApprovalsBots act on your accounts around the clock.Every send, commit, purchase, and delete waits for your click. Per action, never a blanket grant.
OutputFinished work, delivered in chat.Finished work, plus a microapp built to review it, with its own data tab and integrations.
Audit trailIn xAI's product.Every tool call is a line in a local log you can cat.
PlatformsmacOS and iOS apps.macOS and Windows desktop apps; Linux via the CLI.
IntegrationsSigns into websites and apps directly, no API needed.1200+ integrations through connected accounts, plus whatever the agent CLI can reach.

Sources: xAI, Introducing Grok Bot (11 August 2026); Grok Bot on Hacker News; Nate's early-beta review, which notes all of his bots shared one cloud computer.

Where Grok Bot is better

Being honest about this is the whole point of the name. Grok Bot bots run in a cloud that never sleeps, so a job started on Friday is done on Monday without your laptop open. They also sign into websites with a real browser on their own computer, which is a cleaner story than an agent CLI on your desk. If you want zero setup and do not mind a subscription, xAI's product is the easier first hour.

Where gawkbot is better

Other open source Grok Bot alternatives

gawkbot is not the only one, and you should pick on fit. Rakazo lets you choose any model and any sandbox and ships web, desktop, and mobile clients. OpenMausBot gives each bot a virtual machine, local-first. CopilotKit's OpenBot is governance-first and works with any AG-UI agent harness. gawkbot's angle is narrower: one bot per manual workflow, on the coding agent you already have, with a microapp at the end.

Install the open source Grok Bot

  1. Sign in to one agent CLI: Claude Code, Codex CLI, or Opencode.
  2. Run the command below. The browser opens and verifies your runtime before anything else happens.
  3. Name your office, describe one manual workflow in a sentence, and watch the first bot get built.
npx gawkbot@latest

Prefer a native window? Download the desktop app for macOS or Windows.

Questions people ask

What is Grok Bot?

Grok Bot is xAI's team of always-on AI teammates, launched in early beta on 11 August 2026. Each bot gets a computer in xAI's cloud, signs into your tools and websites, and keeps working after you close your laptop. It is closed source and bundled with SuperGrok and Cursor paid plans.

Is gawkbot an open source Grok Bot?

Yes, in the sense people mean when they search for one: the code is public, you can read every line, run it for free, modify it, and self-host it. The licence is the Sustainable Use License, which purists call source-available rather than open source: it allows internal business and non-commercial use but not selling gawkbot itself as a hosted product.

Does gawkbot need a Grok or xAI subscription?

No. gawkbot has no account and no cloud. It runs on your machine using an agent CLI you already have signed in: Claude Code by default, or Codex CLI, Opencode, Hermes, OpenClaw, or a local model. Your keys never leave your machine.

Do gawkbots get their own computer like Grok Bots do?

Not yet. Today each bot works on your machine in its own directory with its own tool allowlist. Per-bot sandboxed computers, local container or cloud VM, are planned and will be described here only once they ship.

How is gawkbot different from Rakazo, OpenBot, and OpenMausBot?

All four are open source answers to Grok Bot. Rakazo and OpenMausBot focus on giving bots a sandbox or virtual machine; CopilotKit's OpenBot focuses on governance for any AG-UI agent. gawkbot focuses on the outcome: one bot per workflow, running on the coding agent you already pay for, that builds you a microapp to review what it did, with an approval gate on every external action.

How do I install gawkbot?

Run npx gawkbot@latest in a terminal with Claude Code or Codex CLI signed in. The browser opens, you verify your runtime, name your office, and describe the first workflow. Desktop installers for macOS and Windows are at gawk.bot/download.html.