AI Agent Hub
Back to plugins
🖥️

dsh-remote

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install xiaoxiaohai/dsh-remote

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install xiaoxiaohai/dsh-remote in your terminal to install; the source repository is https://github.com/xiaoxiaohai/dsh-remote .

About this plugin

Running DeepSeek Harness on a Mac? If you want to open the Web interface from your phone to review model output or continue a conversation, but do not want to manually set up an frp tunnel and port mapping, dsh-remote is the plugin built for that. It plugs into DSH in Beta form and folds the entire remote-access workflow into a single local settings card, with no second task or approval protocol on top.

After installation, a Phone access card appears under Settings, offering QR pairing, pause, credential rotation, and per-device revocation. Under the hood a managed FRPC 0.70.1 process handles the tunnel and binds only to the local DSH Web port; all management RPC is loopback-only, and FRPC is launched without a shell. Nothing registers or tunnels until the user explicitly enables access, keeping the opt-in boundary clear.

The plugin is aimed at macOS users (Intel or Apple Silicon) already running DSH 0.1.0-rc.8 or later with a DSH Web profile. Keep in mind this is still in Beta: the hosted gateway can inspect proxied DSH traffic, there is no general-availability SLA or self-service identity deletion, and if that trust model is not acceptable, a compatible self-hosted server can be configured through a serviceUrl override.

Use Cases

  • Open the DSH Web running on a Mac from a phone while away from the desk
  • Pair an Android phone via QR code to access local DSH conversations from the office
  • Run a self-hosted DSH Remote Server to replace the hosted gateway for stricter data privacy

Best For

  • macOS users running DSH who need mobile access to the Web interface
  • Developers who want to avoid manual frp tunnel and port-mapping setup
  • Operators requiring stricter data privacy who can self-host a compatible DSH Remote Server