Skip to content

Installation

Requirements

  • Python 3.12 or later
  • pipx for isolated installation

Install

pipx install git+https://github.com/superkosat/clotho.git

Generate Auth Token

clotho setup

This writes a token to ~/.clotho/config.json. The token is required by all clients connecting to the gateway.

To regenerate the token:

clotho setup --force

Install Docs Dependencies (optional)

pip install "clotho[docs]"
mkdocs serve