This document introduces Cloakcast, a suite of tools for encrypted chatting. Cloakcast aims to hide who users are communicating with, the contents of their conversations, and when they are chatting, even if a malicious third party is sniffing traffic. It works by having clients encrypt messages using the recipient's PGP key and the server's PGP key before sending. The encrypted message is then decrypted and re-encrypted by the server before being sent to the recipient. Future versions may route traffic through Tor for additional anonymity. The document also provides background on Go, the programming language used to build Cloakcast, and shares code samples.