What data ARIA stores locally, what goes to the cloud, and how your API key is protected.

ARIA stores everything locally — your profile, chat history, uploaded documents, and generated files never leave your computer. The only data sent externally is the content of your current conversation to Anthropic’s Claude API.
Your API keys are stored using Electron’s safeStorage, which encrypts keys using your OS secure enclave (Windows DPAPI or macOS Keychain). Keys are never stored in plain text config files.
API users’ data is not used to train Anthropic’s models by default. Anthropic may retain API inputs/outputs for up to 30 days for safety monitoring.