Claude Island icon

Claude Island 1.3

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.3",
  "src": {
    "url": "https://github.com/farouqaldori/claude-island/releases/download/v1.3/ClaudeIsland-1.3.dmg",
    "sha256": "06a85e0cd62bd41cd328ccca52ad21f237a1876c11e7b3b91fd824c283726b0f"
  },
  "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/"
  }
}