Skip to main content

About the GitHub Copilot app

The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place.

Who can use this feature?

GitHub Copilot app is in technical preview. GitHub Copilot Business, GitHub Copilot Enterprise, GitHub Copilot Pro, and GitHub Copilot Pro+ users can download and use the app. GitHub Copilot Free users and users without a Copilot plan can join the waitlist to request access.

Note

The GitHub Copilot app is in technical preview and subject to change.

  • Copilot Business, Copilot Enterprise, Copilot Pro, and Copilot Pro+ users — Download and install from the GitHub Copilot app repository. For Copilot Business and Copilot Enterprise, your organization or enterprise must enable preview features and Copilot CLI.
  • Copilot Free users and users without a Copilot plan — To request access, join the waitlist.

Introduction

The GitHub Copilot app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs.

The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself.

Supported operating systems

The GitHub Copilot app supports the following operating systems:

  • macOS
  • Linux
  • Windows

Benefits of using the GitHub Copilot app

  • Work in parallel. Run multiple agent sessions at the same time, each on its own branch, so you can make progress on several tasks without waiting for one to finish.
  • Stay in one place. Triage issues, direct agents, review changes, and land pull requests without switching between your terminal, IDE, and browser.
  • Start fast. The app connects to GitHub natively—your repositories, branches, issues and pull requests work out of the box with no additional setup.
  • Stay in control. Choose how much autonomy to give agents, from fully collaborative to fully autonomous, and adjust the model and reasoning effort for each session.
  • Collaborate on a shared surface. Use canvases to create custom interfaces where people and agents can collaborate.

What can I do with the GitHub Copilot app?

  • Parallel workspaces: Run multiple isolated agent sessions simultaneously, each with a dedicated git worktree and branch. You can also run sessions in cloud sandboxes (public preview) hosted by GitHub. For more information, see About cloud and local sandboxes for GitHub Copilot.
  • Session modes: Choose how you work with agents: Interactive (collaborative), Plan (agent plans, you approve), or Autopilot (fully autonomous). You can also select from multiple LLMs and adjust reasoning effort for each session.
  • GitHub integration: Browse and find issues, start sessions from them, create and close pull requests, review pull requests, view CI check results, and search across your repositories—all within the app.
  • Customizations: Configure MCP servers, skills, extensions, and plugins globally or for each session.
  • Automations: Save recurring agent tasks and run them on a schedule or on demand.
  • Quick chats: Brainstorm in a conversation mode without creating a dedicated branch or workspace.
  • Session history: Use /chronicle to get insights from previous sessions, including work you started in the app.
  • Canvases: Open custom, agent-driven artifacts and interfaces where people and agents can collaborate.

GitHub Copilot app workflow

A typical workflow in the GitHub Copilot app looks like this:

  1. Browse issues in a repository and pick one up, or start from a blank workspace.
  2. Choose a session mode—Interactive, Plan, or Autopilot—and select a model.
  3. Describe the task and let the agent create a branch, write code, and run tests.
  4. Review the agent's changes, provide feedback, and iterate.
  5. Create a pull request, leave a review, check whether CI passed, and merge the PR—all from within the app.

You can run several of these workflows in parallel, each in its own workspace, and switch between them as needed.

Providing feedback

The GitHub Copilot app is in technical preview. To share feedback, click the Give feedback icon in the bottom-left corner of the app.

Public code

GitHub Copilot app may generate code that is a match or near match of publicly available code, even if the "Suggestions matching public code" policy is set to "Block." See Managing GitHub Copilot policies as an individual subscriber.

Further reading