Resolve
Clients request a channel manifest and receive only the metadata required for their platform.
Resource update network
A compact distribution layer for versioned manifests, signed metadata, and application resources. Built for predictable updates across platforms and regions.
Distribution model
The network separates discovery, validation, and delivery so every request stays focused and easy to cache.
Clients request a channel manifest and receive only the metadata required for their platform.
Each resource is paired with integrity metadata before it becomes available for delivery.
Conditional requests and regional caching keep repeat downloads small and predictable.
API overview
The API uses stable resource identifiers and explicit channels. Clients can revalidate manifests before requesting a new artifact.
$ curl https://sync.miraclesupdater.xyz/v1/
resources/stable/manifest
{
"channel": "stable",
"status": "ready",
"integrity": "verified",
"cache": "revalidate"
}
Service status
Public service overview