From Binaries

Binaries are the recommended way to run Izanami.

wget --quiet 'https://github.com/MAIF/izanami/releases/latest/download/izanami.jar'

Or

wget --quiet 'https://github.com/MAIF/izanami/releases/latest/download/izanami.zip'

You can get

Run izanami.jar

To run izanami.jar, you will need JDK 11.

Then just use :

java -jar izanami.jar 

Run izanami.zip

To run izanami.zip, you will need JDK 11.

First unzip the archive :

unzip izanami-dist.zip 

And then

cd izanami/

bin/izanami

Or with windows

cd izanami/

./bin/izanami.bat  
The source code for this page can be found here.