INSTALL / v0.17.0

Start local. Add only what you need.

Algo CLI v0.17.0 is available from PyPI for Python 3.10 or newer. The algo-cli-runtime distribution installs the algo-cli command.

STABLE RELEASE

Version 0.17.0 is published from the reviewed v0.17.0 tag through protected OIDC publishing.

02 / FAST INSTALL

Astral uv

Use uv for a fast isolated tool installation.

$ uv tool install algo-cli-runtime

$ algo-cli

03 / SOURCE

Reviewed repository

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

LOCAL OLLAMA

Keep inference on your machine

$ ollama pull qwen3

$ algo-cli

CHATGPT / CODEX

Authenticate outside the chat REPL

$ algo-cli config setup chatgpt

Then select a Codex model with algo-cli --model gpt-5.6-sol.

ONE-SHOT / CI

Emit framed NDJSON events

$ algo-cli --oneshot --json "summarize this folder"

The first event is session_start; the last is done.