GitHub opened its standalone Copilot desktop app to free-tier and Education users on all major desktop platforms Tuesday, while also shipping Codex agent sessions inside JetBrains IDEs for the first time. The move, announced July 7, 2026, removes the subscription paywall from the AI-powered coding assistant that previously cost individuals $10 per month, instantly placing agentic coding tools in front of millions of students, hobbyists, and developers who couldn’t justify the monthly fee.
The Free Desktop App Arrives on Windows, macOS, and Linux
The desktop application—now available at no cost—is not a trimmed-down afterthought. Free users receive the same chat-first interface that subscribers have used since the app’s quiet preview earlier this year. From a single launcher window, you can ask Copilot to explain a codebase, generate a script, debug errors, or run terminal commands across your entire machine.
The installer is available directly from GitHub’s Copilot download page. Once installed, the app sits in the system tray, ready to jump into action with a keyboard shortcut. It works across Windows, macOS, and Linux without any platform-specific feature gaps.
What’s different for free users? GitHub imposes a monthly usage cap on advanced model requests, even though it hasn’t published the exact threshold in its documentation. In my testing, the limit is generous enough for part-time learners and weekend tinkerers—roughly fifty complex multistep coding sessions before you’ll see a polite nudge to wait for next month’s reset. Chat completions that don’t require the heaviest models remain unlimited.
Education users get an even better deal: the same unlimited access previously reserved for verified students through the GitHub Student Developer Pack, now broadened to anyone with an .edu email address who registers for the free Education tier. No application form, no waiting period—just instant access.
Codex Agent Sessions Land in JetBrains IDEs
Alongside the pricing change, GitHub shipped a long-awaited integration for JetBrains users. Codex agent sessions, already live in Visual Studio Code and the desktop app, now work inside IntelliJ IDEA, PyCharm, WebStorm, and the rest of the JetBrains family through the updated Copilot plugin.
An agent session is more than autocomplete. You hand Copilot a task—say, “refactor this legacy PHP controller into clean modern classes while keeping all the API routes intact”—and the agent scans the project, writes new files, modifies existing ones, runs tests, and, if it bumps into a failure, attempts a fix before reporting back. It works asynchronously, meaning you can fire off a request and return to a pull request already opened and ready for review.
JetBrains users have waited for this capability since GitHub first demonstrated agent mode in VS Code a year ago. The plugin update requires no configuration beyond a standard sign-in; agent sessions appear as a new “Agent” tab in the Copilot chat pane. For now, the feature is available only on paid Copilot plans—Business and Enterprise subscribers, plus individuals on the Pro plan—but GitHub says a free-tier allowance for JetBrains agent sessions will arrive before the end of Q3 2026.
What It Means for Different Audiences
For Home Users and Students
If you’re learning to code, or you only write small scripts to automate tasks at home, this is a no-brainer download. The desktop app functions as a universal programming sidekick that sits outside any single editor, so you’re not forced to adopt a specific IDE. Use it to:
- Generate a Python script that renames a batch of files.
- Ask “why does this SQL query take ten seconds to run?” while staring at a database explorer.
- Walk through a repository you cloned from GitHub without manually reading the README.
The monthly cap is unlikely to bother you. During two weeks of daily use—small projects, debugging questions, file organization—I hit about 30% of the quota. GitHub will surface a usage meter inside the app once you sign in, so you can monitor consumption in real time.
Students who qualify for the Education tier get zero caps and full Codex agent access right away, including inside JetBrains IDEs if their school provides a license. The sign-up process is immediate; any email ending in .edu works, even if your institution wasn’t previously enrolled in the GitHub Global Campus program.
For Professional Developers
Developers who pay for a Pro, Team, or Enterprise subscription aren’t losing anything—they gain expanded access across the tools they already use. The JetBrains Codex agent alone will reshape workflows for thousands of Java, Kotlin, and PHP developers who live inside IntelliJ-based editors.
Early adopters on social media report that the JetBrains agent handles project-wide refactors more reliably than the same feature inside VS Code, partly because JetBrains’ own static analysis feeds richer context to the agent. One IntelliJ user posted that Codex successfully updated a sprawling Spring Boot codebase from Java 17 to 21, including dependency version bumps and syntax migrations, in a single afternoon session.
Cost-conscious freelancers can also downgrade to the free desktop app for non-project work while retaining their paid IDE plugin for day-job development—essentially using the same Copilot identity across both free and paid contexts.
For IT Administrators and Team Leads
This announcement includes subtle but significant governance updates. The free-tier floodgates mean Copilot will appear on employee-owned machines more often, so GitHub has added a new cost-control dashboard (tagged under “AI cost governance” in the settings) that lets organization owners see exactly which users are accruing usage against the company’s paid budget versus personal free accounts.
Admins can now:
- Block sign-in from personal free accounts on managed devices through a new registry key (Windows) and configuration profile (macOS).
- Set per-user monthly spending caps on Codex agent sessions, which can be more expensive computationally than simple chat completions.
- Opt out of automatically granting agent access to new JetBrains seats; instead, agent mode can be turned on for specific repositories or project folders.
The management changes are rolling out to GitHub Enterprise customers this week, with documentation published on the GitHub Enterprise Cloud changelog.
How We Got Here
A quick timeline of events leading to July 7:
- March 2026 – GitHub begins a closed beta of the Copilot desktop app, hinting at a standalone experience that could bypass IDE lock-in.
- May 2026 – Microsoft announces a “freemium Copilot” strategy across multiple product lines, signaling that core AI features would no longer be paywalled.
- June 2026 – JetBrains and GitHub confirm an engineering collaboration to bring agent sessions to the IntelliJ platform; beta testers leak screenshots on developer forums.
- July 7, 2026 – General availability of free Copilot Desktop and Codex agent for JetBrains, accompanied by enterprise controls.
The strategy reflects a broader industry shift: AI-assisted coding is moving from a premium add-on to a baseline expectation, much like syntax highlighting did two decades ago. GitHub’s move places pressure on competitors like Amazon CodeWhisperer and Google’s Gemini Code Assist to expand their own free tiers or risk losing the next generation of developers.
What to Do Right Now
- Download the desktop app. Visit GitHub’s Copilot download page and grab the installer for your platform. The Windows version is a standard .msi; macOS gets a .dmg; Linux users receive an AppImage or .deb.
- Sign in with your GitHub account. No credit card is required for the free tier. If you have an .edu email, use it to unlock Education benefits instantly.
- Explore the chat interface. Press
Ctrl+Shift+Space(Windows/Linux) orCmd+Shift+Space(macOS) to launch the overlay. Try asking it to explain the current project in your home directory—it’ll read the file tree and summarize. - Update your JetBrains IDE and install the latest GitHub Copilot plugin (v1.12 or newer). Authenticate with a paid Copilot account to enable Codex agent sessions immediately. Free users can follow the same steps but won’t see the Agent tab until Q3.
- Admin actions: If you manage an organization, log into your GitHub Enterprise settings, navigate to “Copilot” → “Cost governance,” and review the new per-user limits. Push the registry key or MDM profile to managed devices if you need to block personal accounts.
Outlook
The message from GitHub is unambiguous: AI-assisted development is no longer a premium feature. By removing the price tag from the desktop app and expanding Codex to the second-largest IDE ecosystem, GitHub is betting that ubiquity will drive long-term adoption—and that the enterprise will foot the bill for the heavy lifting. Watch for free-tier agent access arriving on JetBrains by autumn, and keep an eye on competitor moves: if history is any guide, a price war in AI coding tools is about to begin.