A CLI for LLMs.
English | 简体中文
Before installing LLM CLI, you need to install Python.
You may need to configure your PATH environment variable.
Install via pip
(pip may not work by default on MacOS and Linux):
pip install llm_ya_cli
Install via pipx
:
pipx install llm_ya_cli
Install via uv
:
uv tool install llm_ya_cli
This project incorporates code from these following third-party projects:
- Rich (live_render.py) (LICENSE) Copyright (c) 2020 Will McGugan
- Chatlas (live_render.py, modified from Rich's code) (LICENSE) Copyright (c) 2022-2025 Posit Software, PBC