Skip to main content

Installation

Installation methods

Requires Python 3.12+ and uv installed.

Install Faheem Code:

uv tool install faheemcode --python 3.12

Run Faheem Code:

faheemcode

Upgrade Faheem Code:

uv tool upgrade faheemcode --python 3.12

First run

The first time you run the CLI, it will take you through configuring the required LLM settings. These will be saved for future sessions in ~/.faheem-code/settings.json.

The conversation history will be saved in ~/.faheem-code/conversations.

Next steps