Broomy iconBroomy

Your command center for
AI coding agents

Lead a team of agents and see when each needs help. Let an AI help you review code. Fully open source and extensible.

Public Preview - stable enough for daily use, but you may run into issues
MIT LicenseStar on GitHubTypeScript + React + Electron
Broomy desktop app showing multiple AI agent sessions with file explorer and terminal

If you use AI coding agents, you know the pain. Terminal tabs everywhere. Which agent finished? Which one needs input? What branch is it on? What files did it change?

Broomy gives you a single window to manage all of it — and since it's open source, you can extend it to fit exactly how you work.

Broomy sidebar showing multiple AI agent sessions with status indicators
SESSIONS

Run many agents at once

Run Claude Code on your backend, Aider on your frontend, and keep a terminal open for your docs — all in one window. Broomy watches each agent and shows you who's working, who's idle, and who just finished and needs your attention. When an agent completes a task, you get a notification so nothing slips through.

Review panel showing AI-guided code review with change explanations and potential issues
REVIEW

AI-guided code review

AI agents write code fast — but someone still needs to review it. Broomy uses AI to help you understand what changed and why, highlights potential issues, and lets you click through to diffs. It's not about rubber-stamping AI output — it's about keeping you in the loop so the codebase stays healthy even as agents move fast.

Explorer panel with file editor and source control view
IDE

A real IDE, not just a chat window

Edit files, browse your repo, check git status, stage changes, and commit — without switching windows. You're not forced to hand everything to the AI. When you need to step in and fix something yourself, the tools are right there.

AGENTS

Works with every agent

Broomy doesn't lock you into one AI provider. It works with any terminal-based coding agent, and adding support for new ones is trivial.

Claude Code
Codex
Gemini CLI
+
Any agent

Built to be extended

Broomy is a native desktop app built on well-understood technology. The codebase is designed to be readable, hackable, and easy to contribute to.

Actually open source

MIT licensed. No telemetry. No paid tier. No “open core” bait-and-switch. Every line of code is on GitHub — read it, fork it, change it, ship your own version.

Fork & modify

Don't like something? Change it. Add your own panels, agents, or workflows.

Contribute back

Open an issue, send a PR, or start a discussion. The project grows from community input.

Runs locally

No cloud. No accounts. Your code and sessions stay on your machine.

Browse the source →

github.com/broomy-ai/broomy

Get started

Clone and run in four commands:

$ git clone https://github.com/broomy-ai/broomy.git
$ cd broomy
$ pnpm install
$ pnpm dev

Requires pnpm and Node.js. See the README for full setup instructions.