Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 14:22

GitHub Copilot App

A simple macOS application that provides a clean wrapper for GitHub Copilot's web interface.

Installation

  1. Download the zip file attached to this release
  2. Extract and move GitHub Copilot.app to your Applications folder
  3. 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":

  1. Open Terminal and run this command:
    xattr -cr /Applications/GitHub\ Copilot.app
    
  2. 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