
WireMock Studio - Getting Started - Desktop
WireMock Studio can be run on your own workstation either directly with Java or via Docker.
Running with Java
The WireMock Studio Java standalone JAR requires a minimum of Java 11.
After ensuring you’ve got a suitable Java version installed, download the WireMock Studio standalone JAR.
Then open a terminal in the directory containing the JAR file and run:
java -jar wiremock-studio-2.32.0-18.jar
You should see something like the following in the console:
You can now visit the console URL shown, which defaults to http://localhost:9000.
Running in Docker
See Getting Started - Docker for details.