EASYENCLAVE

 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
 █ DEPLOY TO TDX. ATTEST WITH GITHUB.          █
 █ TRUST NO ONE ELSE.                          █
 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

pip install easyenclave

what is this

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.

quick example

from easyenclave import connect

# connects + verifies TDX attestation automatically
client = connect("your-org/your-repo")
response = client.get("/api/data")

features

get started

  1. quickstart - deploy in 5 minutes
  2. concepts - understand the trust model
  3. sdk - python client reference
  4. action - github action config