CC Pocket icon

CC Pocket 1.101.3,181

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.101.3,181",
  "src": {
    "url": "https://github.com/K9i-0/ccpocket/releases/download/macos/v1.101.3%2B181/CC-Pocket-macos-v1.101.3.dmg",
    "sha256": "c5672903bdf8e438b765eeed27af283ef95d7821fd7ee153edcfaa64e4abe9b2"
  },
  "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/"
  }
}