Reopen your running agents
Close and reopen the app or restart the daemon, then reattach with full scrollback.
Details
Agents run in tmux on macOS/Linux or a ConPTY host on Windows. Live processes do not survive an operating-system reboot.
v0.9.0 preview · desktop app, plus a terminal UI
Download the app, add a repository, then choose an installed agent CLI. Agents waiting on you rise to the top; sessions survive app and daemon restarts.
Prefer the terminal? repomon is a first-class TUI too, same fleet, same daemon.
Choose your workflow
Choose Repomon when you manage 5–15 active projects and need one fleet view.
Start with one repository, then add the rest as you need them.
Claude Squad, ccmanager, Conductor and Crystal focus on parallel agents in a single project.
If you work in one repo, those tools may be simpler. Repomon serves a fleet across several projects, with desktop and terminal clients.
The desktop app
Follow the first-run system check, then add a repo and choose an installed agent CLI. Allow 3–5 minutes once Git and your agent CLI are ready.
You know it worked when: your lane appears in the sidebar and the agent opens in a pane.
The bundle includes the daemon and, on macOS/Linux, portable tmux. Neither needs a separate install.
Settings > System checks tmux, Git and each agent CLI, with copyable install commands for missing tools.
Install the bundled CLI from Settings > System > Command-line tools. Extensions manages Claude Code marketplaces, plugins and skills.
Use Cmd for the shortcuts below on macOS, or Ctrl on Windows/Linux.
Close and reopen the app or restart the daemon, then reattach with full scrollback.
Agents run in tmux on macOS/Linux or a ConPTY host on Windows. Live processes do not survive an operating-system reboot.
Press Cmd+G to jump to the next lane needing attention.
The sidebar sorts by recent activity and floats waiting lanes. Hover a lane to see its live multi-agent roster.
Press Cmd+1 for Git status, working-tree diffs and commit history. Press Cmd+2 for the compact editor.
Open the full Editor workspace for a file tree, multiple tabs, Markdown/SVG previews and project search. If an agent changes an open file, a conflict banner prevents a silent overwrite.
Press Cmd+5 to watch and drive agents across every repo and lane.
The fixed grid labels and color-codes panes by repository and branch.
Press Cmd+8 to mail one agent, a lane or the whole fleet.
Mail between agents, Repomind and you is durable. Inspect per-recipient results; force-send a stuck message or delete it.
Press Cmd+7 to review lane supervision. Enable the global and lane switches to opt in.
Supervision is off by default. Policy can answer routine permission dialogs and nudge stalled agents through a re-verified send path with a per-lane audit. Mail independently wakes eligible idle recipients.
Press Cmd+9 to open Repomind and supervise its work.
The orchestrator uses Repomon’s MCP server to spawn workers, answer their prompts and merge finished work across the fleet. It journals its actions and drafts playbooks for approval. It works today and is still a work in progress.
Press Cmd+3 to inspect tokens and equivalent API cost by session or repo.
Edit model rates in Settings > Usage to re-price history immediately. Toggle today’s sidebar cost there; recount progress shows when older transcripts are still being corrected.
Open Settings > System to install the bundled tools and check their version and your user PATH.
The Windows app has one title bar, native window controls and durable ConPTY sessions.
Pair a client to watch and drive the fleet over the private WebSocket bridge.
The token-gated bridge serves the same JSON-RPC API on your tailnet, never a public interface. A paired client can approve prompts from your phone. The native iOS companion has fleet view, live conversations and an Approve button; it is built and awaits an Apple Developer account before release.
Prefer the terminal?
Run repomon to open the TUI. It uses the same daemon, fleet, lanes and agents as the desktop app; your selection follows you through four zoom levels.
Time: 2 minutes. Use Right arrow to zoom in, Escape or Left arrow to zoom out, and Space for the grid.
Every agent on one screen. The ones waiting on you float to the top; hit g to jump to the next.
Fleet sidebar plus the selected agent's live output and an input line. Steer without losing the picture.
Live tiles auto-sized to your window. Watch and nudge several agents at once.
One agent full-screen: full live terminal, input, and controls. Reattach (a) with full scrollback.
You know it worked when: the selected lane stays selected as you change views.
Beyond the live views, three dashboards (2/3/4): a per-repo
commit timeline with cross-repo correlations, detected work sessions exportable to
Markdown, and global commit search. Press c on a lane to exit repomon and
cd your shell straight into that worktree.
The honest table
Compare scope first. Expand the table for runtime, triage, usage and remote details.
| repomon | Claude Squad / ccmanager | GUI apps (Conductor, Crystal) | built-in claude agents |
|
|---|---|---|---|---|
| Scope | many repos × worktrees × agents | one repo, many worktrees | one repo, many worktrees | one tool, flat list |
| Interface | desktop app or TUI, same fleet | terminal only | GUI only | inside the CLI |
| Runtime | tmux / ConPTY: survives close, reattach | tmux | app process | inside the CLI |
| Triage | needs-you float to top, jump-to-next | flat list | varies | grouped by state |
| Usage limits | quota probes, token ledger + model rates | No | No | No |
| Remote | open WebSocket bridge + APNs over Tailscale iOS soon | No | No | No |
Choose Repomon for agents across several projects and access from both desktop and terminal. For one repo, Claude Squad, ccmanager or a single-repo GUI may be simpler.
Get it
Universal build, Apple silicon and Intel
Download .dmgTime: 3–5 minutes.
You know it worked when: your repo appears in the fleet.
x64 installer
Download .exeTime: 3–5 minutes.
You know it worked when: your repo appears in the fleet.
Binaries are not code-signed yet. If SmartScreen warns, choose More info, then Run anyway.
AppImage, .deb, or .rpm
DownloadTime: 3–5 minutes.
You know it worked when: your repo appears in the fleet.
Replace the filename with your downloaded file.
chmod +x ./Repomon_<version>_amd64.AppImage
./Repomon_<version>_amd64.AppImageFor a Debian package:
sudo apt install ./Repomon_<version>_amd64.deb
The bundle carries its own daemon and, on macOS and Linux, its own portable
tmux. Install Git and your chosen agent CLI if the system check reports either missing. Allow another 5–10 minutes for those tools. The app updates itself after the first download
(Settings > General > Check for updates).
The page previews 0.9.0. Download buttons continue to open the existing published release until 0.9.0 is available.
repomonAlready have the desktop app? Open Settings > System > Command-line tools > Install. The daemon and CLI are bundled. Or install from GitHub below.
Time: 2–5 minutes for prebuilt tools; 10–20 minutes for a first source build.
repomon --version.You know it worked when: the version command prints a version.
$ curl -fsSL https://github.com/AliHamzaAzam/repomon/releases/latest/download/install.sh | sh
$ brew install AliHamzaAzam/tap/repomon
$ irm https://github.com/AliHamzaAzam/repomon/releases/latest/download/install.ps1 | iex
$ cargo install --git https://github.com/AliHamzaAzam/repomon repomon-tui repomon-daemon
Prebuilt CLI binaries: macOS, Linux, and Windows (native, no WSL required).
Any other platform builds from source. The CLI needs tmux and git at
runtime on macOS and Linux (the desktop bundle ships its own); Windows never needed tmux, it
runs agents through the built-in ConPTY host instead.
Install tmux for the standalone macOS/Linux CLI. Choose your package manager below. Allow 1–3 minutes; tmux -V prints a version when it is ready.
$ brew install tmux$ sudo apt install tmux$ sudo dnf install tmux$ sudo pacman -S tmux