Google has developed a fully homomorphic encryption (FHE) compiler that converts C++ programs into FHE-compatible code, allowing computations to be performed on encrypted data without decrypting it. The compiler uses a technique called gate bootstrapping and supports various FHE cryptosystem implementations. The article provides an overview of the compiler's internals and demonstrates its usage with two examples: adding two integers and capitalizing a string. The compiler is still in its early stages, and performance is a significant concern, with simple computations taking several seconds to complete.