Back to browse
GitHub Repository

Privacy-first voice dictation for Linux Wayland — press a key to talk, release to type. Powered by Whisper AI, 100% offline, no subscription required.

12 starsPython

TalkType – Offline Linux Speech-to-Text (Whisper, Wayland, AppImage)

by ronb1964·Apr 3, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemSolve My Problem

Wayland support sets it apart from Superwhisper and other Linux dictation tools.

Strengths
  • Wayland-native implementation solves a genuine Linux desktop pain point most tools ignore.
  • AppImage distribution means zero dependency hell — download and run immediately.
  • Custom voice commands and GNOME shell extension show thoughtful UX beyond basic Whisper wrapper.
Weaknesses
  • Still fundamentally a Whisper GUI wrapper — no novel transcription architecture.
  • Single developer hobby project means uncertain long-term maintenance and feature roadmap.
Target Audience

Linux developers and power users needing hands-free dictation

Similar To

Superwhisper · Wispr Flow · Dragon NaturallySpeaking

Post Description

I'm a hobbyist developer (van builder by trade) and built this because I needed hands-free dictation on Linux that actually works offline. TalkType uses OpenAI's Whisper locally — no cloud, no subscription. It supports Wayland, GNOME via a Shell extension, and ships as a single AppImage. GPU acceleration optional. Would love feedback from the HN community.

Similar Projects

AI/ML●●Solid

Toice – Local voice typing for Linux using Whisper

The repo solves a real Wayland pain with a clever two-part design: a lightweight out-of-sandbox trigger script wakes a sandboxed app via DBus so you can have a global hotkey without breaking security. It runs whisper.cpp locally and shows an overlay to paste transcripts system-wide — very useful for offline, privacy-first typing — but the Flatpak/runtime, AVX2 needs, and English-only support limit its reach.

Big BrainNiche Gem
zherotz
203mo ago