EveryDev.ai
Subscribe
Home
Tools

3,824+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. gawkbot
    gawkbot icon

    gawkbot

    Autonomous Systems

    An open-source, self-hosted AI bot framework that automates menial workflows on your own machine and builds microapps to manage the results, with human approval gates on every external action.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to self-host for internal business and non-commercial use under the Sustainable Use License. No account, no seats, no usage fees. Requires your own AI provider API keys.

    Engagement

    Available On

    CLI
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsWorkflow AutomationMulti-agent Systems

    Alternatives

    OpenHiveHyperagentPazi
    Developer
    Najmuzzaman MohammadNajmuzzaman Mohammad builds gawkbot, an open-source multi-ag…

    Listed Sep 2026

    About gawkbot

    gawkbot is an open-source, self-hosted AI bot framework built in Go that runs entirely on your own machine using the AI coding runtime you already have — Claude Code, Codex, Opencode, or a local model. It was created by Najmuzzaman Mohammad and positions itself explicitly as an open-source alternative to xAI's Grok Bot, running on your keys instead of a vendor's cloud. The project reached the top of Hacker News Life of Product Week and has accumulated over 1,300 GitHub stars since its March 2026 creation.

    What It Is

    gawkbot is a multi-agent automation framework that turns natural-language workflow descriptions into always-on AI bots, each with its own working directory, tool allowlist, browser, and schedule. Rather than a single monolithic assistant, each bot is scoped to one workflow — expense filing, inbox triage, invoice reconciliation, file renaming — and when it finishes the job, it builds a microapp so you have a dashboard to review the outcome. The name is a deliberate parody: "gawk" means to stare blankly, which is what you do at the dashboard after the bots have already done the work.

    How the Bot-and-Microapp Workflow Works

    Every gawkbot ships with six components out of the box:

    • The app — a real UI screen built live as the bot is created, reading and writing actual workspace data
    • Routines — cron-style scheduled runs with versioned prompts and per-run transcripts
    • Tools — self-authored capabilities the bot can teach itself from chat
    • Knowledge — Wikipedia-style pages about the bot with citations back to source data
    • Data + integrations — per-bot typed tables plus 1,200+ integrations via Composio
    • Approval gate — reads are free; every write, send, commit, or delete waits for a human tap

    Bots can consult each other: mention a second bot in a conversation and the first goes off to coordinate rather than pulling it into the thread. The build streams live in front of you — screen, routine, and tools assembling in real time.

    Permissions and Trust Model

    The permissions design is a first-class feature, not an afterthought. Each bot operates in its own directory with its own tool allowlist, so blast radius is per-bot rather than per-workspace. Approvals are per-action and do not persist — a blanket grant is not possible. Permissions that stop being used expire rather than accumulating silently. Every tool call is written to a local log. The project states that pointing gawkbot at a local model means nothing leaves the machine at all.

    Setup Path and Runtime Options

    Installation is a single npx gawkbot command; the browser opens, you verify your runtime, name your workspace, and describe your first workflow. A global npm install and a source build (requiring Go and Bun) are also supported. Runtime flags let you override the AI provider, change the web UI port (default 7891), or run multiple isolated workspaces side by side. Supported providers include Claude Code, Codex, Opencode, Ollama, Hermes Agent, and OpenClaw HTTP endpoints, all switchable via CLI flags or environment variables.

    Update: v0.238.1

    The latest release is v0.238.1, published 8 September 2026, with the repository last pushed on 9 September 2026. The project is under active development — the GitHub README includes a live claim-status table tracking shipped vs. planned features, and the comparison page against Grok Bot is dated 1 September 2026 with a standing invitation to file issues for any outdated rows. One planned item — packaging the routine runner into the npx/desktop installs — is listed as upcoming. The project is licensed under the Sustainable Use License, which permits free self-hosting for internal business and non-commercial use but prohibits reselling gawkbot as a hosted product.

    gawkbot - 1

    Community Discussions

    Be the first to start a conversation about gawkbot

    Share your experience with gawkbot, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Self-Hosted

    Free to self-host for internal business and non-commercial use under the Sustainable Use License. No account, no seats, no usage fees. Requires your own AI provider API keys.

    • Full multi-agent bot framework
    • Microapp generation
    • 1,200+ integrations via Composio
    • Runs on your own machine with your own keys
    • Supports Claude Code, Codex, Opencode, local models

    Capabilities

    Key Features

    • Multi-agent bot framework with one bot per workflow
    • Microapp generation — bots build a UI dashboard after completing work
    • Human approval gate on every external write, send, commit, or delete
    • Runs entirely on your own machine with your own API keys
    • Supports Claude Code, Codex, Opencode, Ollama, Hermes, and OpenClaw runtimes
    • 1,200+ integrations via Composio
    • Per-bot typed data tables
    • Cron-style routines with versioned prompts and per-run transcripts
    • Self-authored bot tools teachable from chat
    • Knowledge pages with inline citations
    • Multi-workspace support with isolation
    • Team sharing via Tailscale/WireGuard or Cloudflare tunnel
    • Local memory stored in files under ~/.wuphf/
    • Usage cost readout (dollars, tokens, runs) in Settings
    • Optional anonymous telemetry, off by default on stock builds
    • Per-bot directory and tool allowlist for blast-radius control
    • Permissions expire when unused
    • Full local log of every tool call

    Integrations

    Claude Code
    Codex CLI
    Opencode
    Ollama
    Hermes Bot
    OpenClaw
    Composio (1200+ integrations)
    Gmail
    Slack
    HubSpot
    Tailscale
    WireGuard
    Cloudflare Tunnel
    LiteLLM
    PostHog (optional analytics)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate gawkbot and help others make informed decisions.

    Developer

    Najmuzzaman Mohammad

    Najmuzzaman Mohammad builds gawkbot, an open-source multi-agent automation framework that runs AI bots on your own machine instead of a vendor's cloud. The project positions itself as a self-hosted, approval-gated alternative to commercial bot platforms, shipping under the Sustainable Use License. gawkbot reached the top of Hacker News Life of Product Week and has over 1,300 GitHub stars since its March 2026 launch.

    Read more about Najmuzzaman Mohammad
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    OpenHive icon

    OpenHive

    OpenHive is an autonomous multi-agent automation platform that lets you spin up a Queen Bee to delegate tasks to a colony of specialized Worker agents, running business processes at industrial scale locally or in the cloud.

    Hyperagent icon

    Hyperagent

    Hyperagent is an AI agent platform that deploys a personal fleet of agents to research, build, and deliver real work—websites, videos, decks, docs, and dashboards—using your data, tools, and style.

    Pazi icon

    Pazi

    Pazi is an AI-powered platform that builds a team around your business idea and helps you execute it — from validation and branding to launching and growing.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    410 tools

    Workflow Automation

    Agents designed to automate complex business and development workflows.

    322 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    347 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions