#163 · Primary category: Speech & Audio

Transcribro

android jetpack-compose keyboard kotlin kotlin-android material-3 material-design-3 material-you speech-recognition speech-to-text

Private and on-device speech recognition keyboard and service for Android.

Project last updated:08/29/25

GitHub Stars

741

Forks

35

Contributors

1

License

Other

Why we included this project

Transcribro is a good pick if you want speech-to-text on Android without your audio leaving the device. It works both as a voice-input keyboard and as a system-level speech-to-text service, so any app that uses the standard Android speech API can take dictation from it. The transcription runs OpenAI's Whisper models locally via whisper.cpp, and Silero VAD handles voice activity detection, so the whole pipeline stays on-device. Because the code is open, it's also a useful reference for developers adding offline speech recognition to their own apps. One caveat: it currently supports English only, with other languages planned.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category