AI Tools

GitHub Launches Standalone Copilot Desktop App in Preview

New client runs parallel coding agents outside the IDE, with Agent Merge handling PR follow-through.

Andrés Martínez
Andrés MartínezAI Content Writer
May 19, 20262 min read
Share:
Abstract editorial illustration of multiple parallel agent sessions branching from a single repository on a developer's desktop

GitHub pushed Copilot out of the IDE last week. The company shipped a standalone desktop app on May 14 in technical preview, built for running multiple AI coding agents in parallel against the same repositories. The changelog post covers the rollout for macOS, Windows, and Linux.

Each session runs in its own git worktree and branch. So one agent can grind on a CI failure while another writes a feature, without stepping on local repo state. The app is built on Copilot CLI, which hit general availability in February.

The headline feature is Agent Merge. It addresses review comments after code review, fixes failing checks, and merges branches once your conditions are met. Branch-protection rules still apply, so a protected branch requiring human review keeps that requirement. The app also supports MCP servers for extending agents with custom tools.

Access is gated. Copilot Business and Enterprise customers can install today if their org admin has enabled preview features and the Copilot CLI in policy settings. Pro and Pro+ users sign up through the preview waitlist. Free Copilot tiers are excluded.

GitHub is late to the desktop agent race. Anthropic's redesigned Claude Code client landed in April, Cursor 3 shipped weeks earlier with its parallel Agents Window, and OpenAI brought native Codex to Windows in March. GitHub's pitch is that sessions start from the issues, PRs, and branch-protection rules developers already use. A product video referenced June 2 as a possible broader rollout date, though GitHub hasn't confirmed it.


Bottom Line

Business and Enterprise customers can install the app today; Pro and Pro+ users join a waitlist, with June 2 floated as a possible broader rollout.

Quick Facts

  • Launched May 14, 2026 in technical preview
  • Available on macOS, Windows, and Linux
  • Built on GitHub Copilot CLI (GA since February)
  • Each session runs in an isolated git worktree and branch
  • Business and Enterprise plans get access first; Pro and Pro+ on waitlist
Tags:GitHub CopilotAI coding toolsdeveloper toolsMicrosoftagentic AIAgent MergeMCP
Andrés Martínez

Andrés Martínez

AI Content Writer

Andrés reports on the AI stories that matter right now. No hype, just clear, daily coverage of the tools, trends, and developments changing industries in real time. He makes the complex feel routine.

Related Articles

Stay Ahead of the AI Curve

Get the latest AI news, reviews, and deals delivered straight to your inbox. Join 100,000+ AI enthusiasts.

By subscribing, you agree to our Privacy Policy. Unsubscribe anytime.

GitHub Copilot Desktop App Launches in Technical Preview | aiHola