# GitHub Copilot App GitHub Copilot App is [[GitHub]]'s desktop application for agent-driven development, built natively on GitHub. It's a surface in the [[GitHub Copilot]] family alongside the [[GitHub Copilot CLI|CLI]], [[GitHub Copilot SDK|SDK]], IDE integrations, and Copilot Workspace; positioned as the dedicated desktop home for issue-to-PR agent workflows. > From issue to merge, in one app. It is an **agent-native** environment (not a code editor with AI bolted on): the unit of work is an agent session, and the app is built to run many of them at once. It ships for macOS, Windows (x64), and Linux. ## What it does End-to-end agentic loop in one window: - Pick up an issue or PR from your inbox - Assign one or more agents to it - Review the diff - Merge ## Core features - **Parallel agent sessions** — multiple agents working across repos, each isolated and tracked in real time. Each session gets its own [[Git Worktree|worktree]] (dedicated branch, files, conversation), so concurrent tasks never collide and you avoid the branch-switch / recompile thrash - **Built-in validation** — inspect the diff, preview the result in an in-app browser, run tests in an embedded terminal, and merge the PR without leaving the app - **Custom skills** — extend agents with your own skills, synced across sessions; turn skills and prompts into repeatable, schedulable work - **MCP support** — wire in external tools via [[Model Context Protocol (MCP)]] servers - **Native GitHub context** — code, PRs, issues, and code search connect automatically, no manual setup ## New at GA (June 17, 2026) Added since the preview: - **Canvases**: bidirectional surfaces where you and the agent operate on the same plan - **Cloud automations**: schedule recurring agent tasks that run without your machine being on - **Model choice + external tools**: pick your preferred model and connect tools via [[Model Context Protocol (MCP)|MCP]] servers ## Access & pricing Generally available since June 17, 2026, for macOS, Windows, and Linux (desktop only, no mobile or web). On Copilot Business or Enterprise plans, an org/enterprise admin must approve access by enabling the Copilot CLI in policy settings. App access requires a paid Copilot tier: - **Free** ($0) — limited completions, no app access - **Pro** ($10/user/mo) — app access + cloud agents - **Pro+** ($39/user/mo) — premium models - **Max** ($100/user/mo) — highest usage tiers ## Reception The [Hacker News thread](https://news.ycombinator.com/item?id=48373764) was skeptical on a few fronts: - **Surface proliferation** — "how is this different from the Agents mode shipping in VS Code?" The Copilot family now spans the app, CLI, SDK, VS Code agents, and Workspace, and the boundaries are blurry - **Priorities** — recurring "they should have spent this on platform stability instead" - **Token burn after the pricing changes** — users reporting heavy premium-request consumption under light use - **Derivative feel** — compared unfavorably to [[Codex App|Codex]] and Cursor as a me-too desktop agent surface The one feature that drew genuine praise was the [[Git Worktree|worktree]]-per-session isolation, which solves a real parallel-development pain. ## Positioning The desktop counterpart to the [[GitHub Copilot CLI]] (terminal-native) and IDE extensions (in-editor). Comparable in spirit to [[Codex App]] (OpenAI's desktop surface for Codex) — a dedicated, focused workspace for managing many concurrent agents instead of multiplexing them inside a code editor. ## References - Product page: https://github.com/features/ai/github-app - Preview page: https://github.com/features/preview/github-app - Hacker News discussion: https://news.ycombinator.com/item?id=48373764 - GA changelog: https://github.blog/changelog/2026-06-17-github-copilot-app-generally-available/ ## Related - [[GitHub Copilot]] - [[GitHub Copilot CLI]] - [[GitHub Copilot SDK]] - [[GitHub Copilot plugin for Obsidian]] - [[GitHub]] - [[Codex App]] - [[Claude Code]] - [[Claude Code Web]] - [[AI Agent Harness]] - [[AI Agents]] - [[Model Context Protocol (MCP)]] - [[Git Worktree]]