Skip to content

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:44
· 11 commits to main since this release

🛰️ 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.

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.