ディレクトリに戻る

pilot-harness

キュレーション掲載メンテナンス: 活発

op7418/pilot-harness

CodePilot 風デスクトップクライアントとプラグインスイート。macOS / Windows / Linux 向け DeepSeek Harness 環境

GitHub で見る
$ dsh plugin --profile web add <release tgz URL>

271

スター

19

フォーク

TypeScript

言語

MIT

ライセンス

2026-08-17

作成日

2026-08-20

最終プッシュ

MIT ライセンス、CodePilot 風の DeepSeek Harness 向けデスクトップクライアント兼プラグイン群。Electron アプリが Harness ランタイムを内蔵し、UI プラグインは dsh CLI で任意のローカル Web プロファイルに導入できます。

DSH 統合

ネイティブ実行

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

MIT

01どんなタスクに使えるのか?

  • Run the DeepSeek Harness runtime as a focused native desktop app with visual provider and model management

    Desktop client on macOS, Windows and Linux with a CodePilot-inspired interface, provider/model management, workspace-aware conversation rows, and a Files right sidebar — no separate DeepSeek Harness installation required

    DeepSeek Harness users who prefer a desktop web UI over the CLI-launched Web UI

  • Add the CodePilot theme, Files sidebar, reminder summary, or session-log export to a local DeepSeek Harness Web profile

    Each feature installed with a single `dsh plugin --profile web add` command from a prebuilt dsh.bundle release asset — no repository clone, YAML patch, or local build required

    Users of the stock DeepSeek Harness Web profile who want individual desktop-grade UI plugins

  • Export DeepSeek Harness sessions as ZIP archives

    Per-Session ZIP export from the Trajectory toolbar and the `/export` command via the session-log export plugin

    Teams that need archivable copies of agent sessions and trajectories

02DeepSeek Harness への導入方法

前提条件

  • macOS (Apple Silicon), Windows (x64), or Linux (x64) for the desktop app
  • A local DeepSeek Harness Web profile with the dsh CLI only if installing the standalone plugins via `dsh plugin --profile web add`

インストール手順

  1. 01

    Download the installer for your system from GitHub Releases: DMG/ZIP for macOS Apple Silicon, EXE for Windows x64, AppImage/DEB/RPM for Linux x64

  2. 02

    macOS: open the DMG, drag pilot-harness.app into Applications, and launch it normally; if Gatekeeper blocks the first launch, use System Settings → Privacy & Security → Open Anyway

  3. 03

    Windows: run the EXE; if SmartScreen warns, confirm the file came from the Release, then choose More info → Run anyway

  4. 04

    Linux: `sudo apt install ./Pilot-Harness-Linux-amd64.deb`, `sudo dnf install ./Pilot-Harness-Linux-x86_64.rpm`, or `chmod +x` then run the AppImage

  5. 05

    Open Pilot Harness, select a Workspace, then go to Settings → Providers to connect a provider and choose one of its available models

  6. 06

    Standalone plugins: run `dsh plugin --profile web add <release tgz URL>` for the CodePilot theme, Files sidebar, reminder summary, or session-log export, then restart the Web profile

    $ dsh plugin --profile web add <release tgz URL>

導入成功の確認

  • Restart the Web profile after plugin installation and use `dsh --profile web --dump-config` to confirm the added row

ロールバック

  • Remove a plugin with its package name, e.g. `dsh plugin --profile web remove @deepseek-ai/dsh-ui-worktree`; removing the CodePilot theme plugin restores the stock Harness presentation

03DSH 統合と能力の範囲

DSH 統合ネイティブ実行

Electron desktop app packaging the DeepSeek Harness plugin runtime as a native app, plus standalone UI plugins installed into local dsh Web profiles via `dsh plugin --profile web add`

  • Desktop shell around the Harness runtime

    installer for macOS / Windows / Linuxnative window wrapping the local DeepSeek Harness runtime, with directory dialog, startup recovery screen, and platform icons

  • CodePilot-inspired visual theme

    CodePilot theme plugin (@deepseek-ai/dsh-client-ui-codepilot-theme)consistent tokens, radii, menus, hover states, settings cards, Markdown rendering, and platform-aware title bars

    applies the Pilot Harness product mark and visual overrides; disabling the theme row restores the stock Harness presentation
  • Workspace Files sidebar

    Files plugin (@deepseek-ai/dsh-ui-worktree)Workspace-confined right file sidebar with file count, branch summary, row actions, and @path insertion; project-aware conversation rows show branch, state, reminder summary, mode, and model details

  • Session-log export

    session-log export plugin (@deepseek-ai/dsh-session-log-export)per-Session ZIP export from the Trajectory toolbar and the /export command

    writes ZIP export files to disk

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • DeepSeek Harness users who prefer a desktop web UI over the CLI-launched Web UI
  • Users of the stock DeepSeek Harness Web profile who want individual desktop-grade UI plugins
  • Teams that need archivable copies of agent sessions and trajectories

