🇺🇸 USA · GitHub Copilot
Status: 🟩 COMPLETE 🟦 LIVING Last updated: 2026-06-26 Plain-English tagline: The original AI coding assistant — launched June 2021 — and still the most-deployed coding AI globally. Built by GitHub (Microsoft), available in every major IDE, multi-model since 2024.
Front-matter facts
| Field | Value |
|---|---|
| Vendor | GitHub Inc, a subsidiary of Microsoft (San Francisco, USA) |
| Country / origin | 🇺🇸 USA |
| Recommended for Australian users? | ✅ Yes — fully accessible from AUS, billed through GitHub (AUD via GitHub billing) |
| Privacy summary | Free: opt-out of training in Settings. Pro / Pro+: opt-out available. Business / Enterprise: never trains on private code; public-code training per standard GitHub TOS. |
| Free tier | Yes — Copilot Free with limited monthly chat + completions |
| Paid tiers | Pro US100/year · Pro+ US19/seat/mo · Enterprise US$39/seat/mo. Free for verified students and open-source maintainers. |
| First released | Technical preview June 2021; general availability June 2022 |
| Last reviewed | 2026-06-26 |
| Official site | https://github.com/features/copilot |
What it is
GitHub Copilot is the original commercial AI coding assistant — launched in technical preview in June 2021, generally available June 2022. It pre-dates ChatGPT, Cursor, Claude Code, and basically every other coding AI you can name. As of mid-2026, it remains the most-deployed AI coding tool globally by user count, with tens of millions of monthly active developers.
GitHub Copilot is built by GitHub (owned by Microsoft since 2018), in partnership with OpenAI (Microsoft is OpenAI’s largest non-OpenAI investor). The original Copilot was powered by OpenAI’s Codex model. Since 2024, Copilot has become multi-model — you can pick GPT-5, Claude, Gemini, Llama, Mistral, or other models from within Copilot.
Copilot’s distinguishing characteristic: it integrates with every major IDE rather than being its own IDE. Available in:
- VS Code (deepest integration)
- Visual Studio (Microsoft’s traditional IDE)
- JetBrains (IntelliJ, PyCharm, WebStorm, GoLand, RubyMine, PhpStorm, RustRover, etc.)
- Neovim / Vim
- Eclipse
- Xcode (Apple’s IDE, more limited)
- GitHub.com (Copilot in the browser, on github.com itself)
- GitHub Mobile (Copilot Chat in the mobile app)
This breadth is unique — Cursor and Windsurf are standalone IDEs; Claude Code is a CLI; Copilot is “the AI in your existing setup.”
Major Copilot features:
- Tab autocomplete — the original killer feature; multi-line code suggestions
- Copilot Chat — sidebar chat with codebase context
- Inline chat — edit / refactor / explain selected code
- Copilot Agent (formerly Workspace) — multi-file task completion (newer)
- Copilot in Pull Requests — automated PR descriptions and code review
- Copilot CLI — terminal command assistance
- Code review — automated suggestions on PRs
- Slash commands — /explain, /fix, /tests, /doc
What you’d use it for
- AI coding in the IDE you already use (especially if it’s VS Code, JetBrains, or Visual Studio)
- Tab autocomplete without changing your editor
- Chat about your codebase in a sidebar
- Inline refactoring — select code, describe change, get edit
- Automated PR reviews — Copilot can review pull requests on github.com
- Multi-file agent tasks via Copilot Agent (still maturing vs Cursor / Windsurf / Claude Code)
- Free for students + open-source maintainers — qualifying users get Pro at no cost
- Within GitHub workflow — natively integrated with Issues, PRs, Actions
How to sign up + first 5 minutes from Australia
- Go to
github.com. Sign in or sign up (free GitHub account, AUS-friendly). - Settings → Copilot → Start trial / subscribe — or go directly to
github.com/features/copilot. - Free tier is available (no card required initially). To upgrade to Pro: enter card details — AUS Visa/Mastercard/Amex/PayPal accepted, billed in USD with foreign-transaction handling.
- Install Copilot in your IDE:
- VS Code: open Extensions, search “GitHub Copilot”, install (one click)
- JetBrains: Settings → Plugins → Marketplace → “GitHub Copilot”
- Visual Studio: Extensions → Manage Extensions → search Copilot
- Neovim: install via your plugin manager (lazy.nvim, packer, etc.) — copilot.vim
- Sign in via the IDE (browser opens, authorise GitHub)
- Try one of these:
- Type a function signature in any code file. Copilot suggests the body. Press Tab to accept.
- Open Copilot Chat sidebar. Type “/explain” with code selected.
- On github.com, open any PR; Copilot can review it.
- For students / open-source maintainers: apply at
education.github.com(Student Developer Pack) — free Pro + many other tools.
What it costs — what you actually get
Copilot Free
- Limited monthly chat (50 chats), code completions (2,000)
- Access to a few model variants (less than Pro)
- Good for very occasional use; not for daily developer work
- No card required
Copilot Pro — US100/year
- Unlimited code completions
- Unlimited chat
- All model providers (Claude, GPT, Gemini, etc.) in the model picker
- Inline chat, Copilot in pull requests
- Standard Copilot Agent access
- AUD billing through GitHub (foreign-transaction may apply)
Copilot Pro+ — US$39/month
- Pro features + premium-model requests (Opus, GPT-5 Pro, etc.) at higher quotas
- For heavy power users
Copilot Business — US$19/seat/month
- All Pro features
- No training on your private code
- Audit logs
- Centralised billing
- SAML SSO
- Public-code filter (block suggestions matching public code, to reduce IP-attribution risk)
Copilot Enterprise — US$39/seat/month
- Everything in Business
- Fine-tuning on your codebase (custom models trained on your enterprise repos)
- Knowledge bases (Copilot answers questions using your enterprise documentation)
- Higher rate limits
- Priority support
- SOC 2, ISO 27001 audit reports
Free for students + open-source maintainers
- Verified students at most universities (including AUS unis) get Pro free via the GitHub Education program
- Verified open-source maintainers (active maintainers of popular OSS projects) get Pro free
- Apply at education.github.com
Hidden costs to know about
- Copilot is bundled in many enterprise GitHub plans — your employer may already have it; check before paying personally
- App Store / Play Store subscriptions add typical store markup; subscribe via github.com instead
- GitHub itself remains free for personal use; Copilot is a separate paid add-on
How it compares to alternatives
| Capability | GitHub Copilot Pro | Cursor Pro | Windsurf Pro | Claude Code |
|---|---|---|---|---|
| Surface | Plugin in any IDE | Standalone IDE (VS Code fork) | Standalone IDE (VS Code fork) | Terminal CLI |
| IDE breadth | Widest — VS Code, Visual Studio, JetBrains all major, Vim, Eclipse, Xcode | VS Code only | VS Code only (Codeium plugin elsewhere) | All terminals |
| Tab autocomplete | Excellent | Best (Cursor Small) | Excellent (Wave) | N/A |
| Inline AI edit | Yes (inline chat) | Cmd-K (excellent) | Cmd-I (excellent) | N/A |
| Agent mode | Newer (Copilot Agent) | Composer (mature) | Cascade (mature) | Best (native) |
| Codebase awareness | Good | Excellent | Excellent | Best (full repo) |
| Model picker | Multiple | Multiple | Multiple | Claude-focused |
| PR / code review integration | Best (native to GitHub) | Limited | Limited | Limited |
| Free for students / OSS | Yes | Yes (cursor.com/students) | No formal program | Limited |
| Enterprise self-hosting | No | No | Yes | No |
| Price (consumer) | US$10 (cheapest) | US$20 | US$15 | Included in Claude Pro |
The honest take:
- If you live in GitHub (PRs, Issues, Actions are your daily workflow), Copilot’s native integration is meaningful
- If you live in VS Code but want lighter AI, Copilot is the most natural choice
- If you live in JetBrains (IntelliJ, PyCharm, etc.), Copilot is genuinely your best AI option (Cursor + Windsurf are VS Code only)
- For Visual Studio (the Microsoft IDE) users, Copilot is the default
- For pure agent work or “edit a whole codebase in one prompt”, Cursor / Windsurf / Claude Code are stronger
Privacy / data handling
Copilot Free: opt-out of training in Settings → Copilot → “Allow GitHub to use my code snippets from the code editor for product improvements” → toggle OFF.
Pro / Pro+: opt-out available via the same toggle.
Business / Enterprise: GitHub does NOT train on your private code. Contractually committed. Public-code training is per the standard GitHub Terms of Service (your public repos are fair game for general AI training, same as any public code).
Code-suggestion matching filter: Copilot can be configured to filter out suggestions that match public code verbatim (Business+) — reduces “did Copilot suggest someone else’s GPL-licensed code without attribution” risk.
Data retention: prompts and suggestions retained briefly for service operation; specific retention varies by tier.
Where data lives: US data centres primarily; Enterprise has data-residency options.
Australian Privacy Act: GitHub is subject to it. Standard Microsoft / GitHub privacy posture applies.
Recent changes
- 2026: Copilot Agent expanded; Claude Sonnet 4.6 / Opus 4.8 + GPT-5 family + Gemini 3 added to model picker
- 2026: Copilot Pro+ tier launched for power users
- 2025: Multi-model architecture matured; Claude integration generally available
- 2025: Copilot Code Review (automated PR reviews) launched
- 2025: Free tier launched (previously Copilot was paid-only)
- 2024: Copilot Workspace launched (later renamed Copilot Agent)
- 2023: Copilot Chat launched
- 2022: General availability (was previously technical preview)
- 2021: Technical preview launched June 2021
(Check github.blog for the latest.)
Gotchas
- Copilot has been in legal cases — most notably Doe v. GitHub (2022, US class action over Copilot reproducing licensed code without attribution). Status of the cases has evolved; if you’re worried about IP attribution, enable the public-code suggestion filter (Business+).
- Multi-model picker availability varies by IDE — VS Code has the fullest model picker; some other IDEs may have fewer choices.
- Copilot Agent is newer than Cursor Composer or Claude Code’s agent — capabilities are improving fast but may lag in specific scenarios.
- Free tier limits are real — heavy daily use will hit them; Pro removes friction.
- Education program verification can take a few days — apply early if you want free Pro for school.
- Copilot in iOS GitHub mobile app has reduced functionality vs desktop.
- Microsoft GitHub Copilot extension is BLOCKED in Cursor (Anysphere’s intentional choice) — you can’t use Copilot inside Cursor; the two products are competitive.
- Public code attribution suggestions appear when Copilot detects a high-confidence match to existing public code — useful disclosure, sometimes interrupts flow.
- Some employers ban Copilot for confidential code — check your employer’s AI policy before installing on work machines.
See also
- Claude Code deep dive 🟩 🟦
- Cursor 🟩 🟦
- Windsurf 🟩 🟦
- OpenAI Codex (2026 agent) 🟥
- Google Antigravity 🟥
- JetBrains AI Assistant 🟥
- Amazon Q Developer 🟥
- Codestral (Mistral) 🟥
- GitHub Spark 🟥
- Microsoft Copilot Workspace 🟥
- Decision frameworks — Cursor vs Claude Code vs Windsurf 🟥
- Version control: Git basics 🟩 — Copilot’s integration point
- Glossary — C (Copilot) 🟩