dsh-zen-remote
Phone-first mobile UI rework plus a pairing-code gateway: use DSH from anywhere as an installable PWA with Web Push, behind your own reverse proxy or Cloudflare Tunnel.
手机优先的移动端界面重排 + 配对码网关:经自建反代或 Cloudflare Tunnel 把 DSH 变成可安装、带推送的 PWA。
How to install
dsh plugin add dsh-zen-remote About
| 会话列表主屏 | 会话页 | 会话信息卡 | | --- | --- | --- | | | | | | composer 权限 sheet | 公网设备看到的配对页 | | --- | --- | | | | 截图为 390×844 手机视口、浅色主题;深浅主题均适配。配对页是网关自绘页面,固定深色设计。 --- 安装 sh dsh plugin add dsh-zen-remote 装完重启 dsh web,手机界面与网关一起生效,不需要再手写任何配置行。 兼容性:在 DSH 0.1.0-rc.7(web profile)上开发并实测,最后验证 2026-08-20。 卸载:dsh plugin remove dsh-zen-remote(或从 profile 的 dependencies 与 bundles 里删掉那两行),重启 dsh web 即恢复原状;要清掉配对数据再删 ~/.dsh/lan-gate-state.json 与 ~/.dsh/lan-gate.config.json。 手动改 ~/.dsh/profiles/web/package.json——dependencies 一行、bundles 一行: jsonc { "dependencies": { "dsh-zen-remote": "^1.1.0" // 本地开发换成 "link:/path/to…
Recommendation signals
Meta
- License
- NOASSERTION
- Language
- JavaScript
- GitHub stars
- 3
- mo. downloads
- 441
- Last push
- 2026-08-20
- Created
- 2026-08-17
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin, mobile, pwa, remote-access, web-push
Related plugins
dsh-full-remote
JUANWANG-BUAA/dsh-full-remote
Remote DeepSeek Harness with full server-side API access (`settings.*` / `credentials.*` / `host.listDirectory`). Token-gated reverse proxy, per-device sessions, phone invite QR, fence self-check, optional approval / CIDR / idle timeout / local TLS, WebSocket/SSE.
dsh-web-lan-access
AcidGr/dsh-web-lan-access
LAN/remote access for the Web UI: injects a crypto.randomUUID polyfill on plain-HTTP origins so the frontend survives LAN or Tailscale IP direct links.
dsh-mobile
cindyguyuehu123/dsh-mobile
Use DSH from iPhone/iPad: an explicit-opt-in LAN reverse proxy (Host/Origin rewrite through the loopback trust fence, WebSocket upgrades included), iOS PWA chrome (home-screen icon, standalone meta, viewport-fit), and touch/mobile CSS (safe areas, keyboard lifting, composer row fit).
dsh-mobile-hanui
Z-6354/dsh-mobile-hanui
Mobile UI shell for the DSH Web GUI: turns the desktop three-column layout into a touch-friendly phone layout (overlay drawers, draggable FAB, full-screen dialogs, infinite-scroll history) under a 1024px viewport, with zero desktop impact. - Complete mobile PWA for DSH, built on dsh-mobile-gate: secure remote-access gateway plus install-to-homescreen (manifest + service worker), offline capability, touch gestures (pull-to-refresh, edge-swipe back, pinch-zoom font), agent-done push notifications, and touch-first layout — desktop unaffected.