Open Source Implementation of Apple’s Private Compute Cloud
OpenPCC OpenPCC is an open-source framework for provably private AI inference, inspired by Apple’s Private Cloud Compute but fully open, auditable, and deployable on your own infrastructure. It allows anyone to run open or custom AI models without exposing prompts, outputs, or logs – enforcing privacy with encrypted streaming, hardware attestation, and unlinkable requests. OpenPCC is designed to become a transparent, community-governed standard for AI data privacy. Read the OpenPCC Whitepaper: https://github.com/openpcc/openpcc/blob/main/whitepaper/openpcc.pdf OpenPCC Client This repo contains the code for an OpenPCC compliant go client as well as a c library that is used as the basis of python and javascript clients. In addition, it contains a number of in-memory services that can be…