Pull docker image.
$ docker pull plantuml/plantuml-server:jettyRun container.
$ docker run -d -p 8080:8080 plantuml/plantuml-server:jetty Download jar.
$ wget https://github.com/plantuml/plantuml/releases/download/v1.2025.10/plantuml-1.2025.10.jarGenerate image.
$ java -jar plantuml-1.2025.10.jar hello.puml!theme plain
!option handwritten trueGood themes: plain, sketchy, sketchy-outline.
!pragma teoz true
hide footbox