Buster Claw - AI Agent Runtime

A desktop runtime where an AI agent manages your web interactivity through one auditable command surface.

What Buster Claw Is

Buster Claw is a Phoenix/LiveView application wrapped in a Tauri desktop shell. It has no built-in LLM and needs no API keys. You run Claude Code or Codex in the built-in terminal, and Buster Claw gives that agent a durable workspace, a command catalog, and an audit trail.

How It's Used

Work lands in a durable Dispatch queue that Buster Claw projects to workspace markdown; the agent pulls items, does the work, and writes results back through the ./buster-claw CLI. The desktop UI gives you the command surface, the Sentinel audit feed, and the results.

Features

Agentic command surface with ~70 commands across CLI and HTTP API. Web and workspace interactivity including browsing and fetch, Google Workspace sync and actions, and GitHub/Sentry/Umami integrations. Dispatch pull-queue for terminal-driven work. In-app terminal with a real PTY. Orchestration shift with supervised Elixir janitor. Workspace library for markdown documents and artifacts. Sentinel security layer with full audit trail.

Tech Stack

Tauri v2 desktop shell, Elixir/Erlang backend, Phoenix LiveView web framework, SQLite via Ecto, PTY terminal via Tauri Rust shell, optional Playwright browser sidecar, Tailwind CSS.

Open Source

View on GitHub