Prebuilt Binaries

Prebuilt binaries are provided as a Docker image and Java .war file. All Structurizr commands are free to use from these binaries except for server, which requires a license (see pricing).

You can use the open core version of server for free by building from source.

Docker image

docker pull structurizr/structurizr
docker run -it --rm -v $PWD:/usr/local/structurizr structurizr/structurizr <command> [parameters]

In this example, $PWD will mount the current local directory as the working directory (mapped to /usr/local/structurizr in the Docker container).

Java .war file

java -jar structurizr-2026.02.01.war <command> [parameters]