Stable Pipx install
Install the isolated distribution, then verify local readiness.
$ pipx install algo-cli-runtime
$ algo-cli doctor
Algo CLI v0.14.0 is available from PyPI for Python 3.10 or newer. The algo-cli-runtime distribution installs the algo-cli command.
Version 0.14.0 is published from the reviewed tag through protected OIDC publishing.
Install the isolated distribution, then verify local readiness.
$ pipx install algo-cli-runtime
$ algo-cli doctor
Use uv for a fast isolated tool installation.
$ uv tool install algo-cli-runtime
$ algo-cli
Clone the public repository when you want to inspect the exact source before installation.
$ git clone https://github.com/Seabass-up/Algo-cli.git && cd Algo-cli
$ pipx install . && algo-cli doctor
$ ollama pull qwen3
$ algo-cli
$ algo-cli --model gpt-5.5
Run /chatgpt-login when prompted.
$ algo-cli --oneshot --json "summarize this folder"
The first event is session_start; the last is done.