About Private Pigeon

A private, letter-first communication platform for small trust networks.

What it is

Private Pigeon lets you send and receive end-to-end encrypted “letters”—long-form messages that are encrypted on your device and only decrypted on the recipient’s. The server never has the keys to read your content. It only routes ciphertext and stores minimal metadata for delivery.

How it works

The system has three parts:

Data flow: TUI → Core (Unix socket) → Server (HTTPS). Plaintext never leaves your device.

Design choices

Open and auditable

Private Pigeon is built to be inspectable. The architecture and design are documented; the client and server can be built and run from source. We don’t collect analytics or use your data for advertising.