dsh-voice
Run the following command in DeepSeek Harness:
dsh plugin install KotDath/dsh-voice
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install KotDath/dsh-voice in any terminal (plugin repository: https://github.com/KotDath/dsh-voice) to install the plugin into your DSH profile, then restart the web process to activate it across all sessions.
About this plugin
The DeepSeek Harness Web GUI has lacked a native voice-input path, forcing reliance on the keyboard even for lengthy prompts. dsh-voice adds a microphone icon beside the send button; tapping it reveals a ChatGPT-style recording pill with three actions — cancel, transcribe-and-insert, or transcribe-and-send — making voice as natural a way to compose as typing, all within the same browser tab.
Under the hood, the plugin ships three switchable transcription engines. The default is transcribe.cpp, which carries a 67-model catalog (GigaAM v3 CTC/RNN-T/E2E, Voxtral Mini 3B/4B/24B, Whisper tiny through large-v3 + turbo, Qwen3-ASR, SenseVoice, and more) with one-click Hugging Face downloads and progress bars. For fully offline or air-gapped setups, whisper.cpp with any GGML model works out of the box. Enterprise or cloud deployments can point the plugin at any OpenAI-compatible /v1/audio/transcriptions endpoint. Recordings longer than 22 s are automatically segmented into 20 s chunks, batch-transcribed in a single model load, and stitched back together so no audio is silently dropped. Live waveform feedback scrolls in real time with history fading into a dotted baseline.
Ideal for DSH users who type a lot and would benefit from hands-free input: developers wanting high-accuracy ASR without sending audio to a third party, enterprise teams already running private or cloud transcription services, and anyone who simply prefers speaking to their harness the way they speak to a phone.
Use Cases
- Dictate long prompts in the DSH Web GUI instead of typing
- Run fully offline transcription with transcribe.cpp or whisper.cpp
- Connect to an OpenAI-compatible private ASR service in enterprise environments
Best For
- DSH users who prefer speaking over typing for faster prompts
- Developers needing offline or local ASR without sending audio externally
- Teams with existing private or cloud ASR infrastructure
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.