All platforms

Install and pair a computer

SHORT ANSWER

Install the daemon on the computer that runs your coding agent, run cc-pocket-daemon pair, then scan the QR code in the CC Pocket app or enter its 6-digit code.

Install the daemon

Run the command for your operating system on the computer where Claude Code, Codex, or OpenCode is installed.

  1. 1

    macOS or Linux

    The installer verifies the release, installs the daemon, and registers the login service.

    curl -fsSL https://raw.githubusercontent.com/heypandax/cc-pocket/main/scripts/install.sh | bash
  2. 2

    Windows

    Run PowerShell as your normal user. The installer registers a logon Scheduled Task.

    irm https://raw.githubusercontent.com/heypandax/cc-pocket/main/scripts/install.ps1 | iex

Pair the app

  1. 1

    Create a one-time pairing code

    Run this on the computer. It prints both a QR code and a 6-digit fallback code.

    cc-pocket-daemon pair
  2. 2

    Scan or type the code

    Open CC Pocket, choose Add computer, and scan the QR. If the camera is unavailable, type the six digits.

  3. 3

    Open a project

    After the computer shows online, choose a project folder and start or resume a session.

Still stuck?Open an issue with the steps you tried.Open an issue →