rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
9.8k stars 488 forks source link

32Bits Binary for Windows #255

Closed tecnicosya closed 1 year ago

tecnicosya commented 1 year ago

I want to get the binary 32bits

Use Case This is useful in old machine will we cant update for compatibility software installed.

Thank you. Very nice software.

tecnicosya commented 1 year ago

I share the compiled version for Windows 32 Bits. https://drive.google.com/file/d/16DyOU5QYY9UqjPAC8JOGVOCIAF6ngNCc/view?usp=share_link Password: 12345

rapiz1 commented 1 year ago

Sorry, I'm not going to officially release binary for win32. Even Microsoft does not release 32-bit Windows anymore. People are dropping support for win32 and the toolchain is fragile. For example, GitHub Actions does not provide a 32-bit Windows runner for rathole to automatically build.

Glad to see you have it built and worked.