{"id":46822351,"url":"https://github.com/thommyho/cpp-grpc-windows-prebuilts","last_synced_at":"2026-04-04T15:00:57.314Z","repository":{"id":38683892,"uuid":"193967751","full_name":"thommyho/Cpp-gRPC-Windows-PreBuilts","owner":"thommyho","description":"gRPC prebuilt windows binaries and libs | x64 and x86 | MSVC143, MSVC142 (legacy 141 and 140) | Debug, Release, RelWithDebInfo","archived":false,"fork":false,"pushed_at":"2026-02-28T12:50:00.000Z","size":1505,"stargazers_count":62,"open_issues_count":1,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-10T15:29:34.014Z","etag":null,"topics":["cpp","example","grpc","grpc-cpp","network","prebuilt","protobuf","windows","x64","x86"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thommyho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-26T19:45:37.000Z","updated_at":"2026-02-28T12:43:05.000Z","dependencies_parsed_at":"2023-11-07T22:50:37.338Z","dependency_job_id":"c3d08e19-7487-4ee3-919a-a8e52b8aea82","html_url":"https://github.com/thommyho/Cpp-gRPC-Windows-PreBuilts","commit_stats":null,"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"purl":"pkg:github/thommyho/Cpp-gRPC-Windows-PreBuilts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thommyho%2FCpp-gRPC-Windows-PreBuilts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thommyho%2FCpp-gRPC-Windows-PreBuilts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thommyho%2FCpp-gRPC-Windows-PreBuilts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thommyho%2FCpp-gRPC-Windows-PreBuilts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thommyho","download_url":"https://codeload.github.com/thommyho/Cpp-gRPC-Windows-PreBuilts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thommyho%2FCpp-gRPC-Windows-PreBuilts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","example","grpc","grpc-cpp","network","prebuilt","protobuf","windows","x64","x86"],"created_at":"2026-03-10T09:35:27.132Z","updated_at":"2026-04-04T15:00:57.285Z","avatar_url":"https://github.com/thommyho.png","language":null,"readme":"# Prebuilt Binaries for gRPC C++ on Windows\n\n### Overview\n\nPrebuilt binaries for gRPC C++ are available for:\n\n- **Stable build**: [v1.80.0](https://github.com/grpc/grpc/releases/tag/v1.80.0)\n\nVisit the release page to download the binaries ➡️ [here](https://github.com/thommyho/gRPC_windows/releases/v1.80.0) ⬅️.\n\n---\n\n\u003e [!CAUTION]\n\u003e Starting with v1.78.1, the deployment layout for the CMake files has changed.\n\u003e The `cmake` directory has been moved from the project root into the `lib` directory.\n\u003e This enables straightforward integration using `find_package` with CMake.\n\n---\n\n\u003e [!NOTE]\n\u003e Please test and give feedback to new examples directly from gRPC-Repository. Either download directly from the latest release.\n\u003e Or visit ➡️ [here](https://github.com/thommyho/Cpp-gRPC-Visual-Studio-Examples/tree/v2-next-gen-2022) ⬅️.\n\n---\n\n\u003e [!IMPORTANT]\n\u003e gRPC C++ **v1.47.0** is the first release requiring C++14.\n\u003e If you cannot upgrade to C++14 at this time, you can use gRPC C++ 1.46.x.\n\u003e gRPC C++ **v1.46.x** will be maintained by having fixes for\n\u003e critical bugs (P0) and security fixes until **2023-06-01**.\n\n- **Last stable build for gRPC requiring only C++11 support**: [v1.46.7](https://github.com/grpc/grpc/releases/tag/v1.46.7)\n\nVisit the release page to download the binaries ➡️ [here](https://github.com/thommyho/gRPC_windows/releases/v1.46.7) ⬅️.\n\n\u003e **Note**: Prebuilt binaries are available as ZIP archives from [Releases](https://github.com/thommyho/gRPC_windows/releases) page.\n\u003e For detailed build information (e.g., compilers, SDKs), refer to the Build-Info links (tracking since v1.22.0).\n\n### Additional Visual Studio Examples\n\nMost C++ examples from the [gRPC repository](https://github.com/grpc/grpc/tree/master/examples/cpp) have been ported to a\nVisual Studio-compatible structure. These examples are maintained at [Cpp-gRPC-Visual-Studio-Examples](https://github.com/thommyho/Cpp-gRPC-Visual-Studio-Examples)\nand are tested with gRPC versions v1.42.0 and above.\n\n### Documentation\n\n➡️ [Step-by-Step Installation Guide](https://thommyho.github.io/Cpp-gRPC-Windows-PreBuilts) ⬅️\n\n______________________________________________________________________\n\n### Releases\n\n| Version                                                                  | Build-Info                                                                   | Build Configurations                        | Compiler Set                                                         | Example |\n| ------------------------------------------------------------------------ | ---------------------------------------------------------------------------- | ------------------------------------------- | -------------------------------------------------------------------- | ------- |\n| [v1.80.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.80.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.80.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e                     | ✅   |\n| [v1.46.7](https://github.com/thommyho/gRPC_windows/releases/tag/v1.46.7) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.46.7) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64 | ✅   |\n\u003e [!TIP]\n\u003e For older releases, expand the section below.\n\n\u003cdetails\u003e\n\u003csummary\u003eView Older Releases\u003c/summary\u003e\n\n| Version                                                                  | Build-Info                                                                   | Build Configurations                        | Compiler Set                                     | Example |\n| ------------------------------------------------------------------------ | ---------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------ | ------- |\n| [v1.80.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.80.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.80.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.78.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.78.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.78.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.78.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.78.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.78.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.76.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.76.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.76.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.75.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.75.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.75.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.75.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.75.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.75.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.74.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.74.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.74.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.74.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.74.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.74.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.73.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.73.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.73.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.73.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.73.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.73.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.72.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.72.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.72.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.72.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.72.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.72.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.71.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.71.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.71.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.70.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.70.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.70.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.70.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.70.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.70.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.70.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.70.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.70.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.69.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.69.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.69.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.68.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.68.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.68.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.68.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.68.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.68.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.68.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.68.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.68.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.67.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.67.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.67.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.67.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.67.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.67.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.66.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.66.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.66.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.66.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.66.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.66.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.65.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.65.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.65.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.64.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.64.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.64.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.64.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.64.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.64.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.64.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.64.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.64.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.63.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.63.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.63.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.62.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.62.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.62.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.62.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.62.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.62.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.61.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.61.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.61.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.60.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.60.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.60.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.61.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.61.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.61.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.59.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.59.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.59.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.58.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.58.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.58.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.57.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.57.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.57.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.56.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.56.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.56.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.56.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.56.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.56.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.55.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.55.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.55.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.55.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.55.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.55.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.54.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.54.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.54.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.54.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.54.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.54.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.54.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.54.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.54.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.53.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.53.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.53.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.52.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.52.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.52.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.52.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.52.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.52.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.51.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.51.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.51.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.51.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.51.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.51.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.50.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.50.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.50.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.50.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.50.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.50.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.49.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.49.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.49.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.48.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.48.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.48.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.46.6](https://github.com/thommyho/gRPC_windows/releases/tag/v1.46.6) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.46.6) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.46.5](https://github.com/thommyho/gRPC_windows/releases/tag/v1.46.5) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.46.5) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.46.4](https://github.com/thommyho/gRPC_windows/releases/tag/v1.46.4) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.46.4) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.46.3](https://github.com/thommyho/gRPC_windows/releases/tag/v1.46.3) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.46.3) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.46.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.46.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.46.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.45.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.45.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.45.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 💻 MSVC143: x86, x64\u003cbr\u003e🖥️ MSVC142: x86, x64\u003cbr\u003e | ✅      |\n| [v1.45.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.45.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.45.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.45.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.45.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.45.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.44.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.44.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.44.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.43.2](https://github.com/thommyho/gRPC_windows/releases/tag/v1.43.2) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.43.2) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.43.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.43.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.43.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.42.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.42.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.42.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.41.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.41.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.41.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.41.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.41.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.41.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.40.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.40.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.40.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.39.1](https://github.com/thommyho/gRPC_windows/releases/tag/v1.39.1) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.39.1) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.22.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.22.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.22.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.21.4](https://github.com/thommyho/gRPC_windows/releases/tag/v1.21.4) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.21.4) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n| [v1.20.0](https://github.com/thommyho/gRPC_windows/releases/tag/v1.20.0) | [Build Info](https://github.com/thommyho/gRPC_windows_prebuilt/tree/v1.20.0) | 🛠️ Debug\u003cbr\u003e🚀 Release\u003cbr\u003e🔧 RelWithDebInfo | 🖥️ MSVC142: x86, x64\u003cbr\u003e🔲 MSVC141: x86, x64     | ✅      |\n\n\u003c/details\u003e\n\n______________________________________________________________________\n\n### Explanation of Symbols\n\n- **Build Configurations**:\n  - 🛠️ Debug: Development configuration with debugging symbols.\n  - 🚀 Release: Optimized for production use.\n  - 🔧 RelWithDebInfo: Combination of optimizations and debugging symbols.\n- **Compiler Sets**:\n  - 💻 MSVC143: Visual Studio 2022 (x86/x64).\n  - 🖥️ MSVC142: Visual Studio 2019 (x86/x64).\n  - 🔲 MSVC141: Visual Studio 2017 (x86/x64) --\u003e Discontinued from v1.45.2.\n\n______________________________________________________________________\n\n### Feedback\n\nFor suggestions or issues, feel free to open a ticket in the respective repositories:\n\n- Prebuilt binaries: [gRPC Windows](https://github.com/thommyho/gRPC_windows).\n- Visual Studio Examples: [Cpp-gRPC-Visual-Studio-Examples](https://github.com/thommyho/Cpp-gRPC-Visual-Studio-Examples).\n\nThank you for using gRPC for C++ on Windows!\n\n______________________________________________________________________\n\n### Sponsorship\n\nThis project is proudly supported by Minisforum, who generously provided the **MS-A2 workstation** - the powerhouse behind our CI/CD pipeline.\nPowered by the **AMD Ryzen™ 9 9955HX (16C/32T)**, the MS-A2 has completely transformed my build infrastructure and release velocity.\n\n🔗 Check it out: [https://www.minisforum.com/products/minisforum-ms-a2](https://www.minisforum.com/products/minisforum-ms-a2)\n\n______________________________________________________________________\n\n#### ⚡ Real-World Build Performance Gains\n\nUpgrading from our previous CI machine (Ryzen™ 5 2400GE) to the MS-A2 delivered massive performance improvements across all configurations:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/sponsorship_graph.png\" alt=\"Compile Times Graph\" width=\"75%\"\u003e\n\u003c/p\u003e\n\n| System                        | Debug      | Release    | RelWithDebInfo | Total (3 configs) | Total ×4 platforms |\n| ----------------------------- | ---------- | ---------- | -------------- | ----------------- | ------------------ |\n| Ryzen™ 5 2400GE (4C/8T)       | 1.30 h     | 1.33 h     | 1.36 h         | 3.99 h            | 15.95 h            |\n| **Ryzen™ 9 9955HX (16C/32T)** | **0.33 h** | **0.32 h** | **0.33 h**     | **0.98 h**        | **3.94 h**         |\n\n#### 📉 What That Means\n\n- **🔥 75% reduction** in compile time per configuration\n- **⏱ Full CI runs reduced from ~17 hours → ~4.3 hours**\n- **🚀 4× faster complete multi-platform builds**\n- Faster iteration cycles\n- More frequent releases\n- Quicker contributor feedback\n\nFor a C++ project building across multiple **Visual Studio toolsets (MSVC141, MSVC142, MSVC143)** and architectures (x86, x64), parallelism matters — and 16 cores / 32 threads make a *huge* difference.\n\n______________________________________________________________________\n\n#### 🛠 Why This Matters\n\nFaster CI means:\n\n- Pull requests get validated sooner\n- Bugs are caught earlier\n- Releases ship faster\n- The Windows C++ community gets updated prebuilt binaries more quickly\n\nThe MS-A2 enables us to build complex C++ stacks like gRPC efficiently across multiple compiler targets - something that previously required nearly a full day of CI (waiting) time.\n\n______________________________________________________________________\n\n#### ❤️ Thank You\n\nA huge thank you to **Minisforum** for supporting open-source development and helping us improve reliability and delivery speed for our users.\n\nIf you're looking for a compact yet extremely capable build workstation, the MS-A2 is absolutely worth checking out.\n\n👉 [https://www.minisforum.com/products/minisforum-ms-a2](https://www.minisforum.com/products/minisforum-ms-a2)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthommyho%2Fcpp-grpc-windows-prebuilts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthommyho%2Fcpp-grpc-windows-prebuilts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthommyho%2Fcpp-grpc-windows-prebuilts/lists"}