The short version: PILK stores all your data locally on your own computer. To delete everything, follow the steps below or email aaron@pilk.ai and we'll walk you through it.
Unlike most apps, PILK has no central database. Your messages, contacts, relationship records, drafts, and settings all live inside a folder on your own Mac at:
~/.rolodex-ai/
Your channel credentials (Instagram tokens, Telegram bot keys, etc.) live in macOS Keychain under the service name rolodex-ai-connections.
To remove just one connected channel (e.g., disconnect Instagram but keep iMessage):
To erase everything PILK has stored about you:
rm -rf ~/.rolodex-ai/
security delete-generic-password -s rolodex-ai-connections 2>/dev/null; \
echo "All PILK credentials removed."
After these steps, no record of your messages, contacts, drafts, or preferences remains on your machine.
Even after deleting your local PILK data, the platforms PILK connected to may still show PILK as a connected app. To revoke access at each source:
If you'd rather not run terminal commands, email aaron@pilk.ai with the subject "PILK data deletion request." Include:
We'll respond within 5 business days with step-by-step instructions for your specific setup, and we will permanently destroy any records we might hold on our end (note: this is typically zero, as PILK is local-first).
To verify that all PILK data is gone after deletion:
ls -la ~/.rolodex-ai/ 2>&1
# Should show: "No such file or directory"
security find-generic-password -s rolodex-ai-connections 2>&1
# Should show: "The specified item could not be found in the keychain."
Questions about data deletion: aaron@pilk.ai