3 min read

TobiBoard

TobiBoard

TobiBoard is a fast, private Android keyboard that runs entirely on your device: a fork of HeliBoard with all of its offline typing, glide, autocorrect, suggestions and dictionaries. On top of that it adds two AI helpers that also run on your device, plus a clipboard manager.

Two AI features, on-device by default

  • Voice-to-Text: long-press Return, tap the mic, speak; your words land as text. Transcription runs locally on Parakeet TDT 0.6B via sherpa-onnx, and auto-detects English, German, Spanish and French.
  • Text Fix: select rough text, hit Fix; get back a clean, well-formatted message in the same language. Runs locally on Qwen 2.5 through MediaPipe; Gemma is available too.

Both default to the on-device engine. That means no account, no API key, no subscription, no telemetry and no backend, and dictation works in aeroplane mode. The trade-off is honest: each model is a one-time download of a few hundred megabytes, and the phone does the work, so it is slower than a datacentre.

If you would rather use a cloud model, that stays an opt-in: add your own OpenRouter or PayPerQ key and the AI features route there instead. OpenRouter routes default to zero data retention. Nothing goes to a server of mine either way; there isn’t one.

Your typing never leaves the device, any API key you do add is encrypted with the Android Keystore, and the microphone is only used while you’re actively dictating. → Privacy policy

Get it

  • APK, download from GitHub Releases.
  • Automatic updates: install Obtainium and point it at this GitHub repo; it tracks new releases for you, no store needed.
  • F-Droid (self-hosted), add the repo at leinss.xyz/TobiBoard/repo for signed updates through your F-Droid client.

TobiBoard installs side-by-side with HeliBoard, so you can keep both.

Screenshot

Open source

GPL-3.0, forked from HeliBoard (AOSP / OpenBoard lineage). Typing and both AI features run on-device; the only thing that can reach the cloud is a provider you opt into with your own key. The bundled speech and LLM runtimes are prebuilt binaries, which is why the app ships here rather than through F-Droid’s main repository. Source and build instructions: github.com/leinss/TobiBoard.