GitHub Copilot App: Generally Available on macOS, Windows, and Linux

GitHub Copilot

The GitHub Copilot app is now generally available on macOS, Windows, and Linux. It graduates from technical preview with bidirectional Canvases where you and the agent work the same plan, PR, terminal, or browser session together, plus cloud automations that schedule recurring agent work in GitHub-hosted environments. Every session runs in its own isolated git worktree and branch, so parallel agents stay separated. Business and Enterprise users need an admin to enable the Copilot CLI in policy settings first.


The agent-native desktop app reaches GA

GitHub has moved the GitHub Copilot app from technical preview to general availability on macOS, Windows, and Linux. The app is a dedicated home for running Copilot coding agents on your own machine and in the cloud, built around the idea that you and the agent are collaborators working the same artifacts at the same time rather than trading messages back and forth.

This release pulls together the parallel-agent workflow GitHub has been building in preview and packages it as a stable, installable desktop experience across all three major platforms.

What is new since the preview

Bidirectional Canvases

The headline addition is Canvases: shared work surfaces where you and the agent operate simultaneously. Instead of the agent producing output that you review separately, both of you act on the same plan, pull request, terminal, or browser session. You can step in, adjust direction, and hand control back without losing context. This turns the typical request-and-wait loop into a live, two-way working surface.

Cloud automations

The app also introduces cloud automations: recurring agent tasks that run on a schedule inside GitHub-hosted environments. Because they run in the cloud, they do not depend on your laptop being awake or connected. Repeatable prompts and workflows become scheduled or background jobs, which is useful for routine maintenance, dependency checks, and other recurring work you would rather not babysit.

Isolated sessions by design

Each agent session runs in its own isolated git worktree and branch. That means you can run multiple sessions across repositories in parallel, with each one operating on a real, separated copy of your branch. Sessions do not collide with each other or with your active working tree, which keeps concurrent agent work safe to review and merge on your terms.

Availability and admin requirements

The app is free to download on macOS (Apple Silicon and Intel), Windows (x64 and ARM), and Linux (x64). Individual Copilot users can get started directly.

There is one gate for organizations: to access the GitHub Copilot app on a Copilot Business or Enterprise plan, your organization or enterprise admin must have the Copilot CLI enabled in policy settings. If the app does not appear for your account, that policy is the first thing to check with your admin.

Why it matters

The GA milestone signals that GitHub is treating agentic, parallel development as a first-class desktop workflow rather than an experiment. The combination of bidirectional Canvases, scheduled cloud automations, and per-session isolation is aimed squarely at developers who want to orchestrate several agents at once while keeping every change cleanly separated and reviewable.