
DeepSeek Harness 安卓启动器:内置 proot+Ubuntu,免 ROOT 免 Termux 一键运行 deepseek-harness,多源测速/分步安装/WebUI 预览/设备 Shell 桥接
Install DSHA
No package.json found — installability could not be checked.
Not checked — and that is not the same as fine
package.json for this repository, so none of the publish spec rules could be applied. We do not know whether dsh plugin add activates anything here.Best-effort git install — unverified, may activate nothing
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:qiannianhuanxiang/DSHA
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profileStep 2 is the one that matters here: if --dump-config shows no new layer after the install, this repository is not a bundle and there is nothing to activate.
Before you run it
- A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.
- Installing from git resolves a moving branch. Pin a commit —
github:qiannianhuanxiang/DSHA#<commit-sha>— so the code you reviewed is the code you install.
Prerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- Java
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| package.json | missing | fatal | no package.json found in the repository |
- Verdict reason
- cannot audit without a package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
**DeepSeek Harness 安卓启动器** —— 在手机上跑 deepseek-harness 的一体化方案,无需 Termux、无需 ROOT。 内置 proot + Ubuntu rootfs,一键(或分步)安装 deepseek-harness,内嵌 WebView 直接使用 Web UI。 | 功能 | 说明 | |---|---| | **分步安装** | 4 个步骤(rootfs / 基础工具 / Node.js / deepseek-harness),每步可单独重装、更新,不重复下载 | | **多源测速** | 每个下载源都有多个镜像(清华/阿里云/华为云/腾讯云/南大/哈工大/npmmirror…),并行测速后弹窗自选 | | **直连源码构建** | 不依赖预构建包,直接从 GitHub 克隆源码 + pnpm 本地构建,自动修复 node-pty 等原生模块编译问题 | | **Web UI 预览** | 启动后自动检测就绪并弹出全屏预览,支持重启/停止 | | **免 ROOT 文件共享** | 集成 MT 管理器官方文件提供器,直接浏览/编辑 App 私有数据(工作区、配置、日志) | | **配置备份/重置** | 一键备份配置(防死机),重置配置时保留对话记录 | | **设备 Shell 桥接** | 通过 Shizuku 让智能体直接在设备上执行 shell 命令 | | **WebUI 移动端适配** | 自动移除侧边栏开关等移动端无效功能 | 1. 安装 APK(仅 arm64) 2. 「配置」页填入 DeepSeek API key 3. 「安装」页点一键安装(约 5~15 分钟,多源测速自选) 4. 「启动」页启动 Web UI,自动打开预览 配套的智能体技能,位于 [`agent-skills/`](agent-skil
Topics
GitHub topics on this repository
More in Android Termux Webview Adb
Ranked by similarity inside the cluster, not alphabetically
Deepseek Harness Android
FunnelCakes
在 Android/Termux 上原生运行 DeepSeek Harness 的一键部署脚本(含全部 Android 兼容修复)
Deepseek Harness Termux
Vengisk
Run @deepseek-ai/dsh (DeepSeek Harness) on Android / Termux — 在Android/Termux上运行DeepSeek Harness
DSHWatch
DEEPDIVE571
DeepSeek Harness 的 Android 伴侣:局域网实时监控智能体进度,授权/任务完成通知
Dsh Phone
railgun0325
让 DeepSeek Harness 的 agent 跑在手机里,通过 Magisk root 原生操作安卓系统(截图/点击/滑动/开应用)+ 移动端布局 + WebView APK
Android Termux Dsh
cokelaoshi1
One-click DeepSeek Harness (@deepseek-ai/dsh) installer for Android Termux / Termux 上的一键安装脚本
Dsh Mobile Apk
kelai141
dsh 安卓壳 APK——WebView UI + 内嵌 Termux 运行时快照(解压即跑)、SAF 目录桥、保活服务、看门狗、运行时在线更新。