copilot's desktop app is now on every plan — free tier included, bring-your-own-key supported
the GitHub Copilot desktop app opened to all plans on July 7 — Free, Education, and paid. you don't even need a Copilot subscription: bring your own model provider API key and the agent runtime is free to use.
GitHub opened the Copilot desktop app to every plan on July 7, 2026 — Free, GitHub Education, and all paid tiers. sign in with your GitHub account and you're in the first session in a couple of clicks, regardless of which Copilot plan you carry.
the more interesting detail is bring-your-own-key: you can run the desktop app against your own model provider API key with no Copilot subscription at all. GitHub built the agent runtime; you supply the model access.
what the copilot app actually is
the Copilot app is GitHub's native desktop agent — the same underlying technology as Copilot in VS Code but packaged as a standalone, IDE-agnostic client available on macOS, Windows, and Linux.
it runs agent sessions: multi-step tasks where the model reads files, runs commands, edits code, and iterates toward a goal without you managing every step. that framing matters because it is not a completion tool. you don't type in the app while you code — you hand it a task and watch it work. the mental model is closer to a contractor working in your repo than to a smarter autocomplete.
byok changes the calculus for solo developers
if you already have an Anthropic, OpenAI, or Google API key and you don't want to pay a separate Copilot subscription, bring-your-own-key means the Copilot app is now free to install and run — you only pay your model provider's per-token rate.
for a solo developer running a few agent sessions a week, that is probably cheaper than a Copilot Pro+ subscription. for a team, it depends on session volume and whether per-seat billing simplicity is worth paying for.
enterprise: admin policy still required
if you're on Copilot Business or Enterprise, access to the desktop app is gated behind a policy. your org or enterprise admin must enable the Copilot CLI policy in settings before the app is usable on your plan. individual developers can't self-provision it — same gating mechanism GitHub uses for third-party model selection.
for solo developers and small teams on Copilot Free, there is no policy gate. download, sign in, start.