You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binaries.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,21 @@ title: Prebuilt binaries
5
5
nav_order: 8
6
6
---
7
7
8
-
# Prebuilt Binaries
8
+
# Prebuilt binaries
9
9
10
10
Prebuilt binaries are provided as a Docker image and Java .war file.
11
11
All Structurizr [commands](/commands) are free to use from these binaries except for [server](/server), which requires a license (see [pricing](/server/pricing)).
12
12
13
-
> You can use the open core version of [server](/server) for free by [building from source](/building).
-`preview`: A preview build, not intended for production use.
20
+
-`2026.04.19` and `latest`: [Hardened Eclipse Temurin 21 - Alpine](https://hub.docker.com/hardened-images/catalog/dhi/eclipse-temurin) base image for general production use.
21
+
-`2026.04.19-playwright`: Non-hardened [Playwright for Java - Noble](https://mcr.microsoft.com/en-us/artifact/mar/playwright/java) base image that includes the Microsoft Playwright dependencies required to use the PNG/SVG export feature.
22
+
-`preview`: Non-hardened [Playwright for Java - Noble](https://mcr.microsoft.com/en-us/artifact/mar/playwright/java) base image, not intended for production use.
22
23
23
24
Pull the latest version of the Docker image:
24
25
@@ -37,19 +38,21 @@ In this example, `$PWD` will mount the current local directory as the working di
- Preview build: [structurizr-preview.war](https://download.structurizr.com/structurizr-preview.war) (not intended for production use)
41
+
- Downloads:
42
+
-[structurizr-2026.04.19.war](https://download.structurizr.com/structurizr-2026.04.19.war) and [structurizr.war](https://download.structurizr.com/structurizr.war): Excludes Microsoft Playwright dependencies.
43
+
-[structurizr-2026.04.19-playwright.war](https://download.structurizr.com/structurizr-2026.04.19-playwright.war): Includes Microsoft Playwright dependencies.
44
+
-[structurizr-preview.war](https://download.structurizr.com/structurizr-preview.war): A preview build, includes Microsoft Playwright dependencies, not intended for production use.
42
45
43
46
Download the file, either by clicking the link above or via the command line:
Copy file name to clipboardExpand all lines: commands/03-server/01-pricing.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ Using the Structurizr server via our [prebuilt binaries](/binaries) requires a l
22
22
23
23
## Trial period
24
24
25
-
No trial license key is required - a trial period of 30 days is granted to you after starting the Structurizr server for the first time from the prebuilt binaries, after which you will be required to discontinue use or purchase a license.
25
+
A trial period of 14 days is available to you by requesting a trial license from [trial.structurizr.com](https://trial.structurizr.com).
26
+
27
+
To use it, configure a property named `structurizr.license`, with the value being your license key. You will need to restart the server for this to take effect.
26
28
27
29
## Purchasing
28
30
@@ -31,7 +33,7 @@ Please contact [hello@structurizr.com](mailto:hello@structurizr.com) for a quote
31
33
- License size: small, medium, large, or enterprise (and number of unique users).
32
34
- Name of the organisation/team that the license is to be assigned to.
33
35
- Billing address, contact name and email address, that the invoice is to be sent to.
34
-
- Email address that the licence key is to be sent to.
36
+
- Email address that the license key is to be sent to.
35
37
- Preferred payment method - bank transfer or PayPal.
Copy file name to clipboardExpand all lines: commands/04-export/02-c4plantuml.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The following properties can either be set on individual views, or on the view s
28
28
29
29
-`plantuml.title`: `true` (default) to include diagram titles, `false` to exclude diagram titles.
30
30
-`plantuml.includes`: a comma separated list of file names that should be included (via `!include`) in the diagram definition.
31
+
-`plantuml.skinparams`: a comma separated list of skinparams (in the form `name=value`) that should be included in the diagram definition.
31
32
-`plantuml.sequenceDiagram`: `true` to generate a UML sequence diagram, `false` (default) to generate a collaboration diagram (dynamic views only).
32
33
-`plantuml.animation`: `true` to generate one PlantUML diagram definition per animation frame, `false` (default) to ignore animations.
33
34
-`c4plantuml.tags`: `true` to generate diagram definitions based upon how the Structurizr diagram renderer creates diagrams using tags and styles, `false` (default) to generate diagram definitions that use the default C4-PlantUML styling (i.e. blue and grey boxes). Please note that with this property set to `true`, this exporter does not follow the approach that C4-PlantUML uses for tags and styling. If you would like this behaviour instead of what is provided here, you may want to take a look at [https://github.com/cloudflightio/structurizr-export-c4plantuml](https://github.com/cloudflightio/structurizr-export-c4plantuml) instead.
0 commit comments