Alternatives
Products that do what Protobuf decoder does
develop,website,tool
- 1PI
2021 · github.com
- 2PP
2022 · pbkit.dev
- 3

- 4

- 5PA
2023 · github.com
- 6

Protobuf is a fairly simple format, but the way people are first introduced to it often doesn't speak to them. That is how it was for me at first. I tried to address that in two ways: simple visual diagrams where a picture does the work better than prose, and interaction so you can get a feel for the language and how it behaves without installing anything. Some parts of the guide run a real Protobuf compiler, bufbuild/protocompile, in the browser through WASM. It's the same compiler the buf CLI uses. Feedback welcome. Disclosure: I work at Buf, and Buf owns the domain. The guide started…
18d ago · protobuf.com
- 7SL
Why I built Skir: https://medium.com/@gepheum/i-spent-15-years-with-protobuf-t... Quick start: npx skir init All the config lives in one YML file. Website: https://skir.build GitHub: https://github.com/gepheum/skir Would love feedback especially from teams running mixed-language stacks.
Mar 2026 · skir.build
- 8ZC
2025 · github.com
- 9CN
2013 · kentonv.github.com
- 10CC
2024 · wasmer.io
- 11IW
2025 · github.com
- 12UR
Hey HN, I find myself reaching for tools like it-tools.tech or other random sites every now and then during development or debugging. So, I built a toolkit with a sane and simple CLI interface for most of those tools. For the curious and lazy, at the moment, ut has tools for, - Encoding: base64 (encode, decode), url (encode, decode) - Hashing: md5, sha1, sha224, sha256, sha384, sha512 - Data Generation: uuid (v1, v3, v4, v5), token, lorem, random - Text Processing: case (lower, upper, camel, title, constant, header, sentence, snake), pretty-print, diff - Development Tools: calc, json…
Oct 2025 · github.com
- 13

- 14HM
Over the last few years, I've needed an easy way to quickly serialise and deserialise various network protocols safely and efficiently. Most of the libraries that existed at the time were either quite heavy, had less than stellar performance, or were an abstraction level above what I was looking for. I decided to put together my own class to do the job, starting with an easy, low-overhead way to move bytes in and out of arbitrary buffers. Along the way, it picked up useful bits and pieces, such as buffer structures and allocators that made the byte shuffling faster, often being able to do it…
2025 · github.com
- 15

- 16AF
Serialization framework with some interesting numbers: 10-20x faster on nested objects than json/protobuf. Technical approach: compile-time codegen (no reflection), compact binary protocol with meta-packing, little-endian layout optimized for modern CPUs. Unique features that other fast serializers don't have: - Cross-language without IDL files (Rust ↔ Python/Java/Go) - Trait object serialization (Box) - Automatic circular reference handling - Schema evolution without coordination Happy to discuss design trade-offs. Benchmarks:…
Oct 2025 · fory.apache.org
- 17

- 18HO
I built a lightweight GIF decoder in pure C, ideal for embedded or performance-critical environments. It’s header-only, zero dynamic memory allocations, and fully platform-independent. Supports both static and animated GIFs, with turbo and safe decoding modes. Works great on microcontrollers, IoT devices, and anything with a framebuffer. Would love feedback or ideas where this could be useful. Github: https://github.com/Ferki-git-creator/TurboStitchGIF-HeaderOn...
2025
- 19PP
2016 · github.com
- 20

- 21PA
2017 · github.com
- 22

- 23

Free Base64 decoder that never uploads your data
Jun 2026 · decode64.com
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →