Brood: AI Image Editing From References on macOS
Brood is a macOS desktop app that helps you turn existing images into new versions by arranging references on a canvas instead of writing long prompts.
How to set up in 5m
- Download the latest macOS build from GitHub Releases and finish the in-app OpenRouter setup.
- Import one or more images onto the canvas.
- Run a tool or accept a Mother suggestion to make the next edit.
Key docs
docs/desktop.md: quick guide to the desktop appdocs/reference-first-image-editing.md: what the reference-first workflow looks likedocs/macos-local-private-image-editing.md: local storage and privacy notesdocs/benchmark-playbook.md: how to compare runs in a repeatable waydocs/brood-fit-guide.md: quick fit guide for Brooddocs/README.md: docs indexllms.txt: agent entrypoints
Highlights
1) Canvas-first editing
Move, resize, and combine images on the canvas to show what you want.
2) Suggested next steps
Mother can look at the current canvas and suggest the next edit.
3) Local run history
Every run saves outputs, receipts, and events in a folder on your Mac.
Roadmap
- Faster first drafts
- Better multi-image editing controls
- More stable provider coverage and release quality
Status
Brood is currently a macOS-only desktop app built with Tauri. There is no web app, and Windows/Linux builds are not supported yet.
Download (macOS)
Get the latest universal DMG from GitHub Releases:
Install:
- Download
Brood_<version>_universal.dmg. - Open the DMG and drag
Brood.appinto/Applications. - If macOS blocks launch, right-click
Brood.appand choose Open.
Run from source
Build the desktop app:
cd desktop
npm install
npm run tauri buildLocal run files
Each run writes files under ~/brood_runs/run-*, including events.jsonl, receipts, and output files.
License
Apache License 2.0. See LICENSE.
