Hyphae / RELEASE DOSSIER
Hyphae's first durable line.
Hyphae's current verified public release is 0.2.0.

01 / SHIPPED
What changed in this version.
An autonomous product
One native binary and one data directory cover storage, query, recovery, and verification without a database, cache, cloud, embedding provider, or LLM.
Durable log
Writes live in an append-only checksummed, digest-chained log. Indexes are derived and can be rebuilt without replacing the log's authority.
Deterministic query
Filters, ordering, cursors, and aggregations use explicit budgets, reject partial results, and can execute again over the same snapshot.
Portable result proofs
Hyphae can emit portable result proofs that bind a deterministic query result to a snapshot witness and caller-pinned anchor for offline re-execution.
A complete product around the core
0.1.0 published ten crates, a CLI, Rust/TypeScript/Python clients, MCP, an OpenAPI /v1 surface, optional adapters, backups, doctor, SBOM, Sigstore, fuzzing, soak, and documentation.
02 / NOT INCLUDED
The boundary is part of the changelog, too.
- It does not include hosting, SQL, replication, clustering, or multitenancy.
- It does not include an embedding model or LLM.
- The integrator retains responsibility for TLS and at-rest encryption.
- Guarantees are limited to contracts and surfaces published in 0.1.0.
03 / MAIN, NOT YET SHIPPED
What comes next is not the release yet.
After 0.1.0, main records packaging fixes for hyphae-contracts, packaged contract constants, an engine compatibility fixture, and a release package-content audit. These changes are unreleased.
04 / EVIDENCE
You do not have to trust this summary.
The release, complete changelog, and source remain with the system's authority.