This is a MirageOS unikernel which conducts a traceroute to the given host. Read the blog post.
To install this unikernel from source, you need to have opam (>= 2.1.0) and ocaml (>= 4.08.0) installed. Also, mirage is required (>= 4.5.0). Please follow the installation instructions.
The following steps will clone this git repository and compile the unikernel:
$ git clone https://github.com/robur-coop/traceroute.git
$ mirage configure -t <your-favourite-target>
$ make depend
$ make build
Reproducible binaries are available at https://builds.robur.coop/job/traceroute/
Please open an issue if you have questions, feature requests, or comments.