Skip to content

Installation

import { Tabs, TabItem } from ‘@astrojs/starlight/components’;

codectx is built in Python and can be installed via pip, uv, or pipx.

  • Python 3.10+
  • Git (if checking out repositories)

We strongly recommend installing codectx universally via uv or pipx to keep its dependencies isolated from your project environments.

If you use `uv`, installing `codectx` takes seconds:
uv tool install codectx

For global isolated installation using `pipx`:
pipx install codectx

To install directly into an active virtual environment:
pip install codectx

Once installed, verify the CLI is accessible:

Terminal window
codectx --version

If it successfully prints the version, you are ready to use codectx. Head over to the Quick Start guide to begin analyzing your codebase.