The original post: /r/tor by /u/Trader-One on 2024-05-29 09:27:03.

Is arti supposed to be supported on windows. It doesn’t compile there (rust-gnu-x64):

cargo install --locked --features=full arti

error[E0433]: failed to resolve: could not find \unixinos``

--> signal-hook-async-std-0.2.2\src\lib.rs:54:14

54 | use std::os::unix::net::UnixStream;

could not find \unixinos``

error[E0433]: failed to resolve: could not find \iteratorinsignal_hook``

--> signal-hook-async-std-0.2.2\src\lib.rs:60:22

60 | pub use signal_hook::iterator::backend::Handle;

could not find \iteratorinsignal_hook``

error: could not compile \signal-hook-async-std (lib) due to 4 previous errors