Skip to content

v0.2.15

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:05

πŸ›°οΈ 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 .dmg file 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 .msi or .exe file from the Assets list below.

Note: The app is not code-signed, so Windows may flag it:

  1. If your browser warns about the download, select "Keep"
  2. When you see "Windows protected your PC", click "More info"
  3. 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 .rpm file from the Assets list below.

Recommended: The .AppImage needs no sudo β€” just make it executable and run it:

chmod +x Agent.Mission.Control_*.AppImage
./Agent.Mission.Control_*.AppImage

The .deb/.rpm packages 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) or libappindicator-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.