Last updated: May 13, 2026
Scowld is an AI companion application for iOS. It uses a hosted backend only to route AI, speech-to-text, and text-to-speech requests to configured providers without putting provider API keys inside the iOS app.
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 does not require an account and does not use advertising or analytics SDKs. 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 uses managed third-party providers. Your text messages, optional camera frames, speech audio, and generated speech text may be sent to these services through the hosted backend. Each provider has its own privacy policy:
We do not control these third-party services or their data handling practices.
Scowld does not ask users to enter provider API keys in the iOS app. Provider API keys are stored as hosted backend environment variables and are not included in the App Store binary. 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.
The AI's response text is sent through the hosted backend to ElevenLabs to generate audio. Voice sample playback in Settings uses local iOS speech and does not call ElevenLabs.
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.
For any privacy concerns or questions, contact:
Apoorv Darshan — ad13dtu@gmail.com