Installation
Requirements
- macOS 14.0+ (Sonoma or later)
- MacBook Pro or MacBook Air with notch (2021 or later)
- GitHub Copilot CLI installed and authenticated
Option 1: Download Release (Recommended)
- Go to the Releases page
- Download
CopilotIsland.dmg - Open the DMG and drag Copilot Island to your Applications folder
- Launch Copilot Island from Applications (or Spotlight)
- 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.xcodeprojThen press ⌘R to build and run.
First Launch
On first launch, Copilot Island will:
- Request permission to access files in your home directory
- Start monitoring
~/.copilot/session-state/automatically - Show a collapsed pill in your MacBook notch
No additional configuration is needed — just start using copilot in your terminal!