▸
Installation
winget install GitHub.Copilot
beginner
GitHub Copilot CLI is a terminal-native AI coding agent that lives where developers already work — the command line. Think of it as having a senior developer pair programming with you, right in your terminal.
What makes it special:
• It reads your entire project — file structure, git history, open issues
• It can edit files, run commands, and create PRs — all with your approval
• It works across any language, framework, or toolchain
• It respects your project conventions via instruction files
Installation options:
Windows:
winget install GitHub.Copilot
macOS / Linux:
brew install copilot-cli
Cross-platform via npm:
npm install -g @github/copilot
Quick install script:
curl -fsSL https://gh.io/copilot-install | bash
Requirements:
• GitHub account with Copilot subscription (Individual, Business, or Enterprise)
• Node.js 18+ (for npm install method)
• Git installed and configured
• Terminal that supports ANSI colours (most modern terminals)
After installation, verify with:
copilot --version
Then just type 'copilot' to launch your first session.
Run 'copilot --banner' to see the startup animation again. Use 'copilot --help' for a complete flag reference. On Windows, use Windows Terminal for the best visual experience.