There's a merged pull request on the void-packages repository New package: arti-1.0.0 https://github.com/void-linux/void-packages/pull/37715 Description: The Tor Project is re-implementing Tor in Rust. https://gitlab.torproject.org/tpo/core/arti https://blog.torproject.org/arti_050_released/ Not yet production ready, nor feature-parity with C Tor but basic SOCKS proxy support via ``` $ arti proxy -p 9150 ``` is usable. When arti is production ready, I'm planning to add a proper runit service. #### Testing the changes - I tested the changes in this PR: **YES**