Last updated: March 16, 2026
Scowld is an open-source AI companion application for iOS. It is designed with a privacy-first architecture — your personal data stays on your device unless you explicitly configure a third-party AI provider. Scowld does not operate any backend servers, does not collect analytics, and does not track users in any way.
The complete source code is publicly available at github.com/apoorvdarshan/scowld under the MIT License. You can audit exactly what the app does at any time.
Scowld collects zero personal data. Specifically:
Scowld requests access to your device's front-facing camera for the Vision feature. When enabled:
Scowld requests microphone access for the hands-free voice chat feature. When enabled:
Scowld supports multiple AI providers. When you configure one, your text messages (and optionally camera frames) are sent to that provider's API for processing. This is the only network communication the app makes. Each provider has its own privacy policy:
You choose which provider to use. If you use Ollama, no data ever leaves your device/network. We have no relationship with, control over, or access to any of these third-party services.
Your API keys for AI providers are stored securely in the iOS Keychain — Apple's hardware-backed encrypted storage. API keys are:
The following data is stored locally on your device using Apple's CoreData framework:
All of this data lives exclusively on your iPhone. It is not synced to iCloud, not backed up to any server, and not accessible to anyone but you. You can clear all data at any time from Settings → Clear All Memories.
When using ElevenLabs or OpenAI TTS, the AI's response text is sent to the respective service to generate audio. When using Native iOS TTS, speech synthesis happens entirely on-device with no network requests.
Scowld is not directed at children under 13. We do not knowingly collect any data from anyone, including children.
Scowld is fully open source under the MIT License. Every line of code is publicly auditable. There are no hidden data collection mechanisms, no obfuscated network calls, and no proprietary SDKs. If you have concerns about what the app does, you can read the source code yourself at github.com/apoorvdarshan/scowld.
We may update this privacy policy from time to time. Changes will be reflected on this page with an updated date. Since the app has no server component, there is no way to push policy changes to users — you would need to check this page.
For any privacy concerns or questions, contact:
Apoorv Darshan — ad13dtu@gmail.com