Skip to content

Install

Python PyPi

The package is hosted on PyPi and requires Python 3.10 or newer.

pip install chaotic-ngine

With uv, to keep it out of your system Python:

uv tool install chaotic-ngine

Or run it without installing at all:

uvx chaotic-ngine --config my-config.yaml

Container Image Repository

The image is hosted on ghcr.io and is built for linux/amd64 and linux/arm64.

docker pull ghcr.io/ngine-io/chaotic:latest

Tags follow the releases: latest, 1.2.3 and 1.2 are all available.

From source

See Development.