Installation
Requirements
Section titled “Requirements”- Python 3.11 or newer
- An API key for at least one supported provider
Install
Section titled “Install”curl -fsSL https://kolega.dev/install-kolega-code.sh | shuv tool install kolega-codegit clone https://github.com/kolega-ai/kolega-code.gitcd kolega-codeuv sync --extra devuv run kolega-code --versionVerify the install
Section titled “Verify the install”Once installed, confirm the CLI is on your PATH:
kolega-code --versionThen check your project configuration:
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.
Upgrade or uninstall
Section titled “Upgrade or uninstall”If you installed with the script or uv tool install, update the CLI with the
built-in command:
kolega-code updateRunning the installer again also updates an existing install to the latest released version. To uninstall, use uv:
uv tool uninstall kolega-codeNext steps
Section titled “Next steps”-
Install the CLI (above).
-
Add a provider/model and API key — either in the in-app Settings tab or via environment variables.
-
Run your first session — follow the Quick Start.