From 776b7899f9788b2115c62fde8f42cc5080706bdf Mon Sep 17 00:00:00 2001 From: ronb1964 Date: Fri, 15 Aug 2025 10:25:19 -0400 Subject: [PATCH 1/2] Add TalkType - Voice dictation for Linux AppImage submission for TalkType voice dictation app --- data/TalkType | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/TalkType diff --git a/data/TalkType b/data/TalkType new file mode 100644 index 0000000000..4656fdf754 --- /dev/null +++ b/data/TalkType @@ -0,0 +1 @@ +https://github.com/ronb1964/TalkType From 9959cbe59694d9ceac91a8ee3ca37e1b2896a4ee Mon Sep 17 00:00:00 2001 From: Ron Brand Date: Mon, 13 Oct 2025 18:02:46 -0400 Subject: [PATCH 2/2] Add TalkType - AI-powered speech-to-text for Linux Wayland MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TalkType is a privacy-focused speech recognition application for Linux Wayland systems. Key Features: - Privacy-first: All processing happens locally using OpenAI's Faster-Whisper AI - Press-and-hold dictation with configurable hotkey (default F8) - Intelligent punctuation with voice commands (period, comma, new paragraph) - Auto-punctuation and auto-spacing with smart text formatting - CPU and GPU support with automatic CUDA detection - Multiple model sizes available (tiny, small, medium, large) - System tray integration for easy access Technical Details: - Built for Ubuntu 22.04+ (glibc 2.35) - Size: 887MB (optimized, under 1GB) - License: MIT - Desktop ID: io.github.ronb1964.TalkType - AppStream metadata included and validated The AppImage is completely self-contained with Python 3.11 runtime, PyTorch with CUDA support, faster-whisper AI, ydotool for Wayland text injection, and GTK3 system tray interface. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../TalkType/io.github.ronb1964.TalkType.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 database/TalkType/io.github.ronb1964.TalkType.yml diff --git a/database/TalkType/io.github.ronb1964.TalkType.yml b/database/TalkType/io.github.ronb1964.TalkType.yml new file mode 100644 index 0000000000..37ee9be326 --- /dev/null +++ b/database/TalkType/io.github.ronb1964.TalkType.yml @@ -0,0 +1,17 @@ +name: TalkType +description: AI-powered speech-to-text dictation for Linux Wayland systems with privacy-first local processing +categories: + - Utility + - AudioVideo +authors: + - name: Ron Brash + url: https://github.com/ronb1964 +license: MIT +links: + - type: GitHub + url: https://github.com/ronb1964/TalkType + - type: Download + url: https://github.com/ronb1964/TalkType/releases/download/v0.3.7/TalkType-v0.3.7-x86_64.AppImage +screenshots: + - https://raw.githubusercontent.com/ronb1964/TalkType/main/screenshots/tray-menu.png + - https://raw.githubusercontent.com/ronb1964/TalkType/main/screenshots/preferences.png