▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ DEPLOY TO TDX. ATTEST WITH GITHUB. █
█ TRUST NO ONE ELSE. █
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
pip install easyenclave
The 1-click way to deploy attested software without changing your code.
EasyEnclave provides hardware-attested confidential computing. Your code runs on Intel TDX. Attestation is published to GitHub. Clients verify cryptographically.
No certificates. No PKI. No trust assumptions.
Read the whitepaper to understand the economics and trust model.
from easyenclave import connect
# connects + verifies TDX attestation automatically
client = connect("your-org/your-repo")
response = client.get("/api/data")