It's signed, not hosted
Every video and track is a small signed record plus a content-addressed blob — proven by its own bytes, not by which server handed it to you. Copy it anywhere and it still checks out.
Pre-alpha · protocol first, product later
Evermesh is a video and music app. Browse and publish like you would anywhere else — except every upload is signed and content-addressed, so what you publish keeps working even after the site that served it is gone. Verified in your own browser before a frame plays. No company you have to trust, including ours.
Experimental, not production-ready. There's no public gateway yet and nothing to sign up for — the screenshots below are the real apps, run against test data. See honest status.
Scroll a gateway's mixed video-and-audio grid, or filter to just one.
Upload a video or track. Evermesh signs it and slices it into a content-addressed blob.
Every play checks the signature and re-hashes the bytes, client-side, first.
Pin what you care about in the desktop app; it plays with no network at all.
None of these depend on Evermesh, a gateway, or anyone in particular staying online.
Every video and track is a small signed record plus a content-addressed blob — proven by its own bytes, not by which server handed it to you. Copy it anywhere and it still checks out.
Independent gateways each index the same open pool of records, under their own name and their own moderation call. Lose one gateway and your media was never only there.
The desktop app pins your library and re-verifies it locally, so what you've saved keeps playing offline — no gateway, no network, no company required.
That's the short version. Records, relays, chunk proofs, and the rest of the mechanics are in the docs → Concepts.
These are screenshots of the actual reference gateway and the actual desktop client — the same code a gateway operator would deploy, not a rendering of what it might look like someday.
apps/gateway/web.
Every gateway that wants trademark compliance ships this
interface; operators re-skin the accent colour, not the layout.
crates/evermesh-node
(Tauri 2). Browses a gateway, verifies every manifest natively
in Rust, and pins video and audio for offline playback.
Both are rendered against test fixtures, because no Evermesh gateway is deployed and there is no built desktop binary to run against a live network yet — see what actually exists. They show the real interfaces, not a running network.
Every rung below is optional, useful on its own, and reversible.
Watches or listens, with signatures and hashes verified client-side while it plays. No account, no setup.
Pins what you choose — your own uploads first — so it keeps playing offline. No domain, no public duties.
An independent site that indexes and serves its own selection, under its own moderation policy and jurisdiction.
A creator is just anyone with a key who publishes something — including you; creators can run a node or a gateway too. A foundation stewards the spec and the conformance suite, and runs no servers of its own.
A page like this usually describes software that doesn't exist yet. Here's the honest line, meant to stay uncomfortable while it's still true.
Conformance: 189 deterministic vectors are replayed against three independent runtimes — the Rust kernel, the WASM/TS bindings, and a live relay. Zero failures anywhere; the WASM and relay targets intentionally skip checks outside what they're each responsible for (12 and 74 skips, by design, not by omission).
Full status table on GitHub Full conformance matrix DMTAP-PUB §22 interop (optional, default-off)
No, permanently. The spec has optional payment primitives so creators and gateways can charge for things if they want, but no protocol token exists or will exist.
The substrate itself doesn't delete, but removal happens where it can actually be enforced: at the gateway that chooses what to serve, under its own jurisdiction. Moderation is a real, gateway-level job — see the gateway spec.
Not as a hosted product — no public gateway exists yet (see status). You can run your own relay and gateway from source today, or read the docs first.
Twelve normative spec files, a conformance suite, and reference implementations for the relay, the gateway, and the desktop client.
Code is MIT OR Apache-2.0; the specification is CC-BY-SA-4.0.