winget install --id Mantej-Singh.STT-CLI
About STT-CLI
STT-CLI v2.0 is a Windows-only speech-to-text tool with hybrid engine support (Whisper offline + Google online). Designed for users on corporate laptops where Win+H is disabled by IT policies. Runs as a background system tray application with no visible window, using a global hotkey (double-tap Left Alt) to toggle recording. Perfect for use with Windows Terminal, PowerShell, Claude Code, and Gemini CLI. Key Features: - Hybrid Speech-to-Text: Whisper (offline) + Google Web Speech API (online) with switchable engines...
What's new in 2.0.0
v2.0.0 - Hybrid Speech-to-Text with Whisper Integration (November 26, 2025) ๐ Major New Features: - Offline Speech Recognition: OpenAI Whisper "tiny" model (MIT licensed) for fully offline operation - Hybrid Engine Architecture: Auto-switch between Google (online) and Whisper (offline) based on connectivity - Engine Selection Menu: System tray submenu to manually choose Auto-Detect, Whisper, or Google engines - About Menu: New "About" section showing version, author, current engine, and Whisper status - Batch Launchers: run.bat (normal mode) and run-debug.bat (troubleshooting mode) for easy startup ๐ง Technical Implementation: - faster-whisper: 4x faster than vanilla Whisper with CTranslate2 backend - INT8 Quantization: CPU-optimized for speed (greedy decoding, beam_size=1) - Lazy Model Loading: Whisper loads on first use (~70MB one-time download) - Model Cache: Stored in %APPDATA%\stt-cli\models for persistence - Settings Persistence: Engine preference saved across sessions - Hidden Imports: PyInstaller bundles av, faster_whisper, numpy, ctranslate2 โก Performance: - Whisper Latency: ~1-2s transcription time (tiny model) - Google Latency: ~0.5s transcription time (faster but requires internet) - Model Size: 75MB (tiny model, one-time download) - Executable Size: ~150MB (includes all Whisper dependencies) ๐ฏ Use Cases: - Corporate Environments: Bypass Win+H restrictions with offline capability - Air-Gapped Networks: Work completely offline with Whisper mode - Privacy-Focused: Audio never leaves your machine in Whisper mode - Variable Connectivity: Auto-switch between Google (a...
Version history
| Version | Updated | Notes |
|---|---|---|
| 2.0.0 | Unknown | v2.0.0 - Hybrid Speech-to-Text with Whisper Integration (November 26, 2025) ๐ Major New Features: - Offline Speech Recognition: OpenAI Whisper "tiny" model (MIT licensed) for fully offline operation - Hybrid Engine Archi... |
| 1.4.0 | Unknown | v1.4.0 - Auto-Start & Enhanced User Experience (November 21, 2025) Major New Features: - Auto-Start on Windows Boot: Right-click system tray icon to enable/disable automatic startup when Windows boots - First-Run Welcome... |
| 1.3.1 | Unknown | v1.3.1 - Winget Readiness (October 30, 2025) Enhancements for Package Manager Distribution: - Added __version__ variable for programmatic version management - Added --version flag (works with Python source) - Added --hel... |