parley.

Privacy

Last updated 2026-09-04

Parley itself — the protocol and the code in github.com/5uper0/parley — collects nothing. It is a zero-dependency Python library and a self-hosted demo; if you docker run it locally or on your own infrastructure, no data leaves your machine and there is no telemetry, ever.

The hosted site at parleyprotocol.com (homepage and demo) is different — it uses Google Analytics (GA4) so we can tell whether the site is reaching anyone worth talking to.

What's collected

What's not collected

Your options

Any ad-blocker or tracking-protection extension that blocks Google Analytics will block this too — the demo works identically either way, nothing is gated on analytics. For zero analytics of any kind, run the demo yourself: docker build -t parley . && docker run --rm -p 8080:8080 parley (see the README).

Contact

Questions — open a GitHub Discussion.