CC Pocket icon

CC Pocket 1.109.2,201

Remote client for Codex and Claude coding agents

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    cc-pocket # CC Pocket
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    cc-pocket # CC Pocket
  ];
}

Package Definition

{
  "pname": "cc-pocket",
  "version": "1.109.2,201",
  "src": {
    "url": "https://github.com/K9i-0/ccpocket/releases/download/macos/v1.109.2%2B201/CC-Pocket-macos-v1.109.2.dmg",
    "sha256": "9d1a2c14ce40ff43c100bd0707bdf3a51d713d94f130bb740d257768e0b36e75"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CC Pocket.app\" && cp -r \"CC Pocket.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Remote client for Codex and Claude coding agents",
    "homepage": "https://k9i-0.github.io/ccpocket/install/"
  }
}