GitHub Copilot App: Native Desktop Experience for Agent-Driven Development

GitHub Copilot

GitHub has launched the GitHub Copilot app in technical preview β€” a dedicated desktop application purpose-built for agent-driven development. The app gives developers a single place to direct AI agents across parallel workstreams, manage GitHub issues and pull requests, and handle the full development lifecycle from task assignment to merge. Each session runs in an isolated environment with its own branch, files, and conversation history, enabling developers to run multiple independent agent tasks simultaneously. GitHub Copilot Business and Enterprise subscribers are receiving access throughout the week; Pro and Pro+ subscribers can sign up for the early access waitlist.


A Dedicated Home for Agentic Development

GitHub has entered a new phase of its Copilot roadmap with the technical preview launch of the GitHub Copilot app β€” a native desktop application designed from the ground up for developers who want to direct AI agents rather than write every line of code themselves. Unlike IDE extensions or web-based interfaces, this is a standalone desktop app available on Mac, Windows, and Linux, built on top of GitHub Copilot CLI infrastructure.

The central premise is straightforward: as agentic workflows become the norm, developers increasingly need a dedicated cockpit for overseeing multiple agent sessions simultaneously. The GitHub Copilot app fills that role, providing a structured environment where each task lives in its own isolated session, complete with its own branch, file state, conversation history, and task context.

Starting from GitHub Context

One of the app's defining characteristics is its tight integration with GitHub's existing workflow artifacts. Developers can start a session directly from a GitHub issue, a pull request, a saved prompt, or a previous agent session β€” rather than describing the task from scratch in a blank chat window. An Inbox feature aggregates issues and pull requests across connected repositories, making it easy to spot what needs attention and immediately hand it to an agent.

Throughout the session, issue details, repository state, review comments, and CI check results stay connected and visible, so the agent always has the relevant context without the developer needing to manually relay it.

Parallel Sessions with Full Isolation

Each session in the GitHub Copilot app runs in complete isolation: its own branch, its own files, its own conversation thread. This architecture means developers can run multiple agent tasks in parallel without any cross-contamination of context or changes. Starting one task does not block another, and sessions can be paused and resumed at any point β€” left mid-flight and picked up exactly where they left off.

This is particularly well-suited to the kind of routine but time-consuming work that benefits most from delegation: dependency updates, release note generation, issue triage, codebase cleanup, and repetitive pull request creation.

Steering, Validation, and Shipping

The app is not just a task-launcher β€” it provides meaningful touchpoints for developers who want to stay in control without micromanaging every step. Developers can review the agent's plan before execution, examine diffs at any point, and send feedback or corrections mid-session through an integrated terminal and browser.

When the work is ready to ship, the app moves directly into the pull request flow using the same reviews, checks, and merge requirements the team already has in place. The Agent Merge feature extends this further: once a pull request is open, the agent can continue to address review comments, fix failing checks, and merge automatically once all conditions are satisfied β€” closing the loop without requiring the developer to monitor the PR manually.

Session Modes

The app supports three collaboration modes, giving developers control over how autonomous each session is:

  • Interactive β€” collaborative mode where the developer and agent work together step by step
  • Plan β€” the agent proposes a plan for approval before taking action
  • Autopilot β€” fully autonomous execution with minimal interruption

Availability and Access

The GitHub Copilot app launched on May 14, 2026, in technical preview. GitHub Copilot Business and Enterprise subscribers are receiving access on a rolling basis throughout the week of launch, with the requirement that organization or enterprise administrators have enabled preview features and the Copilot CLI in policy settings. GitHub Copilot Pro and Pro+ subscribers can sign up for early access through the waitlist as the technical preview expands. The app is already at version 0.2.4 as of May 15, with the official repository at github.com/github/app serving as the home for releases, bug reports, and feature requests.