GitHub Copilot App
A simple macOS application that provides a clean wrapper for GitHub Copilot's web interface.
Installation
- Download the zip file attached to this release
- Extract and move GitHub Copilot.app to your Applications folder
- Right-click and select "Open" the first time you run it (to bypass Gatekeeper)
Troubleshooting: "App is damaged" Error
If you see a message saying the app is "damaged and can't be opened":
- Open Terminal and run this command:
xattr -cr /Applications/GitHub\ Copilot.app
- Try opening the app again
This happens because the app isn't signed with an Apple Developer certificate. The command removes quarantine attributes that macOS adds to downloaded files.
Full Changelog: v1.0.6...v1.0.7