Skip to content

tinfoilsh/nitro-private-inference-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7b721d · Nov 26, 2024

History

14 Commits
Nov 26, 2024
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024
Nov 22, 2024

Repository files navigation

Nitro Private Inference

Run Ollama in AWS Nitro Enclaves with verifiable attestation, enabling private AI inference with end-to-end verification.

Release Artifacts

Each release provides three key verifiable artifacts, that are available in the Github Releases section. Below are examples from the v0.0.4 release:

  1. Enclave Image File (EIF):
curl -L https://static.tinfoil.sh/tinfoil-enclave-ollama-v0.0.4.eif -o tinfoil-enclave.eif
  1. Measurements File:
{
  "PCR0": "0b094eb7ef7ebe70bf9146ada6d409f558e5c087eabcb873f87aa3d84a976347a2ee1ef55e63bfb182ad73c457ee2f9b",
  "PCR1": "4b4d5b3661b3efc12920900c80e126e4ce783c522de6c02a2a5bf7af3a2b9327b86776f188e4be1c1c404a129dbda493",
  "PCR2": "b40be6de88fda829061f696371d1f68c47b6e514de0d25bbea1a7ecbb57fe58f425b1a16071e6ea1c9553321ebf8749f"
}
  1. Sigstore Attestation

Security

  • Build-time attestation via Sigstore & GitHub OIDC
  • Runtime attestation via AWS Nitro Hardware
  • Verifiable PCR measurements at both build and runtime