Getting started

Installation

Install ClaudeKit CLI, check the local runtime, and choose an existing terminal agent.

ClaudeKit CLI runs locally alongside the terminal agent you already use. It does not install agents, update them, or handle their credentials.

Requirements

  • Node.js 24 or later.
  • A local Git repository for repository-aware workflows. Git is optional for basic local storage.
  • Any supported agent already installed and signed in through its own provider.

Install

npm install --global @claudekit/cli

Use your usual installation path for Claude Code, Codex, Antigravity CLI, Gemini CLI, or OpenCode. ClaudeKit only checks whether their local command is available on your PATH.

Verify your setup

ck doctor
ck agents

ck doctor checks Node, private local storage, Git, and detected agents. ck agents lists the built-in launchers and whether a given adapter supports safe context injection.