Installation
Install the crewkit CLI on macOS, Linux, or Windows.
Install the crewkit CLI to start managing your team's AI coding sessions.
brew install crewkit-io/tap/crewkitcargo install crewkitnpm install -g crewkitchoco install crewkitcurl -fsSL https://get.crewkit.io | shVerify the installation:
crewkit --versionPrerequisites
- Claude Code must be installed (
claudecommand available) - Git — crewkit detects your project from the git remote
- Node.js 18+ (if installing via npm)
Platform notes
macOS — Homebrew is the recommended install method. Both Intel and Apple Silicon are supported.
Linux — Use Cargo or the curl installer. The binary is statically linked and works on most distributions.
Windows — Install via Chocolatey or Cargo. WSL is supported but not required. Native Windows builds are available for x64.
Updating
crewkit updateTo check for updates without installing:
crewkit update --checkcrewkit also checks for updates in the background each time you run a command, and notifies you when a new version is available.