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
主项目 Full app · 中文 · English
🇨🇳 中文 · 点击收起
✨ 简介
这是 DeepSeek Harness Android App 的前身 / 极简版:不含部署向导、内置浏览器与存储管理,仅提供对已在 Termux 中运行的 DeepSeek Harness 的日常服务控制。
| 功能 | 说明 |
|---|---|
| ▶ 启动 / ■ 停止 / ↻ 重启 | 一键控制 dsh web 服务 |
| 🌐 打开 Web UI | 跳转浏览器(优先 Via,未装则系统默认) |
| ● 状态卡 | 运行中(绿)/ 已停止(灰)/ 控制服务未连接(红) |
| 📋 服务日志 | 最近日志自动刷新 |
| ⚙ 启动控制服务 | 控制守护进程掉线时一键拉起(经 Termux RUN_COMMAND) |
📦 快速开始
- 先在手机 Termux 中按 主项目 或 FunnelCakes/deepseek-harness-android 部署好 DeepSeek Harness;
- 安装
install/dsh-control.apk; - 打开「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.
| Feature | Description |
|---|---|
| ▶ Start / ■ Stop / ↻ Restart | One-tap control of the dsh web service |
| 🌐 Open Web UI | Opens the browser (Via preferred, system default fallback) |
| ● Status card | Running (green) / Stopped (gray) / Control service unreachable (red) |
| 📋 Service logs | Latest logs auto-refresh |
| ⚙ Start control service | One-tap revive of the control daemon via Termux RUN_COMMAND |
📦 Quick start
- Deploy DeepSeek Harness in Termux following the full app or FunnelCakes/deepseek-harness-android;
- Install
install/dsh-control.apk; - 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 daemonserver.mjsis 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