Realizing the website that is hosting this project is not doing so well right now, this is how to install and run locally:
Use https://openjdk.org/ or similar to get the command line tools "javac" and "java"
javac -cp src -d bin src/mosaic/controllers/MainController.java
java -cp bin mosaic.controllers.MainController