Check out the WIKI which has comprehensive documentation. The purpose of this README is exclusively installation.
RUBICON is containerized and can be pulled directly from Docker Hub. This means the application and all it's dependencies are stored in an immutable image you can pull and run in your docker client. Containerization also provides cross-platform compatibility.
https://docs.docker.com/desktop/install/windows-install/
https://docs.docker.com/desktop/install/mac-install/
https://docs.docker.com/desktop/install/linux-install/
docker pull saltorester/rubicon
docker run -d -p 8888:8888 saltorester/rubicon
Just navigate your browser to http://localhost:8888. The data model will automatically build, as will your Rainbow Table using the default wordlist (ignus-100k.txt).