Outspoke icon
Outspoke icon

Outspoke

A privacy-focused speech-to-text keyboard(IME) for Android. Speech recognition runs entirely on-device - no internet needed after the initial model download, no account, no data leaving your phone.

Outspoke screenshot 1

Cost / License

Platforms

  • Android
  • F-Droid  IzzyOnDroid repo
Outspoke screenshot 1
Outspoke screenshot 2
+2
Outspoke screenshot 3
0likes
0comments
0alternatives
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  No registration required
  2.  Ad-free
  3.  No Tracking
  4.  Works Offline
  5.  Dark Mode
  6.  AI-Powered

Outspoke News & Activities

Highlights All activities

Recent activities

Outspoke information

  • Developed by

    minburg
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Audio & Music

GitHub repository

  •  31 Stars
  •  0 Forks
  •  3 Open Issues
  •   Updated  
View on GitHub
Outspoke was added to AlternativeTo by Darlene Sonalder on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Outspoke?

A privacy-focused speech-to-text keyboard(IME) for Android. Speech recognition runs entirely on-device - no internet needed after the initial model download, no account, no data leaving your phone.

It uses NVIDIA's Parakeet-TDT v3 automatic speech recognition model, quantized to INT8 and run via ONNX Runtime for efficient on-device inference. Voice activity detection uses Silero VAD v4 (also ONNX, also fully on-device) to suppress silence before it ever reaches the ASR model.

Features

Fully offline after setup - audio is never transmitted anywhere Real-time transcription - progressive partial results while you speak Works in any app - injects text via Android's standard InputConnection API Parakeet-TDT 0.6B v3 - INT8 quantized, ~700 MB, runs on mid-range hardware Voice Activity Detection - Silero VAD v4 neural network (ONNX) filters silence before it reaches the ASR model; falls back to energy-threshold VAD if the model can't load Configurable trigger modes - hold-to-talk or tap-to-toggle No Google Play Services, no telemetry, no analytics

Requirements Requirement Minimum Android version 11 (API 30) RAM 4 GB recommended Free storage ~750 MB (for model files) Permissions RECORD_AUDIO, INTERNET (model download only), POST_NOTIFICATIONS

The INTERNET permission is used once to download the model from Hugging Face. After that, the keyboard works fully offline.