cloi.ai

Local AI Debugging that just works

cloi runs entirely on your machine, parses your tracebacks, and generates structured patches with an on‑device LLM.

No API keys or cloud costs.

$
npm install -g @cloi-ai/cloi
Cloi AI demo

On‑device LLM

Runs models locally with Ollama so your data never leaves.

Context‑aware fixes

Analyzes your stack trace and project files to craft minimal diffs.

Approve and apply patches

Approve and apply patches without leaving the terminal.

Get started in seconds

1

Install globally

$
npm install -g @cloi-ai/cloi

No API key needed, runs completely locally via Ollama.

2

Navigate to your project

$
cd your-project-directory
3

Debug errors instantly

$
cloi

Run cloi when you encounter errors to generate fixes for your code.

Read the docs

Learn about advanced configuration, model selection, and contribution guidelines.

Open README