fmsg – An open distributed messaging protocol
Built-in crypto verification beats email's SPF/DKIM/DMARC patchwork.

Account-free messaging via continuity chains, not platform identity—untested prototype with pending patents.
Cryptography researchers, privacy-conscious users skeptical of centralized identity, protocol designers.
Signal · Wire · Matrix/Element
I've been working on a prototype: https://aq-message.web.app
AQ is an experiment in removing accounts entirely.
There are no usernames, phone numbers, or platform identity objects. Instead, each relationship maintains its own evolving continuity chain. A message is accepted only if it cryptographically advances that chain according to deterministic rules.
The relay is untrusted by design. It stores ciphertext under per-relationship mailboxes. It can observe timing and volume, but it cannot decrypt content or produce forged messages that would be admitted by recipients.
Notable properties: • No global identity namespace • No server-issued credentials • Pairwise continuity instead of platform authentication • Deterministic replay and fork handling • Explicit recovery triggers on continuity gaps • No claim of metadata anonymity
This is a prototype, not a polished product.
I’d appreciate scrutiny on the protocol mechanics and threat model.
Technical overview: https://aq-message.web.app/technical-overview
Built-in crypto verification beats email's SPF/DKIM/DMARC patchwork.
Polished spec-to-prod tool competing directly with Linear and Notion.
NDA signing before prototype access beats password-protected Vercel deployments.
TLS for MCP agents with ECDSA passports and L0-L4 trust levels, zero dependencies.
P2P Discord without servers, but adoption and network effects remain unproven.
Agent auth via key-signing beats API keys and OAuth for autonomous systems.