What is a .PROTO file?
A .proto file defines Protocol Buffers data structures. Created by Google.
- Did you know
- Google built Protocol Buffers internally in the early 2000s and open-sourced them in 2008.
- A .proto file is compiled by the protoc compiler, which generates data-access classes for many programming languages.
- The same schema can serialise to a compact binary wire format or, alternatively, to JSON and a human-readable text form.
- What Analyser reads
- Identify and read metadata from developer and data files: JWT tokens (header + claims + expiry), WebAssembly, Java class files, NumPy/Safetensors/GGUF model files, source maps, SQL dumps, Visual Studio/.NET projects, Terraform, Protobuf, GraphQL, SARIF, Python bytecode, and Apple property lists (XML + binary). Jupyter notebooks (IPYNB) and HAR captures now open in a full viewer - see Notebooks & data above.
- Depth of analysis
- .PROTO is an identification-grade format: Analyser recognises it from its bytes and decodes the header metadata it carries, rather than opening it in a full viewer. Formats that do get a full viewer are marked "Full" on the formats page.
- Open a .PROTO file
- Drag a .PROTO file onto the Analyser home page (or tap to pick one). It is identified entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.