Skip to content

Installation

Requirements

  • Python 3.10+
  • A terminal that can run Textual applications

uv is a modern and very fast tool to manage python projects and dependencies.

uv tool install cogitus

or use pipx

pipx install cogitus

Finally, if you just prefer to use pip:

pip install cogitus

API Server Install

If you want this machine to serve the optional Cogitus HTTP API, install the API extra:

pip install cogitus[api]

You only need this extra on the machine running cogitus api serve. A normal Cogitus TUI connecting to an already running remote server does not need the FastAPI server dependencies.

Run

cogitus