On-device voice notes + transcription built with Expo / React Native.
- Record + transcribe: real-time transcription (Whisper + VAD) and file transcription modes
- On-device storage: sessions + transcripts stored locally (encrypted at rest)
- Settings: theme, language, incognito mode
npm install
npm startThis app uses native modules; a development build is recommended (and may be required):
npm run ios
# or
npm run androidEXPO_PUBLIC_STORYBOOK_ENABLED=true npm startWhisper model binaries live in assets/models/whisper/ and are loaded on-device.