cliq
Install

Up and running in sixty seconds.

One command installs the CLI, the local daemon (cliqd), and the docker runner (cliq-docker). No signup, no cloud account.

$ curl -fsSL https://getcliq.io/cliq/install | bash

Then run cliq setup to configure your model provider, and cliq doctor to verify your environment. Requires Node 18+, an agent CLI, tmux, and git.

Your first run

Five commands to a working pipeline.

terminal
$ mkdir my-project && cd my-project$ cliq team install hub://@cliq/hello-world$ cliq init && cliq assemble @cliq/hello-world$ cliq req -m "Write a short article about why teamwork matters"$ cliq run

Browse ready-made teams on CliqHub, or build your own with markdown roles and YAML pipelines.