
icodesign/orbis
80最近提交 2026年8月16日
orbis DSH 插件
Orbis 是一个 DSH 插件,提供设备配对、端到端加密传输和多设备实时更新。目前处于测试阶段,iOS 版本可通过 TestFlight 使用,Android 版本正在开发中。
如何安装 orbis DSH 插件
dsh plugin --profile web add @orbisapp/remote-dsh // available once published after the public beta复制不会执行命令。安装 orbis DSH 插件前请核对仓库和版本。
orbis DSH 插件数据来源
orbis DSH 插件快照日期:2026年8月16日
discovered
orbis DSH 插件能做什么
- 通过 DSH Web 插件进行设备配对
- 设备之间的端到端加密传输
- 多设备实时更新
- 远程控制 DSH 实例
orbis DSH 插件适合哪些场景
- 离开电脑时通过手机控制 DSH
- 在多个设备之间安全管理 DSH 工作流
- 将 iOS 设备与 DSH 配对进行远程监控
- 对敏感 DSH 操作使用端到端加密
orbis DSH 插件适合谁
- 需要从移动设备远程访问 DSH 的用户
- 希望使用移动端控制 DSH 的开发者
- 对早期远程控制功能感兴趣的测试者
orbis DSH 插件的限制
- 目前处于测试阶段;仅支持 iOS(TestFlight),Android 尚未可用
- 需要已运行 DSH Web 插件接口的实例
- 加密和配对设置需要手动配置
- npm 上尚未正式发布;插件将在公开测试后发布
orbis DSH 插件的仓库 README 摘录
以下文字摘自 orbis DSH 插件的上游仓库 icodesign/orbis 的 README,版权归原作者,仅作引用。
English | [简体中文](./README.zh.md) Orbis is a remote control client for Deepseek Harness (DSH). The Orbis plugin provides device pairing, end-to-end encrypted transport, and real-time updates across multiple devices.  ## Getting Started 1. Download the Orbis app. It is currently in beta. [iOS: Join TesFlight](https://testflight.apple.com/join/3Nqcbpns). Android: Working in progress. 2. Install the Orbis plugin into DSH. ```sh dsh plugin --profile web add @orbisapp/remote-dsh // available once published after the public beta ``` 3. Configure the plugin and pair your device from the DSH web plugin page. ## Development Install dependencies at the repository root, then use a single command to build the plugin, install it into your local DSH Web profile, and start the test page: ```sh pnpm install ORBIS_DSH_HARNESS_DIR=/path/to/deepseek-harness pnpm run serve:dsh ``` The page is served at `http://127.0.0.1:3080` by default. Pass flags to change the port or point at a specific test directory: ```sh pnpm run serve:dsh --port 3090 pnpm run serve:dsh --workspace-root /path/to/workspace pnpm run serve:dsh --help ``` ## Testing ```sh
阅读完整 README仓库许可: Apache-2.0
orbis DSH 插件常见问题
如何安装 Orbis 插件到 DSH?
在终端中运行命令 `dsh plugin --profile web add @orbisapp/remote-dsh`。该插件将在公开测试后发布到 npm。目前你可以通过 TestFlight 加入 iOS 测试版,并按照设置说明进行操作。
Orbis 支持哪些平台?
目前 Orbis 处于测试阶段,仅支持 iOS(通过 TestFlight)。Android 支持正在开发中。该插件可与任何运行 DSH 的平台(macOS、Linux、Windows)上的 DSH Web 插件界面配合使用。
设备配对是如何工作的?
将 Orbis 插件安装到 DSH 后,你需要在 DSH Web 插件页面配置插件并配对设备。配对过程会在你的 DSH 实例和移动设备之间建立端到端加密连接。
设备之间的连接是否加密?
是的,Orbis 提供端到端加密传输。DSH 实例与配对设备之间的所有通信均经过加密,确保即使在不安全的网络环境中数据也能保持安全。
Orbis 是否免费使用?
Orbis 插件是开源软件,遵循 Apache-2.0 许可证。iOS 测试版通过 TestFlight 免费加入。最终版本的定价尚未公布。