Skip to content

DeepSeek Harness Android v0.1.0

Choose a tag to compare

@woaiys3 woaiys3 released this 16 Aug 16:16
· 14 commits to main since this release

安装

下载 DeepSeekHarness.apk 直接安装(已签名,包名 com.deepseek.harness)。

runtime / dshroot 完整包恢复方法

runtime.tar.aa/.abdshroot.tar.aa/.ab 是分块 tar(每块 90MB,因为 GitHub 单文件限制 100MB)。
下载后在 Linux/Mac/终端执行合并:

cat runtime.tar.aa runtime.tar.ab > runtime.tar
cat dshroot.tar.aa dshroot.tar.ab > dshroot.tar
  • runtime.tar:node v26 + 依赖库(约 179MB)
  • dshroot.tar:DSH 内核(约 147MB)

这两个包用于构建完整 APK;普通使用者只需要安装 DeepSeekHarness.apk,无需下载。


⚠️ 注意:源码已合并稳定基线 v1.1.1(soname 修复 + 看门狗 + 竖屏),本页 DeepSeekHarness.apk 仍为 v1.0.0 构建,新 APK 已发布:见 v1.1.1 稳定基线