Skip to content

Installing cckit

Put the cckit command on your PATH and confirm it works. Setting it up in a repo comes next.

cckit is pure bash over git, gh, and jq. There is no build step — installing it puts the cckit dispatcher on your PATH, the list of folders your terminal searches when you type a command. Pick whichever route fits.

  1. Pick an install method. Each tab is one route — pick the one that fits, and copy the box.

    macOS · Linux · WSL — no npm or brew
    curl -fsSL https://cckit.dev/install.sh | bash
  2. Verify it’s on your PATH.

    Terminal window
    cckit version # prints the installed version
    cckit doctor # preflight: git/gh/jq present, gh authenticated

cckit install [bin-dir] symlinks bin/cckit into the first writable PATH folder (~/.local/bin, then /usr/local/bin, then ~/bin), or a folder you pass.

It is a symlink, not a copy — the dispatcher resolves the link back to the repo, so git pull upgrades your install with no reinstall.

RequiredWhy
git, gh, jqthe lifecycle (worktrees, GitHub, JSON)
bash 3.2+the dispatcher + lib

Optional, auto-detected, never required:

OptionalEnables
tmuxcckit orchestrate (parallel panes)
glow / fzf / gumnicer terminal output and pickers
Node + Chromecckit debug (browser debugging via chrome-devtools-axi)

cckit doctor reports what’s missing.

Installing only puts cckit on your PATH — nothing has touched a repo yet. Where to go from here:

Independent, educational project — not affiliated with or endorsed by Anthropic. Claude and Claude Code are trademarks of Anthropic PBC. Disclaimer & trademarks ·

From Mexico with love by josegtz