On July 7, 2026 GitHub dropped the plan barrier on its standalone Copilot desktop app: it is now available on every Copilot plan — including the free tier and student-oriented GitHub Education. The app had already reached general availability on June 17, but there was no way to properly try it without a subscription.
What happened
- In the official changelog "GitHub Copilot app available to all" (July 7, 2026), GitHub announced that the Copilot desktop app is available on every Copilot plan, including Free and GitHub Education.
- Platforms: macOS, Windows and Linux — a standalone native app, not an IDE extension.
- You sign in with your GitHub account and start agentic development straight from the desktop.
- The key part: you can bring your own key (BYOK) and run sessions against your own model provider — with no Copilot subscription at all.
- On the Copilot Business and Enterprise plans, an admin has to enable Copilot CLI in the organization's policy settings.
Why it matters
The app is not one more sidebar chat but an agent-native control room for coding agents. At the GA launch (June 17) GitHub showed parallel sessions on isolated git worktrees, Canvases with a shared plan/PR/terminal, scheduled cloud automations and MCP support.
A separate changelog on BYOK (June 23) fills in the details: OpenAI, Azure OpenAI, Microsoft Foundry, Anthropic, LM Studio, Ollama and any OpenAI-compatible endpoint are supported. Keys are stored in the local OS keychain and cannot be read back by the interface — which matters for privacy and corporate data governance.
Removing the paywall for Free and Education means mass entry: students and newcomers get the same agentic desktop as paying users, while pros using BYOK can avoid depending on a Copilot subscription and its request limits entirely.
What it means for vibe coding
- Agents move out of the editor into a dedicated hub window: it is easier to keep several parallel tasks going and see progress instead of digging for it in a chat log.
- BYOK + local models (Ollama, LM Studio) = you can vibe-code for free, on your own hardware and your own keys, with no monthly fee.
- Free entry on Free/Education lowers the bar: you can now try agentic development without a card or a subscription.
- For teams: unified desktop control over agents plus MCP integrations — closer to assembling your own tooling around a single workspace.
Keep expectations in check: the free tier traditionally comes with monthly limits on requests to advanced models, and some enterprise scenarios require an admin to enable Copilot CLI. GitHub does not give specific limit numbers in the announcement.