How do I run it?
The main github page doesn't explain if it has to be compiled, interpreted.... what/where are the excutables?
Thank you for adding this explications!
The whole thing is written in rust.
Once you have rustc and cargo (I personally followed this tutorial to get it installed for all users under Linux, but you probably want the general installation page instead), clone into this repository and build the release binaries with cargo build --release.
Your binaries should be in target/release.
This should be in the release notes. The cargo build --release worked fine. Probably it is best not to move the binaries to /usr/local/bin if the devs are going to add notes on compilation.