
Offline speech recognition + TTS for Android — no Google APIs, no cloud, no data collection
Built an open-source speech SDK that runs entirely on-device. Zero Google dependencies.
What it replaces:
- Google Speech-to-Text API → Parakeet TDT v3 (114 languages, ~150ms)
- Google Text-to-Speech → Kokoro 82M (natural English voice)
- Google Voice → Full pipeline with barge-in support
What's different:
- No network requests. Works in airplane mode
- No GMS/Play Services required
- Models stored locally (~1.2 GB, auto-downloaded from HuggingFace on first run)
- Voice activity detection + noise cancellation built in
- Apache 2.0 — fully open source, no telemetry
Works on any arm64 Android device. No root needed.