Skip to content

jan3dev/a1echos

Repository files navigation

Echos

On-device voice notes + transcription built with Expo / React Native.

What it does

  • 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

Quickstart

npm install
npm start

This app uses native modules; a development build is recommended (and may be required):

npm run ios
# or
npm run android

Storybook

EXPO_PUBLIC_STORYBOOK_ENABLED=true npm start

Models

Whisper model binaries live in assets/models/whisper/ and are loaded on-device.

About

Echos is an on-device AI transcription app.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors