DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Hmos Emulator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
H

dsh-hmos-emulator

Hmos Emulator

DSH better-sidebar tab plugin: Launches the HarmonyOS emulator with one click and builds and deploys the selected HarmonyOS application project to the emulator.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:momo20012002/dsh-hmos-emulator#abd2550dd605e95bdfb3dc05963741490491d300
READMECompatibilityVersions
鸿蒙模拟器面板:模拟器实例 · 应用项目 · 部署目标 · 调试输出

Compatibility and provenance

Hmos Emulator is published as dsh-hmos-emulator and currently resolves to version 0.1.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/12/2026

Versions

0.1.4stable
9/12/2026
0.1.3stable
9/11/2026
0.1.2stable
9/6/2026
Show 1 more versionCollapse versions
0.1.1stable
9/6/2026

Related plugins

Loading related plugins…

Latest
0.1.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/17/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

鸿蒙模拟器 · dsh-hmos-emulator

DeepSeek Harness 侧边栏插件:一键启动鸿蒙模拟器,并将 HarmonyOS 应用构建、部署到模拟器。

鸿蒙模拟器面板:模拟器实例 · 应用项目 · 部署目标 · 调试输出

能做什么

  • 启动 / 停止模拟器:一键启动或停止鸿蒙模拟器,自动列出可用实例与在线设备。
  • 选择应用项目:文件浏览或一键扫描,自动识别鸿蒙工程。
  • 一键构建并部署:将选定的应用构建、安装并启动到目标设备,自动识别多入口模块。
  • 部署实时输出:构建 / 安装 / 启动过程实时显示,无需干等。
  • 就绪检测:模拟器冷启动后一键检测设备是否上线。
  • 全程可见:每一步的输出与状态实时显示,成功 / 失败一目了然。

依赖说明

本插件以「鸿蒙模拟器」标签页显示在侧边栏,依赖 dsh-better-sidebar;未安装时,请参考其说明安装。

安装

前置条件:

  • 已安装 dsh 并正常运行(dsh web);Node.js ≥ 22(LTS 或更新)、pnpm ≥ 10。
  • 已安装 DevEco Studio(提供模拟器、hdc 与 SDK)。
  • 已安装 devecocli 命令行工具;如未安装,执行 npm i -g @deveco/deveco-cli,或装好插件后在面板点击「一键安装 devecocli」。

方式一:npm 安装(推荐)

dsh plugin --profile web add dsh-hmos-emulator

方式二:从 GitHub 安装(免 npm)

dsh plugin --profile web add github:momo20012002/dsh-hmos-emulator

方式三:本地挂载(开发)

git clone https://github.com/momo20012002/dsh-hmos-emulator.git
cd dsh-hmos-emulator && pnpm install && pnpm build
dsh plugin --profile web add .

安装完成后,重启 dsh web(加载宿主端),再刷新浏览器页面(加载客户端),即可生效。

卸载:

dsh plugin --profile web remove dsh-hmos-emulator

使用

  1. 打开侧边栏的 + 菜单 →「鸿蒙模拟器」。
  2. 点击「扫描可用」列出模拟器与在线设备,再点击「启动」启动模拟器。
  3. 在「应用项目」中浏览或扫描,选择鸿蒙工程。
  4. 点击「构建并部署」,等待完成。

平台支持

  • 模拟器(启动 / 停止)仅在 Windows 与 macOS 上可用——DevEco 官方模拟器不支持 Linux。
  • 选择工程、连接设备、构建并部署在所有系统上均可用。

常见问题

现象处理
启动时提示授权 / 协议未接受在终端执行 devecocli emulator license accept 后重试
扫描不到模拟器实例使用 DevEco Studio 的 Device Manager 确认实例存在,或在终端执行 devecocli emulator list 查看实际报错
部署失败但无具体报错在工程中配置签名后重试;多入口模块已自动选择入口模块(可在面板切换)
提示找不到 hdc设置环境变量 DEVECO_SDK_HOME 指向 DevEco Studio 的 SDK 目录,然后重启 dsh web

License

MIT