Skip to content

Commit 9959cbe

Browse files
ronb1964claude
andcommitted
Add TalkType - AI-powered speech-to-text for Linux Wayland
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 <[email protected]>
1 parent 776b789 commit 9959cbe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: TalkType
2+
description: AI-powered speech-to-text dictation for Linux Wayland systems with privacy-first local processing
3+
categories:
4+
- Utility
5+
- AudioVideo
6+
authors:
7+
- name: Ron Brash
8+
url: https://github.com/ronb1964
9+
license: MIT
10+
links:
11+
- type: GitHub
12+
url: https://github.com/ronb1964/TalkType
13+
- type: Download
14+
url: https://github.com/ronb1964/TalkType/releases/download/v0.3.7/TalkType-v0.3.7-x86_64.AppImage
15+
screenshots:
16+
- https://raw.githubusercontent.com/ronb1964/TalkType/main/screenshots/tray-menu.png
17+
- https://raw.githubusercontent.com/ronb1964/TalkType/main/screenshots/preferences.png

0 commit comments

Comments
 (0)