Content and technical writing at VoxRT, a Rust runtime for on-device speech AI: VAD, ASR, wake-word, KWS. Runs on Android, iOS, and Linux. Wake-word and KWS also run in the browser via WASM.
- Streaming ASR vs Whisper on mobile: when to switch (dev.to, 2026-08-18). Why Whisper's chunked-batch approach feels laggy for live apps, and where native streaming ASR wins.
- Building Private Voice Notes for iOS and Android Without the Cloud (dev.to, 2026-08-12). Full tutorial for building an on-device voice notes pipeline (VAD + ASR + local storage) with working Kotlin and Swift code.
- voxrt-silero-android: Silero VAD wrapper for Android
- voxrt-asr-android: streaming ASR for Android
- voxrt-silero-ios: Silero VAD for iOS
- voxrt-asr-ios: streaming ASR for iOS
- voxrt-asr-linux: streaming ASR for Linux (aarch64 + x86_64)