Download and Get Started with Apicurio Studio

The easiest way to get started with Apicurio Studio is to download the quickstart based on WildFly and fire it up! All you need is Java version 11, and you're ready to rock.

Prerequisites

Download and Install Apicurio Studio

  1. Download Apicurio Studio 0.2.62.Final.
  2. Unpack the Apicurio Studio Quickstart .zip file.

Configure Apicurio Studio

The Apicurio Studio quickstart is designed to work automatically if you download and run it on your local machine. If you want to run the quickstart on a different machine, or put it into production, see the Apicurio Studio documentation.

Run Apicurio Studio

  1. Start WildFly.
  2. Open Apicurio Studio in your browser and log in, or register a new account!

Or try this...

mkdir ~/apicurio-studio-0.2.62.Final
cd ~/apicurio-studio-0.2.62.Final
curl -L https://github.com/Apicurio/apicurio-studio/releases/download/0.2.62.Final/apicurio-studio-0.2.62.Final-quickstart.zip -o apicurio-studio-0.2.62.Final-quickstart.zip
unzip apicurio-studio-0.2.62.Final-quickstart.zip
cd apicurio-studio-0.2.62.Final
./bin/standalone.sh -c standalone-apicurio.xml
Note: Docker users can really quickly get Apicurio Studio up and running by using our Docker Compose script.