Legal
What Quill stores, what it sends, and what it never does.
Quill stores the following data locally in ~/Library/Application Support/Quill/:
Quill makes two kinds of outbound connections:
1. Your WordPress site
Every read and write operation (loading posts, saving drafts, publishing, uploading media) goes directly to your WordPress site's REST API using the credentials you provide. Quill is the client; your site is the server. No third party is involved in this traffic.
2. Anthropic's API (optional)
If you enable AI writing features and provide an Anthropic API key, the text you select or the topic you describe is sent to Anthropic's API to generate or improve content. This uses your own API key and is subject to Anthropic's privacy policy. AI features are entirely opt-in and require you to supply your own key — Quill has no built-in key and makes no AI calls without one.
To remove everything Quill stores on your Mac:
~/Library/Application Support/Quill/ — this removes credentials, AI settings, and the local draft database.Quill.app from your Applications folder.Nothing else needs to be cleaned up. Quill leaves no other traces on your system.
Questions or concerns? Open an issue at github.com/cpoteet/Quill-Releases.