不向きな用途

  • macOS notarization is not enabled yet, so Gatekeeper may block the first launch (Open Anyway is the expected extra step); Windows and Linux preview installers remain unsigned — never disable platform security globally.
  • The Files sidebar and Reminder summary plugins require the Pilot Harness UI slot contracts included in Pilot Harness v0.1.0; older upstream Harness builds can install their bundles but cannot render those two UI contributions.

05互換性・メンテナンス・セキュリティ上の注意

  • macOS notarization is not enabled yet, so Gatekeeper may block the first launch (Open Anyway is the expected extra step); Windows and Linux preview installers remain unsigned — never disable platform security globally.
  • The Files sidebar and Reminder summary plugins require the Pilot Harness UI slot contracts included in Pilot Harness v0.1.0; older upstream Harness builds can install their bundles but cannot render those two UI contributions.
  • Pilot Harness is an independent community project derived from the MIT-licensed DeepSeek Harness; it is not an official DeepSeek product and is not endorsed by or affiliated with DeepSeek.
2026-08-172026-08-18v0.1.0-rc.7-pilot.2

MIT · actively maintained (latest release v0.1.0-rc.7-pilot.2, 2026-08-20)

06よくある質問

Pilot Harness は DeepSeek Harness にどう統合されますか?

方法は 2 つあります。デスクトップアプリは Electron 内に DeepSeek Harness プラグインランタイムをパッケージ化し、agent ループ・Session ログ・ツールパイプライン・プロバイダー契約・RPC 実装は一切置き換えません。あるいは個別の UI プラグイン(テーマ、ファイルサイドバー、リマインダー要約、セッションログエクスポート)を `dsh plugin --profile web add` でローカルの Harness Web プロファイルにインストールできます。

DeepSeek Harness を別途インストールする必要はありますか?

デスクトップアプリなら不要です。ローカルの Harness ランタイムは同梱されています。Pilot Harness を開いて Workspace を選び、Settings → Providers でプロバイダーを接続しモデルを選ぶだけです。単体プラグインが必要なのは、ローカルの DeepSeek Harness Web プロファイルを使う場合のみです。

なぜ macOS や Windows で初回起動時にセキュリティ警告が出ますか?

macOS のノータライズがまだ有効になっていないため、Gatekeeper が初回起動をブロックする場合があります。「システム設定 → プライバシーとセキュリティ」で「このまま開く」を選択してください。Windows と Linux のプレビュー版インストーラーは未署名です。README では、公式 GitHub Release から取得したファイルのみ警告を上書きし、SmartScreen や Gatekeeper をグローバルに無効化しないよう案内しています。

単体 UI プラグインにバージョン要件はありますか?

ファイルサイドバーとリマインダー要約プラグインは Pilot Harness v0.1.0 に含まれる UI スロット契約が必要です。古い上流 Harness ビルドではバンドルをインストールできますが、これら 2 つの UI は描画されません。

プラグインの削除や標準 UI への復元はどうしますか?

`dsh plugin --profile web remove <パッケージ名>` を実行します(例:`dsh plugin --profile web remove @deepseek-ai/dsh-ui-worktree`)。CodePilot テーマプラグインを削除すれば、標準の Harness 表示に戻ります。

08データと出典

  • 作者による申告github.comd1fa9c15fc00…

    Run the DeepSeek Harness plugin runtime as a focused native app, manage providers and multimodal models visually, and ke…

  • 作者による申告github.comd1fa9c15fc00…

    Pilot Harness does not replace the DeepSeek Harness agent loop, Session log, tool pipeline, provider contracts, or RPC i…

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。