Skip to content

Releases: mycherish/dsh-bridge

DSH Bridge v0.1.0-alpha.1

Pre-release

Choose a tag to compare

@mycherish mycherish released this 29 Aug 16:42

DSH Bridge v0.1.0-alpha.1

DSH Bridge 的首个公开预览版。它提供一个原生 macOS 菜单栏入口,通过 Option+Space 快速向选定工作区中的 DeepSeek Harness 提交任务。

This is the first public preview of DSH Bridge, a native macOS menu bar entry point for sending tasks to DeepSeek Harness in a selected workspace.

下载与安装 / Download and install

  1. 下载 DSHBridge-0.1.0-alpha.1-macos-arm64.dmg
  2. 打开 DMG,将 DSH Bridge 拖到 Applications
  3. 首次启动时,如果 macOS 阻止打开,请在 Finder 中按住 Control 点击应用并选择“打开”,或前往“系统设置 → 隐私与安全性”选择“仍要打开”。

Download the DMG, drag DSH Bridge to Applications, and launch it. If macOS blocks the first launch, Control-click the app in Finder and choose Open, or use Open Anyway in System Settings → Privacy & Security.

重要说明 / Important notice

  • 仅支持 Apple Silicon(arm64)和 macOS 14 或更高版本。

  • 该预览版使用 ad-hoc 签名,尚未使用 Developer ID 签名,也未经过 Apple 公证。

  • 当前界面仅支持简体中文,同一时间只能运行一个任务,尚未提供“停止任务”。

  • 使用前需要配置 DeepSeek API Key 和默认工作区。

  • Apple Silicon (arm64) and macOS 14 or later are required.

  • This preview is ad-hoc signed. It is not Developer ID-signed or notarized by Apple.

  • The UI is currently Simplified Chinese only, one task can run at a time, and Stop Task is not yet available.

  • A DeepSeek API key and default workspace must be configured before use.

主要功能 / Highlights

  • 原生 SwiftUI + AppKit 菜单栏应用与 Option+Space Quick Bar。

  • 内置 macOS arm64 DeepSeek Harness Runtime,无需 Node.js 或 dsh

  • 支持新建和继续 Session、实时活动记录、敏感 Bash 操作授权、剪贴板附件和系统通知。

  • Runtime 校验和、架构、Helper 与能力检查,以及脱敏诊断。

  • Native SwiftUI + AppKit menu bar app with an Option+Space Quick Bar.

  • Bundled macOS arm64 DeepSeek Harness runtime; no Node.js or dsh installation is required.

  • New and resumable sessions, live activity, sensitive Bash approvals, clipboard attachments, and notifications.

  • Runtime checksum, architecture, helper and capability validation, plus redacted diagnostics.

校验下载 / Verify the download

将 DMG 和 .sha256 文件放在同一目录后运行:

Place the DMG and .sha256 file in the same directory, then run:

shasum -a 256 -c DSHBridge-0.1.0-alpha.1-macos-arm64.dmg.sha256