Skip to content

Installation

Terminal window
curl -fsSL https://kolega.dev/install-kolega-code.sh | sh

Once installed, confirm the CLI is on your PATH:

Terminal window
kolega-code --version

Then check your project configuration:

Terminal window
kolega-code doctor --project .

doctor reports your project path, where session state is stored, whether Textual is installed, your stored model selection, and whether the required API keys are present. See doctor for details.

If you installed with the script or uv tool install, update the CLI with the built-in command:

Terminal window
kolega-code update

Running the installer again also updates an existing install to the latest released version. To uninstall, use uv:

Terminal window
uv tool uninstall kolega-code
  1. Install the CLI (above).

  2. Add a provider/model and API key — either in the in-app Settings tab or via environment variables.

  3. Run your first session — follow the Quick Start.