Skip to content

Installation

Requirements

  • macOS 14.0+ (Sonoma or later)
  • MacBook Pro or MacBook Air with notch (2021 or later)
  • GitHub Copilot CLI installed and authenticated
  1. Go to the Releases page
  2. Download CopilotIsland.dmg
  3. Open the DMG and drag Copilot Island to your Applications folder
  4. Launch Copilot Island from Applications (or Spotlight)
  5. The app will appear in your MacBook notch

Option 2: Build from Source

bash
# Clone the repository
git clone https://github.com/lordmos/copilot-island.git
cd copilot-island

# Run setup (installs XcodeGen, generates Xcode project)
chmod +x scripts/setup.sh && ./scripts/setup.sh

# Open in Xcode
open CopilotIsland.xcodeproj

Then press ⌘R to build and run.

First Launch

On first launch, Copilot Island will:

  1. Request permission to access files in your home directory
  2. Start monitoring ~/.copilot/session-state/ automatically
  3. Show a collapsed pill in your MacBook notch

No additional configuration is needed — just start using copilot in your terminal!

Released under the Apache 2.0 License.