v0.2.13
🛰️ 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.Note: For the AppImage, make it executable first:
chmod +x Copilot.Mission.Control_*.AppImage ./Copilot.Mission.Control_*.AppImage
A live mission-control dashboard for your GitHub Copilot CLI sessions — built with Tauri + Phaser + TypeScript.