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 karibew/tap/crewkitnpm install -g @crewkit/clichoco install crewkitcurl -fsSL https://crewkit.io/install.sh | 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 (x64) and Apple Silicon (arm64) are supported.
Linux — Use the curl installer or npm. Builds are available for x64.
Windows — Install via Chocolatey or npm. 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.