Back to home

Jensen-Yao

dsh-harness-console

DSH 控制台:DeepSeek Harness 的极简手机控制端(启动/停止/重启/日志/状态)

Stars
0
Language
Java
Created
Aug 15, 2026
Updated
Aug 15, 2026

Introduction

🎛 DSH 控制台(DSH Console)

DeepSeek Harness 的极简手机控制端 —— 启动 / 停止 / 重启 / 状态 / 日志 A minimal on-phone control console for DeepSeek Harness — start / stop / restart / status / logs

License Android DeepSeek Harness

主项目 Full app · 中文 · English


🇨🇳 中文 · 点击收起

✨ 简介

这是 DeepSeek Harness Android App前身 / 极简版:不含部署向导、内置浏览器与存储管理,仅提供对已在 Termux 中运行的 DeepSeek Harness 的日常服务控制

功能说明
▶ 启动 / ■ 停止 / ↻ 重启一键控制 dsh web 服务
🌐 打开 Web UI跳转浏览器(优先 Via,未装则系统默认)
● 状态卡运行中(绿)/ 已停止(灰)/ 控制服务未连接(红)
📋 服务日志最近日志自动刷新
⚙ 启动控制服务控制守护进程掉线时一键拉起(经 Termux RUN_COMMAND)

📦 快速开始

  1. 先在手机 Termux 中按 主项目FunnelCakes/deepseek-harness-android 部署好 DeepSeek Harness;
  2. 安装 install/dsh-control.apk
  3. 打开「DSH 控制台」即可控制服务。
🇬🇧 English · click to expand

✨ Overview

This is the predecessor / minimal edition of the DeepSeek Harness Android App: no deploy wizard, no built-in browser or storage manager — just daily service control for a DeepSeek Harness already running in Termux.

FeatureDescription
▶ Start / ■ Stop / ↻ RestartOne-tap control of the dsh web service
🌐 Open Web UIOpens the browser (Via preferred, system default fallback)
● Status cardRunning (green) / Stopped (gray) / Control service unreachable (red)
📋 Service logsLatest logs auto-refresh
⚙ Start control serviceOne-tap revive of the control daemon via Termux RUN_COMMAND

📦 Quick start

  1. Deploy DeepSeek Harness in Termux following the full app or FunnelCakes/deepseek-harness-android;
  2. Install install/dsh-control.apk;
  3. Open “DSH 控制台” and control the service.

🏗 架构 / Architecture

DSH 控制台 App
    │ HTTP (127.0.0.1:8023)
    ▼
控制守护进程 daemon (Termux 内 Node 脚本)
    │ 启动/停止/重启 start/stop/restart
    ▼
DeepSeek Harness (127.0.0.1:3080)

守护进程 server.mjs 由主项目部署时自动安装(runit 自启)。本仓库仅含 App 本体。 The daemon server.mjs is installed automatically by the full app's deploy (runit autostart). This repo contains only the app itself.

🛠 从源码构建 / Build from source

无 Gradle,仅需 JDK 17 + Android SDK build-tools 36 · No Gradle — JDK 17 + Android SDK build-tools 36 only:

cd app
powershell -File build.ps1
# 产物 Output: build/dsh-control.apk

🙏 致谢 / Credits

📄 License

MIT