Install

Ship the product to the machine before you ask it to run the team.

KCC is a workstation product first. Package channels matter, but the real install is the combination of binaries, credentials, terminal backends, and machine readiness.

Machine checklist

  • Node 20+ and Git available on PATH
  • tmux installed for macOS/Linux or WSL-backed workflows
  • Claude/Codex/Copilot credentials configured for the lanes your team will use
  • Run `kcc doctor` after install to verify the machine is actually ready
kcc doctor

fastest path for developers

npm

Best when Node is already present and you want the CLI on PATH immediately.

npm install -g kcc

macOS / Unix package flow

Homebrew

Matches the packaged Homebrew formula shipped from this repo.

brew tap robertwaltos/kcc && brew install kcc

Windows power-user channel

Scoop

Recommended Windows package-manager path once the Scoop bucket is updated.

scoop bucket add kcc https://github.com/robertwaltos/scoop-kcc && scoop install kcc

Windows community package path

Winget

Community Winget submission path for broad Windows rollout.

winget install Koydo.KCC