# 6over3/bebop

🎷No ceremony, just code. Blazing fast, typesafe binary serialization.

Repository: https://github.com/6over3/bebop
Canonical: https://ross.abutalabs.com/products/bebop
Homepage: https://bebop.sh/
Language: C#
License: Apache-2.0
License Family: permissive
Topics: serialization, deserialization, real-time, marshalling, rpc, zero-copy, c-sharp, typescript, dart, javascript, json, cpp, compiler, rust
Last push: 2026-02-17T16:29:06+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 68, release rhythm 48, longevity 100
- inputs: {"age_days": 2263, "days_push": 197, "days_rel": 351, "gap_med": 8, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2173, forks 51 (observed 2026-08-28T04:06:21.773699+00:00)

## What it is
Bebop is a high-performance, typesafe binary serialization format with a schema language and code generator (bebopc) that produces optimized code for C#, TypeScript, Rust, C++, Dart, Python, and Go. It also includes Tempo, an RPC framework for building efficient APIs, and claims to be significantly faster than JSON and Protocol Buffers.

## Use cases
- serialize structured data faster than JSON or protobuf
- generate typesafe serialization code from schemas for multiple languages
- build efficient RPC APIs for real-time applications
- reduce payload size and latency in cloud gaming or game networking
- share a single schema across C#, TypeScript, and Rust services
- marshal messages with zero-copy decoding in performance-critical code

## When to choose
- you need blazing-fast binary serialization across several languages
- you want a simpler, faster alternative to Protocol Buffers
- you're building real-time or latency-sensitive systems like games or streaming backends
- you want generated, typesafe code with a tiny runtime and zero dependencies

## When to avoid
- you need human-readable data formats or easy debugging with plain text
- your ecosystem requires a widely adopted standard with broad third-party tooling
- you need rich schema evolution features like protobuf's field deprecation semantics
- your language isn't among the supported targets and you can't write an extension

## Facets
- artifact type: library
- maturity: active
- function: serialization, rpc, compiler, parser
- domain: developer-tools, apis, performance
- platform: cross-platform, c, rust, cpp, python, go, cli
- tags: schema-language, code-generation, binary-format, zero-copy, protocol-buffers-alternative, -alternative, real-time

## Member repositories
- 6over3/bebop (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:21.773699+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:49:01.582477+00:00, confidence not recorded.
  - readme: https://github.com/6over3/bebop (fetched 2026-08-28T04:06:21.773699+00:00, sha 159ce1a649e7)
  - homepage: https://bebop.sh/ (fetched 2026-08-29T10:29:10.008615+00:00, sha 36a0edd11273)
  - site_page: https://docs.bebop.sh (fetched 2026-08-29T10:29:10.018268+00:00, sha 9dd91f2e6ad8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
