Copilot CLI is powerful — but sessions pile up, context gets lost across tasks, and you're tied to the desk. Console gives you visual session management, per-session context control, cross-session search, and mobile access. Move beyond chat to effectively managing your work.
⚡ Every Copilot CLI session, auto-discovered in Console. Every finish, notified. Continue from CLI, Desktop, or Mobile.
Run multiple Copilot CLI sessions simultaneously in a tabbed interface. Each session gets its own system prompt, model, tools, MCP servers, and working directory. Monitor all agents at a glance — no more juggling terminals.
Get push notifications on your phone when any agent finishes. Continue the conversation from mobile — reply or review tasks on the go. Install as a PWA for a native-like experience.
$ copilot-console --expose --no-sleep
# Scan QR from Settings, done.
⚡ Mobile session access and notifications work for every session — terminal or Console. Tap a notification, continues from where the agent left off.
Type / to open the command palette. Pick a command, get an inline chip with contextual hints. No flags to memorize, no syntax to look up.
/fleet — fire parallel sub-agents, watch multiple AI streams simultaneously
/compact — compress session context to free up the conversation window
/help — quick reference for available commands and features
When an agent needs clarification, it asks a structured question right in the conversation. Works seamlessly on desktop and mobile.
Sessions automatically group by project folder. Search across all conversations with keyword highlighting. Pin important messages for quick reference. Your AI history, organized automatically.
Everything you need to orchestrate AI agents at scale.
Schedule agent runs on cron. Runs dashboard for all executions — continue any run's conversation or watch a live agent in real-time.
Reusable agent configs with custom prompts, models, tools, and MCP servers. Launch sessions from any agent with one click.
Multi-agent delegation — compose agents into teams. Each sub-agent runs in its own context with specialized tools.
Drag-and-drop files, paste images, attach context to any message. Give your agent the visual and textual context it needs.
Extend with plugins — global and per-session MCP server management. Drop Python functions as custom tools. Built-in Tool Builder agent.
Autonomous web navigation via bundled Playwright MCP. Fill forms, extract data, take screenshots — all through natural language.
Know when agents finish. Native desktop notifications so you never miss a completed task, even when Console is in the background.
Open project folders in VS Code, Terminal, or Explorer with one click. Jump straight from Console into your favorite editor.
Multi-agent YAML pipelines — chain agents into deterministic steps. Each step's output flows to the next with live event streaming.
Works on Windows, macOS/Linux—checks prerequisites, installs dependencies, and you’re all set.
# Install (or upgrade)
irm https://raw.githubusercontent.com/sanchar10/copilot-console/main/scripts/install.ps1 | iex
# Start
copilot-console
# With mobile companion
copilot-console --expose --no-sleep
# Install (or upgrade)
curl -fsSL https://raw.githubusercontent.com/sanchar10/copilot-console/main/scripts/install.sh | bash
# Start
copilot-console
# With mobile companion
copilot-console --expose --no-sleep