Releases: becomeless/dsh-desktop-launcher
Releases · becomeless/dsh-desktop-launcher
Release list
v1.2.0 macOS .app 包
预组装的 macOS 应用包(Homebrew cask 安装源)。
brew tap becomeless/dsh-desktop-launcher
brew install --cask dsh-desktop-launcher
v1.1.0 新增 macOS 支持(Beta)
v1.1.0
- 🍎 新增 macOS 支持(Beta):一键安装 .app 到应用程序,双击即用,零终端窗口、关窗停服(欢迎 Mac 用户测试反馈)
- 🐳 图标重制:多尺寸 ICNS/ICO,矢量级清晰度
- ✅ Windows 版无变化
macOS 安装:curl -fsSL https://cdn.jsdelivr.net/gh/becomeless/dsh-desktop-launcher@main/install-macos.sh | bash
v1.0.0 首个版本
Windows 桌面启动器:双击图标一键启动 DeepSeek Harness,零命令行窗口,关窗即停、断点续聊。
一行安装(PowerShell):
[Net.ServicePointManager]::SecurityProtocol='Tls12'; iex ([System.Text.Encoding]::UTF8.GetString((New-Object Net.WebClient).DownloadData('https://cdn.jsdelivr.net/gh/becomeless/dsh-desktop-launcher@main/install.ps1')).TrimStart([char]0xFEFF))国内可用 raw.githubusercontent.com 直连;详见 README。