google/gnostic
A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
Converts OpenAPI specifications to Protocol Buffer binary format, enabling type-safe API tooling across languages through automatically-generated data structures. Uses a plugin architecture modeled on protoc for extensibility, with built-in support for generating clients, gRPC services, and API metrics. Parses JSON/YAML OpenAPI documents, validates dependencies, and outputs portable protobuf representations that can be consumed by any protobuf-supporting language.
2,274 stars.
Stars
2,274
Forks
271
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/google/gnostic"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.