Normative specification for the Bolt encrypted device-to-device file transfer protocol.
This repository contains the specification only. No implementation code lives here.
- PROTOCOL.md — Bolt Core v1. Transport-agnostic protocol specification.
- LOCALBOLT_PROFILE.md — LocalBolt Profile v1. Transport binding for the browser peer channel.
Bolt Protocol is the trust layer. It defines identity, pairing, encrypted envelopes, message semantics, state machines, and conformance rules independently of any transport.
All implementations depend on this specification for correctness.
None. This is the root specification.
- bolt-core-sdk — Reference implementation
- localbolt — Open-source lite app
- localbolt-app — Open-source native app
- localbolt-v3 — Web application
- docs/CONFORMANCE.md — Spec-to-implementation conformance matrix.
| Document | Version | Status |
|---|---|---|
| Bolt Core v1 | 1.0.0 | Draft |
| LocalBolt Profile v1 | 1.0.0 | Draft |
MIT