Marblerun is a framework for creating distributed confidential-computing apps.
Build your confidential microservices with EGo or another runtime, distribute them with Kubernetes on an SGX-enabled cluster, and let Marblerun take care of the rest. Deploy end-to-end secure and verifiable AI pipelines or crunch on sensitive big data in the cloud.
Marblerun guarantees that the topology of your distributed app adheres to a Manifest specified in simple JSON. Marblerun verifies the integrity of services, bootstraps them, and sets up encrypted connections between them. If a node fails, Marblerun will seamlessly substitute it with respect to the rules defined in the Manifest.
To keep things simple, Marblerun issues one concise remote attestation statement for your whole distributed app. This can be used by anyone to verify the integrity of your distributed app.
🔒 Authentication and integrity verification of microservices with respect to a Manifest written in simple JSON
🔑 Secrets management for microservices
📦 Provisioning of certificates, configurations, and parameters for microservices
🌐 Remote attestation of the entire cluster
Marblerun supports services built with one of the following frameworks:
More are coming soon.
See the Getting Started Guide to set up a distributed confidential-computing app in a few steps. See the documentation for details.
To report a problem or suggest a new feature, file a GitHub issue.
To report a security issue, write to security@edgeless.systems
BUILD.md
includes general information on how to work in this repo.
Pull requests are welcome! You need to agree to our Contributor License Agreement.
- Follow @EdgelessSystems on Twitter
- Chat with us on Discord
We provide basic examples on how to build confidential apps with Marblerun:
- See helloworld for an example in Go
- See helloc++ for an example in C++
- See graphene-hello for an example using Graphene
- See occlum-hello for an example using Occlum
In case you want to see how you can integrate popular existing solutions with Marblerun, we provide more advanced examples:
- See graphene-nginx for an example of converting an existing Graphene application to a Marble
- See graphene-redis for a distributed Redis example using Graphene
The popular Linkerd service mesh uses the simple and scalable emojivoto app as its default demo. Check out our confidential variant. Your emoji votes have never been more secure! 😉