GitHub Copilot
The most widely used AI coding tool: 20 million people over its lifetime.
Sign in $0
Free: 2,000 completions per month
Models to choose from
Claude, GPT, Gemini, Kimi, Grok; you cannot bring your own key
Not directly from Russia
Export restriction: a foreign IP address and card are required
Closed source
Only editor plugins are available
Choose it if your code already lives on GitHub: suggestions, chat, and a cloud agent come in one subscription, and signing up is free. Do not choose it from Russia without preparation: Copilot is under US export restrictions, and even the free plan cannot be activated from Russia.
GitHub Copilot is a coding assistant from GitHub, the platform where most of the world's programmers keep their projects. It writes code for you the way a phone keyboard completes words. In chat, you can ask for an edit in plain language, or give the agent a whole task: it will fix the files itself and bring back finished changes for review. More than 20 million people use it, a record among coding tools. Microsoft owns all of this. This card explains what Copilot can do, how much it costs, and how to handle access from Russia.
1. Should you get it
The choice rests on two things: where your code lives and where you work from.
Who it is for. For those whose projects are already on GitHub: suggestions, chat, and a cloud agent are enabled in a couple of clicks and count as one subscription. Even more so for teams: at companies with 10,000+ people, Copilot has 56% usage, more than any competitor (Pragmatic Engineer survey, 02.2026).
Who it is not for. For those working from Russia without preparation: Copilot is under US export restrictions, and even the free plan will not activate. And for those who need their own key or a local model: there are no such options here; this is the realm of open-source Cline and OpenCode.
Starting from scratch? Signing up here is easier than with many others: a free plan and suggestions right in the editor. But to assign tasks to the agent and review the result, start with the vibecoding page — the door is below.
It works — both doors are in section 3. Choose between it and Cursor: the choice is in section 7.
2. What it can do
One tool, four hands: from suggestions at your fingertips to an agent that works while your laptop is closed.
Suggestions. Copilot completes code as you type and suggests the entire next edit. This is the only part without a counter: completions are unlimited on paid plans and spend no credits.
Chat and agent mode. In the editor, ask in plain language: explain, fix, add a test. In agent mode, Copilot finds the needed files itself, runs commands, and shows a finished set of edits with buttons to accept or revert.
Cloud agent. Assign an issue to the @copilot assignee, and the agent works in the GitHub cloud: it edits code in a separate environment, runs tests, and opens a pull request for your review. Tasks run in parallel; one session is limited to 59 minutes (checked 23.08.2026).
Terminal. Copilot CLI is installed with one command from section 3 and is included in every plan, including the free one. Beyond its own modes, Copilot also lets third-party agents into GitHub: Claude Code and Codex connect through the same subscription.
3. Where it works and how to start
There are two doors: the editor for daily work and github.com for agent tasks.
There is a path from Russia, but it is stricter than usual. The first step is standard: change your Russian IP address to a foreign one, American, Dutch, or any other, before signing in to the account. Copilot's peculiarity is that GitHub also determines the country from payment history, so a foreign address may not be enough for an account with traces of Russia. The most reliable combination is “a clean account + a foreign card”: payment is covered in section 5.
Editor. Copilot is already built into VS Code: sign in with a GitHub account, and the free plan activates without a card. Plugins are available for Visual Studio, JetBrains, Eclipse, and Xcode.
Site and phone. On github.com open chat or assign an issue to @copilot: the cloud agent needs no installation at all. GitHub Mobile does the same on your phone.
How to install the terminal version
Step 1. Install the agent with one command:
npm install -g @github/copilotStep 2. Run the copilot command and sign in with your GitHub account. The CLI works on macOS, Linux, and Windows and is included in every plan, including Free.
Installation command checked 23.08.2026 against docs.github.com (Copilot CLI getting started)
4. What the tests show
An agent benchmark is always a benchmark of an “agent + model” pair. Copilot has dozens of models in its menu, and there is no official pair in benchmarks: it has no single score.
Scale. More than 20 million people over its lifetime (words of Microsoft CEO Satya Nadella, July 2025). GitHub counted 150 million developers on the platform back in December 2024, so roughly every seventh one has tried Copilot. 4.7 million pay for it, up 75% year over year (Microsoft report, January 2026).
Love and scale diverge. In the Pragmatic Engineer survey (906 respondents, February 2026), 9% named Copilot their “favorite tool,” versus 46% for Claude Code. But at companies with 10,000+ employees, it leads usage at 56%: they love other tools, but work in this one.
Agent board: weight - editorial · AA score - best pair · Artificial Analysis · "—" - pair not benchmarked
5. How much it costs
You pay for a plan, and credits are counted within it: since 01.06.2026, the whole lineup uses one currency, AI Credits, with one credit equal to one cent.
What spends credits. Chat, agents, code review, and terminal use, based on tokens from the selected model: a heavy model burns through the monthly bundle faster. Completions spend no credits at all.
Free plan. Permanent and no card required: 2,000 completions per month plus limited chat with the agent. Enough to try it, tight for daily work.
Paying from Russia. Russian cards do not work. The usual options are a foreign card or an intermediary with a fee, but Copilot has a peculiarity: the account country is also determined from payment history, so a trace of Russia in billing can block access altogether. For how to arrange foreign payment, see payment guide.
Copilot plans and what they include
Prices checked on 23.08.2026 at github.com/features/copilot/plans and docs.github.com
What we checked and how
| Fact | What we know | Verified |
|---|---|---|
| One AI Credit equals $0.01, usage is based on model tokens | features/copilot/plans: "1 AI credit = $0.01 USD"; usage is "based on token consumption … using the listed API rates" | 23.08.2026 |
| Free: 2,000 completions per month | "2,000 completions per month"; the "50 chats" figure is not on live plan pages - legacy from the pre-credit era | 23.08.2026 |
| Autocomplete suggestions do not use credits | «Code completions and Next Edit suggestions … do not consume AI Credits» (github.blog) | 23.08.2026 |
| Russian cards are not accepted | User reports (vc.ru, 12.2025); GitHub also determines the country by "payment history" (docs trade controls) | 23.08.2026 |
6. Can you trust it with code
We look at three things: where your code goes, what happens with training on it, and what is visible in the tool itself.
Code goes to the cloud. Suggestions and chat work through GitHub servers, while the cloud agent runs tasks in GitHub Actions. There is no lock-in: the agent's changes arrive as a regular pull request to your repository, so you do not need to retrieve anything separately.
Training on your data is enabled by default. Since 24.04.2026 on Free, Pro, Pro+ and Max plans, conversations with Copilot, including code snippets, are used to train GitHub models unless you turn this off in settings. Business and Enterprise plans are protected by contract: their data is not used for training.
The tool itself is closed. The core and models are not published, and cannot be self-hosted. Editor plugins and the source of the chat extension for VS Code are open. The copilot-cli repository is a distribution showcase with complaint intake, not an open core.
What we checked and how
| Fact | What we know | Verified |
|---|---|---|
| Free/Pro/Pro+/Max: training on conversations is enabled by default | "GitHub may use your interactions … to train and improve AI models"; opt-out in settings (since 24.04.2026) | 23.08.2026 |
| Business/Enterprise data is not used for training | docs model-hosting: «does not use Copilot Business or Copilot Enterprise customer data to train AI models» | 23.08.2026 |
| The core is closed; plugins are open (copilot.vim, 11,7k stars) | GitHub API 23.08.2026; the vscode-copilot-chat source is open, but the repository is archived | 23.08.2026 |
| Cloud agent: GitHub Actions environment, session up to 59 minutes | docs about-coding-agent: «maximum execution time of 59 minutes … hard limit that cannot be extended» | 23.08.2026 |
7. Copilot or Cursor
The "github copilot vs" search tail almost always leads to Cursor. Short answer: Copilot adds an agent where the code already lives, while Cursor builds an entire editor around the agent.
Entry price. Both have a free plan, while Copilot Pro is half the price: $10 versus $20. The credit math is the same: heavy models burn through the package faster.
Measurements. Cursor CLI pairs are measured on the leaderboard: the best, with GPT-5.5, holds 62 AA points. Copilot has no measured pair at all; its ceiling is set by the model in the menu. In the Pragmatic Engineer survey, Cursor is liked more often (19% versus 9%), while Copilot is more common in large workplaces: 56% at companies with 10 thousand employees or more.
Who else is nearby. For depth in the terminal, go to Claude Code (best pair: 77,2 AA points); for your own key and open code, go to Cline and OpenCode.
What to choose for the task
Pairs - AA Coding Agent Index (snapshots 07.2026) · survey - Pragmatic Engineer, 906 respondents, 02.2026
8. History
The product is five years old, and it is the elder of the genre: it went from the world's first mass-market code suggestion to a lineup where the agent works in the cloud without a person at the keyboard.
06
Technical preview: Copilot appears as an "AI pair programmer" that completes code in the editor.
21.06
General launch for all developers: $10 per month, free for students and open-source maintainers.
12
A free plan appears in VS Code. In the same announcement, GitHub cites 150 million developers on the platform.
25.09
The cloud coding agent reaches GA: an issue is assigned to @copilot, and the agent returns a pull request.
25.02
Copilot CLI reaches GA and joins all plans, including the free one.
24.04
Training on Free and Pro user conversations is enabled by default and can be disabled in settings.
01.06
The entire lineup moves to credits: AI Credits replace premium requests, with one credit equal to one cent.
9. Frequently asked questions
What is GitHub Copilot in simple terms?+
A coding assistant from GitHub. It completes lines right in the editor, answers in chat, and can work as an agent: it edits files itself for a given task. It lives in VS Code and other editors, on github.com, in the terminal, and on your phone.
Is GitHub Copilot free?+
Partly. The Free plan is permanent: 2,000 completions per month and limited chat with the agent, no card required. That is not enough for daily work; unlimited completions start with Pro at $10 per month. The free plan cannot be activated from Russia either: the same export restriction applies.
What are AI Credits in Copilot?+
The internal currency of plans since 01.06.2026: one credit equals one cent. Chat, agents, and code review spend credits based on tokens from the selected model; completions spend none at all. Pro for $10 includes $15 in credits per month, and additional credits can be purchased beyond the bundle.
Does GitHub Copilot work from Russia?+
Not directly. Copilot is under US export controls and is not supplied in Russia, including the free plan. The github.com site itself still opens. People use a foreign IP address and pay with a foreign card, but GitHub also determines the country from payment history, so this approach carries account risk.
Copilot or Cursor — which should you choose?+
Copilot is chosen for working where the code already lives: suggestions and the agent are in the familiar editor and on github.com, signing up is free, and Pro costs half as much ($10 versus $20 for Cursor). Cursor wins as a standalone editor with its own fast models and benchmarked pairs. The choice is fully covered in section 7.
How is GitHub Copilot different from Microsoft Copilot?+
They are different products from the same company. Microsoft Copilot answers in Windows and Office; GitHub Copilot writes code in the editor, terminal, and on github.com. A search for “copilot” more often finds the former; this card is about the latter.
What is a cloud coding agent?+
A mode where Copilot works without your computer: assign a task to the @copilot assignee right in GitHub, and the agent gets a separate environment, edits code, runs tests, and opens a pull request for review. The session limit is 59 minutes and cannot be extended. Available on all paid plans.
Sources
- GitHub — Copilot plans & pricing — official website
- GitHub Docs — Plans for GitHub Copilot — official website
- GitHub Docs — GitHub and trade controls — official website
- GitHub Blog — Copilot is moving to usage-based billing — official release
- GitHub Changelog — Copilot coding agent is now GA (25.09.2025) — official release
- GitHub Changelog — Copilot CLI is now GA (25.02.2026) — official release
- GitHub Docs — About Copilot coding agent — official website
- GitHub Docs — Supported AI models in Copilot — official website
- TechCrunch — GitHub Copilot crosses 20 million all-time users (30.07.2025) — press
- Pragmatic Engineer — AI tooling survey (02.2026) — practices
- vc.ru — How to buy GitHub Copilot from Russia — practices
What we wrote about GitHub Copilot
Useful reading before you start
- What is vibecoding: starting from scratch.
- Cursor: the main competitor from section 7.
- The full AI agent ranking.




