Discover and explore top open-source AI tools and projects—updated daily.
AI coding assistant for your terminal
Top 13.9% on SourcePulse
GitHub Copilot CLI brings GitHub Copilot's AI-powered coding assistance directly to the terminal, enabling developers to build, debug, and understand code via natural language. It targets developers who prefer working locally and synchronously with an AI agent that understands their code and GitHub context, offering intelligent assistance without context switching.
How It Works
The CLI leverages the same agentic harness as the main GitHub Copilot agent, providing AI-powered capabilities directly within the command line. It integrates deeply with GitHub workflows, allowing natural language access to repositories, issues, and pull requests. The system is designed for agentic tasks, capable of planning and executing complex code modifications, with extensibility via GitHub's MCP server and support for custom servers. Users maintain full control, with previews of all actions before execution.
Quick Start & Requirements
npm install -g @github/copilot
.copilot
in a project folder. Authentication is handled via the /login
command.COPILOT_MODEL=gpt-5 copilot
or set COPILOT_MODEL=gpt-5
(Windows) to switch models.Highlighted Details
Maintenance & Community
This project is in public preview and is undergoing rapid iteration with frequent updates. Feedback is encouraged via GitHub issues, Discussions, or the /feedback
command within the CLI.
Licensing & Compatibility
The license is not explicitly stated in the provided README. Compatibility for commercial use or linking with closed-source projects is not detailed.
Limitations & Caveats
As a public preview, the CLI is experimental, particularly on Windows. Usage incurs a reduction in the monthly quota of premium requests. Access may be disabled by organization or enterprise administrators.
1 day ago
Inactive