ScowldSCOWLD
← Back to home

Privacy Policy

Last updated: May 13, 2026

1. Overview

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.

2. Data Collection

Scowld does not require an account and does not use advertising or analytics SDKs. Specifically:

  • We do not ask for your name, email, location, or account credentials.
  • We do not use analytics SDKs, crash reporting services, or advertising frameworks.
  • We do not track your usage patterns, session duration, or feature engagement.
  • AI requests, speech audio, and generated speech text pass through the hosted backend only to provide the app features.
  • The hosted backend is not designed to store conversation content, audio, images, or API keys in a database.

3. Camera Access

Scowld requests access to your device's front-facing camera for the Vision feature. When enabled:

  • Camera frames are captured on-device and sent through the hosted backend to Google Gemini only when you explicitly send a message.
  • No images or video are stored on your device or transmitted anywhere else.
  • No images are saved to your photo library.
  • Camera data is never processed, cached, or buffered beyond the immediate frame capture.
  • The camera can be disabled at any time using the eye icon toggle in the app.
  • When the camera is disabled, no frames are captured and no camera data is accessed.

4. Microphone Access

Scowld requests microphone access for the hands-free voice chat feature. When enabled:

  • Speech audio is sent through the hosted backend to Deepgram for speech-to-text conversion when voice mode detects speech.
  • Audio is not intentionally stored by the app or hosted backend after transcription completes.
  • The recognized text is sent to Gemini when a message is sent.
  • The microphone automatically pauses during AI text-to-speech playback to prevent feedback loops.
  • Voice mode can be toggled on/off at any time using the waveform icon.

5. Third-Party AI Providers

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:

  • Google Gemini — ai.google.dev/terms
  • ElevenLabs (TTS) — elevenlabs.io/privacy
  • Deepgram (STT) — deepgram.com/privacy

We do not control these third-party services or their data handling practices.

6. API Keys

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:

  • Not shown in the iOS app UI.
  • Not committed to the public source repository.
  • Rotatable from the hosted deployment without an App Store update.

7. Local Data Storage

The following data is stored locally on your device using Apple's CoreData framework:

  • Chat history — your messages and AI responses.
  • Memory logs — AI-extracted summaries of key conversation details.
  • Memory slots — organizational containers for different conversation contexts.
  • Settings — your preferences such as avatar, voice ID, and character prompt.

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.

8. Text-to-Speech

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.

9. Children's Privacy

Scowld is not directed at children under 13. We do not knowingly collect any data from anyone, including children.

10. Open Source Transparency

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.

11. Changes to This Policy

We may update this privacy policy from time to time. Changes will be reflected on this page with an updated date.

12. Contact

For any privacy concerns or questions, contact:
Apoorv Darshan — ad13dtu@gmail.com