Run, monitor, and control
parallel agent jobs

Agent Heaven is a local desktop app that spawns AI coding agents as cards on a Kanban board and streams their output in real-time.

Agent Heaven
Projects
api-server
~/code/api-server
frontend
~/code/frontend
ml-pipeline
~/code/ml-pipeline
api-server
o3
Run
Refactor the auth middleware to use JWT...
Running
Refactor auth middleware
running 2m 14s
Updating jwt.verify() calls... |
Add pagination to /users
running 0m 48s
Needs Attention
Fix CORS config
needs input 5m 02s
Done
Add rate limiter
done 3m 21s
Write integration tests
done 8m 45s

Features

Kanban Board

Agent runs are organized into Running, Needs Attention, and Done lanes. See all your tasks at a glance.

Live Streaming

Watch agent output stream in real-time with a live terminal view, chat history, and raw logs.

📂

Multi-Project

Manage multiple project folders. Each run is tied to a project with its own color, path, and config.

🎨

Themes

Six built-in themes (Heaven, Nord, Gruvbox, Solarized, Dracula, Ocean) with dark and light modes.

📷

Drag & Drop Attachments

Drop images onto prompts or follow-ups for visual context, or drop other files to insert their paths into the text.

🔔

Notifications

Sound alerts when jobs finish or need your attention. Ten sound presets with configurable volume.

🌐

Multi-Display

Pop out individual lanes or jobs into their own windows. Spread your workflow across multiple displays.

Global Hotkey

Summon the app from anywhere with a configurable keyboard shortcut. Optionally paste clipboard into the prompt.

💾

Persistent History

Job history is saved to disk with thread IDs for resuming. Archive or trash runs to keep things tidy.

Get Agent Heaven

Download the latest release or build from source.

macOS (.dmg)
Apple Silicon + Intel
Download
Windows (.exe)
Installer (NSIS)
Download
Build from Source
npm install && npm run dist
View on GitHub