# Third-Party Notices — Ex Ore

Ex Ore uses open-source software. We are grateful to these projects.

## Core

| Component | License | Source |
|-----------|---------|--------|
| OpenAI Whisper (model architecture) | MIT | https://github.com/openai/whisper |
| whisper.cpp | MIT | https://github.com/ggml-org/whisper.cpp |
| whisper.rn | MIT | https://github.com/mybigday/whisper.rn |
| Silero VAD | MIT | https://github.com/snakers4/silero-vad |

## Application

| Component | License |
|-----------|---------|
| React Native | MIT |
| Expo | MIT |
| expo-iap (StoreKit / Play Billing) | MIT |

Full dependency licenses are generated at build time via `license-checker` in the mobile app workspace.

Model weights are distributed under the terms of the upstream Whisper / whisper.cpp projects. Download URLs are listed in `packages/shared/src/models-manifest.json`.