dsh-audio-input
Run the following command in DeepSeek Harness:
dsh plugin install nonmean/dsh-audio-input
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install nonmean/dsh-audio-input to add the plugin to your DeepSeek Harness Web profile; the source is available at https://github.com/nonmean/dsh-audio-input .
About this plugin
Typing every word into the DeepSeek Harness Web GUI is functional but slow. dsh-audio-input drops a microphone button into the message composer so you can simply speak. Partial transcripts stream live into a strip above the input box; click the button again to stop, and the final text lands in your draft, ready to send. All recognition runs on the native Apple Speech framework (SFSpeechRecognizer) on a Mac, with no cloud API key, no external service, and no audio ever leaving the machine that captured it.
Under the hood the plugin is three thin layers: the browser renders the mic button and the live-transcript strip, a cordis server-side plugin relays start and stop commands and transcripts over small JSON routes, and a roughly 130 KB native helper binary handles microphone capture via AVAudioEngine and speech recognition via SFSpeechRecognizer. Two operating modes cover different setups. In local mode the helper runs on the server Mac and uses its microphone. In remote mode the helper runs on whichever Mac you are sitting at, so both capture and recognition stay on that machine and only plain text crosses the network. The browser detects a connected helper automatically and falls back to local mode when none is present, so there is no manual toggle.
This plugin is aimed at Mac users who compose long prompts or replies in the Harness Web GUI and would rather talk than type. It is especially handy when you access a shared Harness instance from a second Mac, or when you simply prefer hands-free dictation as part of your daily workflow. No cloud subscription, no API key, just a mic button and your voice.
Use Cases
- Dictate long prompts or replies in the Web GUI instead of typing word by word
- Access a shared Harness instance from a second Mac while capture and recognition stay local
- Complete speech-to-text offline with no cloud API key or external service
Best For
- Mac users who compose prompts and replies in the DeepSeek Harness Web GUI daily
- Workflow-driven users who prefer hands-free voice input over typing
- Privacy-conscious users who want audio data to never leave their Mac
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.