π°οΈ Download Agent Mission Control
A live, second-monitor dashboard for the GitHub Copilot CLI. Every tool call, sub-agent dispatch, and permission prompt becomes a live signal so you can spot stalls and "needs attention" the moment they happen.
π€ Install this using the Copilot CLI
If you have GitHub Copilot CLI installed, you can install Agent Mission Control with a single prompt:
copilot --allow-all -p "Install the latest version of this app for me https://github.com/DanWahlin/agent-mission-control/releases"
Note: The app is not code-signed, so after installing you'll still need to manually run the commands shown below for your operating system.
Or download the installer for your OS from the Assets list below.
π macOS
| File | Description |
|---|---|
*.dmg |
macOS installer (Universal β Apple Silicon + Intel) |
Download the
.dmgfile from the Assets list below.Note: The app is not code-signed. After installing, open Terminal and run:
sudo xattr -rd com.apple.quarantine /Applications/Agent\ Mission\ Control.app
πͺ Windows
| File | Description |
|---|---|
*.msi |
Windows installer (x64) |
*.exe |
Windows setup executable (x64) |
Download the
.msior.exefile from the Assets list below.Note: The app is not code-signed, so Windows may flag it:
- If your browser warns about the download, select "Keep"
- When you see "Windows protected your PC", click "More info"
- Then click "Run anyway"
π§ Linux
| File | Description |
|---|---|
*.AppImage |
Universal Linux (run anywhere) |
*.deb |
Debian/Ubuntu package |
*.rpm |
Fedora/RHEL package |
Download the
.AppImage,.deb, or.rpmfile from the Assets list below.Recommended: The
.AppImageneeds nosudoβ just make it executable and run it:chmod +x Agent.Mission.Control_*.AppImage ./Agent.Mission.Control_*.AppImageThe
.deb/.rpmpackages require root to install (e.g.sudo dpkg -i Agent.Mission.Control_*.deb).Tray icon: If you want the system tray menu, install
libayatana-appindicator3-1(Debian/Ubuntu) orlibappindicator-gtk3(Fedora/RHEL). It's optional β the app launches fine without it (e.g. on WSL2, which has no tray).
A live mission-control dashboard for your GitHub Copilot CLI sessions β built with Tauri + Phaser + TypeScript.