Skip to main content

Core install

Install the latest version straight from GitHub — no clone required:
For development (editable install with test/lint tooling), clone first:
The core package pulls in:

Optional extras

Add the extras for the backends you need in the brackets (no clone required):
You can combine extras:
If you cloned the repo for development, the editable equivalent is pip install -e ".[vllm]".

Verify

If the TUI opens, your install is working.

Environment variables

These are overridden by the --output_dir and --cache_dir CLI flags.