Readable
Every archive includes a browser-readable guide and uses familiar files wherever possible.

Proposed open standard, version 0.1
Ever Archive is the preservation layer beneath Golden Record: a proposed open format for keeping the voices, photographs, transcripts, relationships, and context of a life together in a form any family can carry, open, and understand.
An archive is only meaningful if your family can still access it decades from now. Ever Archive keeps original files intact, makes the structure visible, and puts the context around each memory alongside the memory itself.
Every archive includes a browser-readable guide and uses familiar files wherever possible.
Copy it to a thumb drive, a hard drive, or a new computer without leaving anything behind.
Checksums let a future owner verify that their archive arrived intact and unchanged.
The format is documented so no single app is required to understand a family's history.
An .ever file is a ZIP-based package with a small, plain-language manifest. The archive stores the original source material in place of a proprietary conversion and adds only the structure needed to navigate it.
The first version contains no executable code, no DRM, and no required cloud service.
margaret-smith.ever ├── ever.json # manifest ├── README.html # opens in a browser ├── recordings/ # original + access audio ├── transcripts/ # text + captions ├── media/ # photos, scans, video ├── stories/ # chapters + notes └── checksums-sha256.txt # integrity hashes
ZIP package with the extension .ever. A family can rename it to .zip in an emergency and inspect the contents.
ever.json identifies the version, people, places, assets, relationships, rights, and story structure.
Original assets remain in their native formats, with common access copies where helpful. Nothing is locked away.
checksums-sha256.txt records a hash for every asset so the package can be checked after copying or storage.
Tools can read the manifest. People do not need to. A README.html inside every archive gives any family member a simple starting point.
{
"ever_version": "0.1",
"title": "Margaret Smith: Stories",
"created": "2026-09-07T12:00:00Z",
"subjects": [{
"id": "person-margaret",
"name": "Margaret Smith"
}],
"assets": [{
"id": "recording-001",
"path": "recordings/kitchen-stories.wav",
"type": "audio/wav",
"sha256": "…"
}]
}Golden Record will publish the specification, reference validator, and test archives in public. The format will be versioned conservatively: readers should always fail clearly rather than silently discard a family's context.
The name and extension are proposed pending trademark and ecosystem review. The format itself is designed to be usable by anyone.
Ever Archive is starting as a promise: the things your family saves should remain your family's to open, understand, and pass on.