Installation
Prerequisites:
Ensure you have uv installed on your system. You can download it from docs.astral.sh.
Installing with uv (Recommended):
uv tool install aichor-cli --index https://aichor-python-packages.aichor.ai
Dependency resolution issues
If you run into dependency resolution issues (e.g. version conflicts), try using the --index-strategy unsafe-best-match option:
uv tool install aichor-cli --index https://aichor-python-packages.aichor.ai --index-strategy unsafe-best-match
Option 2 — Install with pip 🐍
pip install --extra-index-url https://aichor-python-packages.aichor.ai aichor-cli
Usage
To use AIchor CLI, run the following command:
aichor
An output similar to the following should be displayed:
Usage: aichor [OPTIONS] COMMAND [ARGS]...
AIchor CLI
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
auth Authentication commands
context Manage the CLI context
local-repo Manage the local repo
engines Operations on engines
experiments Operations on experiments
projects Operations on projects
storage Operations on project storage