claudeers.
// Uncategorized / Others

CodeIsland

Real-time AI coding agent status panel in your MacBook notch — live status, approvals & replies for 13 AI tools, with iPhone & Apple Watch companions

// Uncategorized / Others[ cli ][ api ][ mobile ][ claude ]#claude#ai-agents#claude-code#developer-tools#dynamic-island#macos#notch#swift#uncategorizedMIT$open-sourceupdated about 1 month ago
Actively maintained
100/100
last commit 8 days ago
last release 8 days ago
releases 32
open issues 7
// star history+27 this week (+1.2%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up CodeIsland (release-binary project) into my current project.
Found on https://claudeers.com/codeisland
Repo: https://github.com/wxtsky/CodeIsland
Homepage/docs: —
Detected install method: release-binary → inspect the README
Category: uncategorized. Platforms: cli, api, mobile.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (release-binary)

Grab the latest release asset from GitHub.

# download a build from https://github.com/wxtsky/CodeIsland/releases
// or clone
git clone https://github.com/wxtsky/CodeIsland

// compatibility

Platformscli, api, mobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageSwift

CodeIsland Logo  CodeIsland

Real-time AI coding agent status panel for macOS Dynamic Island (Notch)
InstallFeaturesSupported ToolsBuild
English | 简体中文


CodeIsland Panel Preview

What is CodeIsland?

CodeIsland lives in your MacBook's notch area and shows you what your AI coding agents are doing — in real time. No more switching windows to check if Claude is waiting for approval or if Codex finished its task.

It connects to 13 AI coding tools via Unix socket IPC, displaying session status, tool calls, permission requests, and more — all in a compact, pixel-art styled panel.

Features

  • Notch-native UI — Expands from the MacBook notch, collapses when idle
  • 13 AI tools supported — Claude Code, Codex, Gemini CLI, Cursor, Copilot, Trae/Traecli, Qoder, Factory, CodeBuddy, OpenCode, Kimi Code CLI, Cline, Pi / Oh My Pi
  • Live status tracking — See active sessions, tool calls, and AI responses in real time
  • Permission management — Approve/deny tool permissions directly from the panel
  • Question answering — Respond to agent questions without leaving your current app
  • Pixel-art mascots — Each AI tool has its own animated character
  • One-click jump — Click a session to jump to its terminal tab or IDE window
  • Smart suppress — Tab-level terminal detection: only suppresses notifications when you're looking at the specific session tab, not just the terminal app
  • Sound effects — Optional 8-bit sound notifications for session events
  • Auto hook install — Automatically configures hooks for all detected CLI tools, with auto-repair and version tracking
  • iPhone & Apple Watch Buddy — Mirror session status to Dynamic Island, Lock Screen, StandBy, and Apple Watch
  • Bilingual UI — English and Chinese, auto-detects system language
  • Multi-display — Works with external monitors, auto-detects notch displays

Supported Tools

ToolEventsJumpStatus
CodeIslandCodeIsland Claude Code13Terminal tabFull
CodeIslandCodeIsland Codex3TerminalBasic
CodeIslandCodeIsland Gemini CLI6TerminalFull
CodeIslandCodeIsland Cursor10IDEFull
CodeIslandCodeIsland TraeCli10TerminalFull
CodeIslandCodeIsland Qoder10IDEFull
CodeIsland Copilot6TerminalFull
CodeIslandCodeIsland Factory10IDEFull
CodeIslandCodeIsland CodeBuddy10APP/TerminalFull
CodeIsland Kimi Code CLI10TerminalFull
CodeIslandCodeIsland OpenCodeAllAPP/TerminalFull
CodeIslandCodeIsland Cline5VSCodeFull
CodeIsland Pi / Oh My Pi8TerminalFull

Installation

brew tap wxtsky/tap
brew install --cask codeisland

Manual Download

  1. Go to Releases
  2. Download CodeIsland.dmg
  3. Open the DMG and drag CodeIsland.app to your Applications folder
  4. Launch CodeIsland — it will automatically install hooks for all detected AI tools

Note: On first launch, macOS may show a security warning. Go to System Settings → Privacy & Security and click Open Anyway.

iPhone & Apple Watch Buddy

