Skip to content

Commit 0bdcb5b

Browse files
committed
Add TalkType - AI-powered speech-to-text for Linux Wayland
TalkType is a privacy-focused speech recognition application for Linux Wayland systems. Features: - Privacy-first: All processing happens locally using OpenAI's Faster-Whisper AI - Press-and-hold dictation with configurable hotkey (default F8) - Intelligent punctuation and voice commands - Auto-punctuation and auto-spacing - CPU and GPU support with automatic CUDA detection - Multiple model sizes (tiny, small, medium, large) - System tray integration Technical Details: - Built for Ubuntu 22.04+ (glibc 2.35) - Size: 892MB (optimized, under 1GB) - License: MIT - Desktop ID: io.github.ronb1964.TalkType - AppStream metadata included and validated Tested on Nobara Linux (Fedora-based) with Wayland. Download: https://github.com/ronb1964/TalkType/releases/download/v0.3.7/TalkType-v0.3.7-x86_64.AppImage
1 parent 776b789 commit 0bdcb5b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

database/TalkType/talktype.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "TalkType",
3+
"description": "AI-powered speech recognition and dictation for Wayland using OpenAI's Faster-Whisper",
4+
"categories": ["Utility", "AudioVideo", "Audio", "Accessibility"],
5+
"authors": [
6+
{
7+
"name": "ronb1964",
8+
"url": "https://github.com/ronb1964"
9+
}
10+
],
11+
"license": "MIT",
12+
"links": [
13+
{
14+
"type": "GitHub",
15+
"url": "https://github.com/ronb1964/TalkType"
16+
}
17+
],
18+
"icons": [
19+
"io.github.ronb1964.TalkType"
20+
],
21+
"screenshots": []
22+
}

0 commit comments

Comments
 (0)