Signed accounts
Clients prove account control by signing short-lived challenges. The server issues cacheable bearer tokens for normal sync and social calls.
Mesh-native sync for app-owned data
A sync relay and protocol surface for native, web, desktop, mobile, and TUI apps that need signed identity, encrypted private records, signed app registration, remote events, and portable app-owned data.
What it does
Daochi stores public keys, account metadata, app registrations, sync versions, encrypted records, and selected public or social projections. It never stores client private keys. Existing clients can keep using the compatibility wire names while the product name moves from Ksync to Daochi.
Clients prove account control by signing short-lived challenges. The server issues cacheable bearer tokens for normal sync and social calls.
Private data can be written as opaque versioned records. The relay stores and orders the blobs without parsing their contents.
Registered apps declare signing keys, collection prefixes, visibility classes, capabilities, and optional token policies so data ownership is not hard-coded to one client.
WebSocket events notify clients when newer data exists while keeping bearer tokens out of request URLs.
Compatibility
Current server code still accepts the ksync-sync-v1 signature context and X-Ksync-* headers. Protocol v1 through v5 remain valid through 2027-09-01, and every future deprecation keeps the previous protocol valid for at least 365 days. Protocol v6 adds signed transaction envelopes for strict app-owned requests.
X-Ksync-User, X-Ksync-Signature, X-Ksync-Client, X-Ksync-Since-Version