Download and Get Started with Apicurito

The easiest way to get started with Apicurito is by using Docker to quickly start up an instance, and then point your browser to it.

Pull the Apicurito image

Pull the apicurito-ui Docker image from Docker Hub as follows:

docker pull apicurio/apicurito-ui:1.2.4

Run the Apicurito image

Run the apicurito-ui Docker image as follows:

docker run -it -p 8080:8080 apicurio/apicurito-ui:1.2.4

Open Apicurito in your browser

Open http://localhost:8080 in your browser.