Graphviz
Graphviz is an open source graph visualization software. The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages; PDF or Postscript for inclusion in other documents; or display in an interactive graph browser.
Our HSE Release Automation Tools use Graphviz for rendering PlantUML textual descriptions into diagram image files.
Installation
Java Runtime Environment
GraphViz Binaries
The latest release of GraphViz tested to be compatible with RAT (v4.1.1, March. 2025) is
windows_10_cmake_Release_graphviz-install-11.0.0-win64.exe (12.2.1 was tested and was not working!)
Fallback: graphviz-2.38.msi (download provided via HSE's server)
Configuration
Add the path to the Graphviz bin directory to the PATH variable.
Optionally, create an environment variable called GRAPHVIZ_DOT that points to the DOT executable.
For setting environment variables like PATH, see Shell.
