Claude Island icon

Claude Island 1.2

Dynamic Island-style notifications for Claude Code CLI sessions

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    claude-island # Claude Island
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    claude-island # Claude Island
  ];
}

Package Definition

{
  "pname": "claude-island",
  "version": "1.2",
  "src": {
    "url": "https://github.com/farouqaldori/claude-island/releases/download/v1.2/ClaudeIsland-1.2.dmg",
    "sha256": "a29ee23b427dbfd034cf91aeee2ca0458e09e1cef28b8eb5f23d70898c5139a2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Claude Island.app\" && cp -r \"Claude Island.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Dynamic Island-style notifications for Claude Code CLI sessions",
    "homepage": "https://claudeisland.com/"
  }
}