Ship bundles, config & updates
at the edge.
muh8 is a lightweight delivery mesh that pushes application packages, rule-sets and configuration to the node nearest your client — with signed manifests and instant rollback.
42 ms
median edge latency
99.98%
delivery success
6
regional PoPs
24/7
manifest signing
Signed bundles
Every package and version manifest is checksum-verified before a client applies it. Tampered payloads never reach production.
Edge routing
Requests resolve to the closest healthy point of presence. Health checks pull failing nodes out of rotation automatically.
Instant rollback
Pin, promote or roll back any channel in one call. Clients pick up the change on their next update poll — no redeploy.
How the mesh works
A single control plane manages channels; edge nodes cache and serve immutable, versioned artifacts.
1 · Publish
Push a versioned artifact and its manifest to the control plane. It fans out to every regional node.
2 · Resolve
Clients request the latest channel manifest and are answered by the nearest node holding a valid, signed copy.
3 · Verify & apply
The client validates the checksum, downloads the bundle and applies it atomically with an automatic fallback.
Integrate in minutes
Point your updater at a channel endpoint and read the manifest. That's the whole contract.
Fetch the current manifest:
GET /<channel-token> → signed JSON descriptor with artifact URL, version and checksum.