DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-voice

Full-duplex DeepSeek Harness voice plugin with local SenseVoice ASR, streaming Edge TTS, captions, and voice barge-in.

Developer ToolsBrowser & Web
4GitHub Stars6ForksUpdated2026-08-23

Install

$ dsh plugin --profile web add <repo-url-or-path>

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-voice adds a web voice mode to DeepSeek Harness. It records microphone audio for host-side SenseVoice transcription, submits speech to the composer, and speaks streamed model replies through Edge TTS; speaking again can stop playback and cancel an active turn.

Key Capabilities

  • Records microphone audio and sends raw PCM to host-side SenseVoice ASR.
  • Provides simplified-Chinese-oriented ASR with punctuation, inverse text normalization, and configurable automatic language selection.
  • Streams model responses into sentence-segmented Edge TTS audio with live captions.
  • Supports barge-in by clearing local playback, dropping queued or in-flight synthesis, and cancelling a running turn.
  • Exposes SSE, ASR, cancellation, configuration, and Hugging Face model-proxy routes.
  • Caches downloaded ASR model files on disk and supports cache warming with npm run prefetch.
  • Offers toggle and hold microphone modes plus optional automatic submission.

Useful For

  • Hands-free voice conversations with DeepSeek Harness.
  • Chinese speech input with local host-side transcription.
  • Interrupting a spoken response to ask a new question.
  • Using a Hugging Face-compatible mirror for ASR model downloads.

Who It Fits

  • DeepSeek Harness web-profile users who want microphone input and spoken responses.
  • Chinese-speaking users seeking SenseVoice transcription features.
  • Developers configuring host-side speech models and local model caches.

Documented Limitations

  • Requires Node.js 22.19+ or 24+ because it uses node:zlib zstd APIs.
  • ASR model files are fetched on first use unless the cache is prewarmed.
  • Barge-in relies on browser echo cancellation; loud TTS may leak into the microphone on some platforms because there is no JavaScript-level AEC.
  • The documented installation targets the DeepSeek Harness web profile.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 2 runtime, 8 development, 3 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
haoku123/dsh-voice
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
e1ed20a · 2026-09-13

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
4GitHub stars
Forks
6
Open issues
0
Last commit
2026-08-23
Last release
2026-08-17
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app