Skip to content

Install And Launch

The usual install command is:

uv tool install aicodeprep-gui

Then open a project with:

aicp

Install With uv

If you already use uv, install AICodePrep as a tool:

uv tool install aicodeprep-gui

Upgrade later with:

uv tool upgrade aicodeprep-gui

Install With pipx

pipx also works:

pipx install aicodeprep-gui

Upgrade later with:

pipx upgrade aicodeprep-gui

Launch

Run it in the current folder:

aicp

Run it for another folder:

aicp path/to/project

The longer command also works:

aicodeprep-gui

File Explorer Launch

After installing the right-click integration from inside the app, you can open AICodePrep from a folder in your file manager.

  • Windows: File Explorer
  • macOS: Finder action
  • Linux: supported file manager integration

See Right-Click Integration.

Python Requirement

AICodePrep is a Python desktop app. Install a supported Python version first if your system does not already have one.

The PyPI package currently supports Python 3.9 through 3.13.