BETA

CLIO Beta

Your local AI agent for scientific data

Autonomous AI agent for scientific data: runs locally, on your models and your data.

⚠ Beta software: interfaces, blueprints, and on-disk formats may change between releases.

$ curl -fsSL https://raw.githubusercontent.com/iowarp/clio-agent/main/install/install.sh | bash
PS> irm https://raw.githubusercontent.com/iowarp/clio-agent/main/install/install.ps1 | iex

Then run clio for the terminal UI, or clio --web to open it in your browser.

Terminal UI (TUI) clio
In your browser clio --web

Changed your mind later? Uninstalling is just as easy →

Prefer not to install? Run it in Docker →

CLIO orchestrating a multi-step session

Screenshots

See it work

From sub-agent orchestration to reviewing proposed edits: CLIO keeps you in the loop.

Desktop

The desktop app

A native build of CLIO for your machine. Grab the installer that fits your platform.

Your platform

Windows

Windows · 64-bit

Your platform

macOS

macOS · Apple Silicon

Download (.dmg)
Universal disk image

Your platform

Linux

Linux · 64-bit

CLIO native desktop app
The native desktop app

Docker

Run it in a container

Prebuilt images for the web UI, the terminal UI, and a headless backend.

Web UI quickest
$ docker run --rm -p 8080:80 ghcr.io/iowarp/clio-web:latest

Then open http://localhost:8080.

Terminal UI
$ docker run -it --rm ghcr.io/iowarp/clio-tui:latest
Headless backend scale-out
$ docker run --rm -p 8100:8100 ghcr.io/iowarp/clio-api:latest

Point CLIO at your model with -e CLIO_LM_API_BASE=....

Build from source

CLIO is open source under BSD-3-Clause. Clone the repo, run it with uv, and send a pull request.

Contributing →

Ecosystem

Part of the IOWarp family

CLIO is the intelligence layer of IOWarp: a platform for scientific data, built from a few focused projects that work together.