Diction is the iOS keyboard for voice and AI. Tap the mic, speak, text lands in any app — no copy-paste, no switching.
- 🎙️ Diction — Download on the App Store
- 🌐 diction.one — Website and self-hosting guide
- 🐳 Self-hosted stack — Open-source gateway, Docker Compose in one command
Container images for the self-hosted stack are published here under dictionlabs/*:
| Image | Tags | Purpose |
|---|---|---|
ghcr.io/dictionlabs/gateway |
latest, semver |
Diction gateway (streaming proxy, E2E encryption, LLM cleanup) |
ghcr.io/dictionlabs/whisper-server |
latest-cpu, latest-cuda |
Whisper speech-to-text server |
ghcr.io/dictionlabs/parakeet |
latest-int8 |
NVIDIA Parakeet — 25 European languages, 10× faster than Whisper on CPU |
All images are also available on Docker Hub at docker.io/dictionlabs/*.