Further to our presentation in the routing working group at RIPE 77, we’re happy to tell you Routinator 0.1.0 'Godspeed!’ has now been released. The initial release implements the basic set of functionality: fetching and validating RPKI data and exposing route origin attestations both as output (CSV, JSON, RPSL) and to routers via the RPKI-RTR protocol. Assuming you have rsync and the C toolchain but not yet Rust, here’s how you get the Routinator to run as an RTR server listening on 127.0.0.1 port 3323: curl https://sh.rustup.rs -sSf | sh source ~/.cargo/env cargo install routinator routinator -r -l 127.0.0.1:3323 We’re very much looking forward to your operational feedback, to ensure this package runs well in a wide variety of environments. Going forward, we’ll be focussing on monitoring for the next release. You can find the source code and further details on Github: https://github.com/NLnetLabs/routinator Cheers, Alex Band NLnet Labs