MSI
WinGet
GitHub Copilot
GitHub Inc. · 0.2.15 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i GitHub-Copilot-windows-x64.msi /quiet /norestart
InstallPath
msiexec /i GitHub-Copilot-windows-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{D9630936-736D-483B-8FF7-57D6AB8F8A20}
Product version operator
Greater than or equal to
Product version
0.2.15
MSI Properties
Product Code
{D9630936-736D-483B-8FF7-57D6AB8F8A20}
File Identity
Filename
GitHub-Copilot-windows-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
GitHub.CopilotApp
Version
0.2.15
Description
The GitHub Copilot app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place.
License
Proprietary
Support
https://support.github.com/
Installer URL
https://github.com/github/app/releases/download/v0.2.15/GitHub-Copilot-windows-x64.msi
Upgrade Behavior
install(Install over existing)
Release Notes
What's new in v0.2.15
Changed
- Branch (in-place) workspace sessions now create pull requests in-place by default instead of redirecting the agent to spawn a parallel worktree session. Picking a branch workspace is treated as the signal that work belongs in the local clone, and repo-specific guidance in AGENTS.md / CLAUDE.md takes precedence over the app's general advice. The create_pull_request soft gate that previously refused on branch workspaces without allow_in_place: true has been removed…