9
stars
0
forks
Apache-2.0
License
2026-08-13
Created
2026-08-16
Last push
README
Orbis
English | 简体中文
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
- Download the Orbis app. It is currently in beta. iOS: Join TesFlight. Android: Working in progress.
- Install the Orbis plugin into DSH.
npx @deepseek-ai/dsh plugin --profile web add @orbisapp/remote-dsh
- 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:
pnpm install
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:
pnpm run serve:dsh --port 3090
pnpm run serve:dsh --workspace-root /path/to/workspace
pnpm run serve:dsh --help
Testing
pnpm run check:core # typecheck + tests for everything that builds from this repository alone
pnpm run check:dsh # typechecks and tests the plugin and client entry points against the public DSH SDK
CI runs check:core on every push and every pull request, and again before a release.
check:dsh uses the public @deepseek-ai/* SDK packages installed by the workspace.
Releasing
Releases are driven by Changesets. Ship every user-visible change with a changeset and commit it alongside the change:
pnpm changeset
The five workspace packages form one fixed version group, because @orbisapp/remote-dsh inlines the
other four at build time. A changeset for any of them versions and releases all five together.
Only @orbisapp/remote-dsh is published to npm; the rest are private and are versioned only.
Every push to main runs the tests and then opens or updates a Version packages pull request
that applies the pending changesets and writes the changelogs. Merging that pull request builds the
bundle and publishes @orbisapp/remote-dsh to npm.
To release by hand from a clean checkout of main:
pnpm install
pnpm run version:packages # apply changesets, then commit the result
pnpm run release # build the bundle and publish to npm
License
More in Integrations & Sharing
dsh-commandcode-provider
by mars-sea
Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card. Ported from pi-commandcode-provider (MIT).
dsh-interconnect
by chinesezjc
Cross-instance message/event handoff plugins for DSH (interconnect service + tools)
dsh-notifier
by thewolfwalker
Unified notification push plugin for DeepSeek Harness (DSH): one minimal notify() API, 8 channel adapters (telegram/dingtalk/feishu/wxpusher/pushplus/serverchan/bark/webhook), dual trigger (auto session events + agent tool).
dsh-lark
by omdsh-dev
Lark/Feishu IM bot 通道:聊天驱动 agent,回复与审批以消息/卡片返回;凭据可用 !!js process.env.… 注入 patch;要求 Node ^22.19\
