INSTALL / v0.14.0

Start local. Add only what you need.

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.

STABLE RELEASE

Version 0.14.0 is published from the reviewed 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 once in the CLI

$ algo-cli --model gpt-5.5

Run /chatgpt-login when prompted.

ONE-SHOT / CI

Emit framed NDJSON events

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

The first event is session_start; the last is done.