Installation Guide

June 27, 2026 ยท View on GitHub

Using pip

Install StructKit with pip:

pip install structkit

!!! tip "Enable Auto-Completion" After installation, enable command-line auto-completion using static scripts generated by shtab. See the Command-Line Completion guide for per-shell instructions.

From Source

Clone the repository and install locally. See the Development page for details.

Using Docker

Run StructKit without installing, using Docker:

docker run -v $(pwd):/workdir -u $(id -u):$(id -g) ghcr.io/httpdss/structkit:main generate file:///workdir/examples/python-cli/.struct.yaml /workdir/example_output

Refer to the Quick Start guide for more options.