ZIP
WinGet
protobuf
Protocol Buffers · 33.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
protoc-33.3-win64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Google.Protobuf
Version
33.3
Description
Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
License
Proprietary
↗
Installer URL
https://github.com/protocolbuffers/protobuf/releases/download/v33.3/protoc-33.3-win64.zip
Release Notes
Announcements
- Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Bazel
- Fix: cc_toolchain should prefer protoc when prebuilt flag is flipped. (#25168) (7b30360)
- Locked down visibility of the new flags and config settings. (04ca1b7)
- Feat(bazel): wire up prebuilt protoc toolchain (#24115) (aeaede0)
Compiler
- Create editions test_utils to fix existing brittle tests in command_line_interface_unittest and code_generator_unittest. (cb0a8c5)
- Add edit…