How does Task Bert ensure the privacy of my text messages?
Task Bert ensures privacy by running entirely on your Mac, indexing messages locally in an embedded database. Your messages are never uploaded, stored remotely, or shared. When AI features are used, conversations are sent directly to your chosen LLM provider (Claude or OpenAI) using your own API key, and are not stored on Bert's servers.
What is the purpose of the MCP server included with Task Bert?
The MCP server in Task Bert allows you to connect it to Claude Code or other MCP-compatible tools. This enables those connected services to query your messages through Bert, similar to how they might access other files on your disk if granted Full Disk Access. Users should exercise caution and apply the same security considerations as they would with any tool accessing their machine.
Can Task Bert modify or send text messages on my behalf?
No, Task Bert is a read-only application. It cannot send, delete, or modify any of your messages. Its function is solely to help you organize and extract information from your existing message history.
What AI providers does Task Bert integrate with, and how is my data handled by them?
Task Bert integrates with the Claude API (Anthropic) and the OpenAI API. When you use AI features, your conversations are sent directly to the provider you choose, using your own API key. Bert's calls are limited to summarizing and finding messages, and it cannot access other websites or services. Your messages stay between your Mac and the selected AI provider.
Is Task Bert an open-source project?
Yes, Task Bert is open source and licensed under GPL v3. Users can view its repository on GitHub, file issues, or contribute to its development.