eigen-compute
Installation
SKILL.md
EigenCompute Skill
Deploy, manage, and attest applications running inside EigenCompute TEE (Trusted Execution Environment) powered by Intel TDX.
What is EigenCompute?
EigenCompute runs your Docker containers inside hardware-isolated Intel TDX TEEs. Each deployed app gets:
- Encrypted memory — the host cannot read your app's data
- Unique wallet — cryptographic identity per deployment
- KMS signing key — at
/usr/local/bin/kms-signing-public-key.pem - Sealed secrets — env vars are unsealed inside the TEE at runtime
- Cryptographic attestation — verifiable proof of what code is running
Prerequisites
Install the ecloud CLI:
npm install -g @layr-labs/ecloud-cli