Code Island Buddy is available on the App Store:

Download Code Island Buddy

The iPhone app mirrors your Mac sessions to Dynamic Island, Lock Screen, StandBy, and Apple Watch. The Mac app publishes lightweight session snapshots over your local network while the iPhone app is open, and sends compact Bluetooth summaries for background refreshes such as Live Activities and Watch updates.

Code Island Buddy is completely free and open source. It does not require an account or an external server; the companion source code lives in this repository under ios/CodeIslandCompanion and apple-companion.

Build from Source

Requires macOS 14+ and Swift 5.9+.

git clone https://github.com/wxtsky/CodeIsland.git
cd CodeIsland

# Development (debug build + launch; Buddy Bluetooth needs the .app below)
swift build && ./.build/debug/CodeIsland

# Release (universal binary: Apple Silicon + Intel)
./build.sh
open .build/release/CodeIsland.app

How It Works

AI Tool (Claude/Codex/Gemini/Cursor/...)
  → Hook event triggered
    → codeisland-bridge (native Swift binary, ~86KB)
      → Unix socket → /tmp/codeisland-<uid>.sock
        → CodeIsland app receives event
          → Updates UI in real time
          → Optional local Buddy sync to iPhone / Apple Watch

CodeIsland installs lightweight hooks into each AI tool's config. When the tool triggers an event (session start, tool call, permission request, etc.), the hook sends a JSON message through a Unix socket. CodeIsland listens on this socket and updates the notch panel instantly.

For OpenCode, a JS plugin connects directly to the socket — no bridge binary needed.

Settings

CodeIsland provides a 7-tab settings panel:

  • General — Language, launch at login, display selection
  • Behavior — Auto-hide, smart suppress, session cleanup
  • Appearance — Panel height, font size, AI reply lines
  • Mascots — Preview all pixel-art characters and their animations
  • Sound — 8-bit sound effects for session events
  • Hooks — View CLI installation status, reinstall or uninstall hooks
  • About — Version info and links

Keyboard Shortcuts

ShortcutActionDefault
⌘⇧IToggle the island panel open/closedOn
⌘⇧AApprove the current permission requestOff
⌘⇧DDeny the current permission requestOff

All shortcuts are configurable — and more actions (always-allow, skip question, jump to terminal) can be bound — under Settings → Shortcuts. When an approve/deny shortcut is enabled, its binding shows as a badge right on the approval card.

Requirements

  • macOS 14.0 (Sonoma) or later
  • Works best on MacBooks with a notch, but also works on external displays

Acknowledgments

This project was inspired by claude-island by @farouqaldori. Thanks for the original idea of bringing AI agent status into the macOS notch.

Star History

Star History Chart

License

MIT License — see LICENSE for details.

// faq

What is CodeIsland?

Real-time AI coding agent status panel in your MacBook notch — live status, approvals & replies for 13 AI tools, with iPhone & Apple Watch companions. It is open-source on GitHub.

Is CodeIsland free to use?

CodeIsland is open-source under the MIT license, so it is free to use.

What category does CodeIsland belong to?

CodeIsland is listed under uncategorized in the Claudeers registry of Claude-compatible tools.

0 views
2,316 stars
unclaimed
updated about 1 month ago

// embed badge

CodeIsland on Claudeers
[![Claudeers](https://claudeers.com/api/badge/codeisland.svg)](https://claudeers.com/codeisland)

// retro hit counter

CodeIsland hit counter
[![Hits](https://claudeers.com/api/counter/codeisland.svg)](https://claudeers.com/codeisland)

// reviews

// guestbook

0/500

// related in Uncategorized / Others

🔓

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

// uncategorizedn8n-io/TypeScript201,386NOASSERTION[ claude ]
🔓

The agent engineering platform.

// uncategorizedlangchain-ai/Python144,291MIT[ claude ]
🔓

FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Q…

// uncategorizedx1xhlol/142,855GPL-3.0[ claude ]
🔓

100+ AI Agent & RAG apps you can actually run — clone, customize, ship.

// uncategorizedShubhamsaboo/Python133,607Apache-2.0[ claude ]

// built by

→ see how CodeIsland connects across the ecosystem