Bump version to 0.5.0
62 files changed
tree: 08ab2ca67f9ab182c8b634b17523d010d2d99ecb
  1. .github/
  2. attestation/
  3. binder/
  4. cli/
  5. cmake/
  6. common/
  7. config/
  8. crypto/
  9. dcap/
  10. docker/
  11. docs/
  12. edl/
  13. examples/
  14. executor/
  15. file_agent/
  16. function/
  17. keys/
  18. licenses/
  19. logger/
  20. rpc/
  21. runtime/
  22. sdk/
  23. services/
  24. tests/
  25. third_party/
  26. tools/
  27. types/
  28. worker/
  29. .asf.yaml
  30. .dockerignore
  31. .drone.yml
  32. .gitattributes
  33. .gitignore
  34. .gitmodules
  35. .licenserc.yaml
  36. .rustfmt.toml
  37. CMakeLists.txt
  38. CONTRIBUTING.md
  39. DISCLAIMER-WIP
  40. KEYS
  41. LICENSE
  42. NOTICE
  43. README.md
  44. SECURITY.md
README.md

Teaclave: A Universal Secure Computing Platform

License Release Coverage Status Homepage

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.

Highlights

  • Secure and Attestable: Teaclave adopts multiple security technologies to enable secure computing. In particular, Teaclave uses Intel SGX to serve the most security-sensitive tasks with hardware-based isolation, memory encryption and attestation. Also, Teaclave is written in Rust to prevent memory-safety issues.
  • Function-as-a-Service: Teaclave is provided as a function-as-a-service platform. With many built-in functions, it supports tasks like machine learning, private set intersection, crypto computation, etc. In addition, developers can also deploy and execute Python scripts in Teaclave. More importantly, unlike traditional FaaS, Teaclave supports both general secure computing tasks and flexible single- and multi-party secure computation.
  • Ease of Use: Teaclave builds its components in containers, therefore, it supports deployment both locally and within cloud infrastructures. Teaclave also provides convenient endpoint APIs, client SDKs and command line tools.
  • Flexible: Components in Teaclave are designed in a modular manner, and features like remote attestation can be easily embedded in other projects. In addition, Teaclave SGX SDK and Teaclave TrustZone SDK can also be used separately to write TEE apps for other purposes.

Getting Started

Try Teaclave

Design

Contribute to Teaclave

Codebase

API References

Teaclave Projects

This is the main repository for the Teaclave FaaS platform. There are several sub-projects under Teaclave:

Contributing

Teaclave is open source in The Apache Way, we aim to create a project that is maintained and owned by the community. All kinds of contributions are welcome. Read this document to learn more about how to contribute. Thanks to our contributors.

Community