Skip to content

DeepSeek Harness Mobile v1.0.0

Choose a tag to compare

@xxccdl xxccdl released this 21 Aug 06:23
· 16 commits to main since this release

DeepSeek Harness Mobile v1.0.0 — 首个开源版本

在 Android 手机上运行 DeepSeek Harness(dsh)AI 助手的 React Native 应用,内置完整 Linux 环境(Termux + proot-distro Debian 容器),无需 root。

功能特性

  • 内置 dsh 引擎:嵌入式 Node.js 运行时 + dsh-bundle,首次启动自动初始化
  • 完整 Linux 环境:AI 可通过 bash 工具执行 apt / pip / git 等命令
  • 手机控制:无障碍服务 + 本地 HTTP 桥接,AI 可读取屏幕并执行点击 / 长按 / 滑动 / 输入 / 滚动 / 按键 / 打开应用
  • AI 产物一键保存:保存到 Download/DeepSeekHarness
  • 任务通知:AI 任务完成、产物保存时系统提醒
  • 移动端适配:深色主题、触屏优化、欢迎向导

说明

  • 本应用基于上游DeepSeek harness制作,本应用为xxccdl所做
  • 构建方法见仓库 README

致谢

  • dsh 引擎:DeepSeek Harness (MIT)
  • Termux / proot-distro