Powered by Lunal's Trusted Execution Environments
This is an attestable build service running inside a Trusted Execution Environment (TEE), providing hardware-level security and verifiable provenance for software builds.
TEEs provide a tamper-proof secure boundary where your build process runs. Everything operates within hardware-protected memory that guarantees the following:
Build a sample Rust application with full attestation:
Click the button below to trigger an attestable build of our example Rust application. The build produces a cryptographic passport proving the exact source code, toolchain, and environment used.
Or use the API programmatically:
cd example-project zip -r example.zip . curl -X POST https://20-51-129-68.nip.io/build \ -F "source=@example.zip" \ -o passport.json
Train a neural network on the MNIST handwritten digits dataset with full attestation. This demonstrates the complete provenance chain: source code → binary → dependencies → dataset → trained model.
Lunal is the trusted compute company that makes TEEs simple, usable, and scalable. We provide unified software and infrastructure for deploying AI workloads in TEEs with zero configuration.