I couldn't find latest brotli binary for Win64 / x64, so here is how to compile it on Windows, for Windows: https://github.com/google/brotli
Will use this repo later: https://github.com/Microsoft/vcpkg
Install PowerShell Core:
https://aka.ms/powershell-release?tag=stable
Install Git for Windows:
Install Visual Studio (free Community edition is ok):
Choose Workloads:
- Desktop Dev with C++ (Optionals: add Win11SDK & also all with C++ in title, except those older than current MSVC)
- Linux Dev with C++
Run CMD as Admin:
C:
cd C:\
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg integrate install
.\vcpkg\vcpkg install brotli
Done. Find it here:
C:\vcpkg\packages\brotli_x86-windows\tools\brotli\brotli.exe
latest release now has windows binaries, but only build method that worked on linux is cmake: