Skip to content

Releases: RongleCat/deepseek-app

Release list

0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:13

DeepSeek App v0.1.1

Fixed

  • Packaged app no longer dies on boot: hoist engine peer packages (@deepseek-ai/cordis and related) so electron-builder ships them.
  • Packaged engine can resolve extra ~/.dsh/profiles/web plugins (ModLens) instead of crashing on import.
  • Settings → About updater loads electron-updater via CJS require (named ESM import was skipped in the install).

修复

  • 安装包启动不再秒退:把引擎 peer 依赖(@deepseek-ai/cordis 等)提成直接依赖,打包才会带上。
  • 安装包能解析 ~/.dsh/profiles/web 里额外装的插件(ModLens),不再一 import 就崩。
  • 设置 → 关于 的更新器用 CJS require 加载 electron-updater(安装包里 named ESM import 会失败)。

Assets are attached below. Install help (macOS Gatekeeper / xattr, Windows SmartScreen, Linux packages): README · README 中文 · Full history: CHANGELOG.md

0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:34

DeepSeek App v0.1.0

Added

  • Desktop workbench for DeepSeek Harness (Grok App visual shell, DSH utilityProcess engine).
  • Multi-platform installers via GitHub Actions: macOS arm64/x64 DMG, Windows x64 NSIS + zip, Linux x64 AppImage / deb / rpm.
  • In-app updates from Settings → About (electron-updater on packaged builds; GitHub download fallback for local / Linux non-AppImage).
  • Dock / taskbar icons from the designed whale tile (Grok App pad ratio); status-bar / tray uses the solid in-repo whale SVG only.
  • Side workbench (files / terminal / browser / skills / trajectory), usage heatmap, diagnostics export.

新增

  • DeepSeek Harness 桌面工作台(Grok App 视觉壳 + DSH utilityProcess 引擎)。
  • GitHub Actions 多平台安装包:macOS arm64/x64 DMG、Windows x64 NSIS + zip、Linux x64 AppImage / deb / rpm。
  • 设置 → 关于 应用内更新(打包版走 electron-updater;本地构建 / Linux 非 AppImage 走 GitHub 下载)。
  • 程序坞 / 任务栏图标用设计稿鲸鱼方块(对齐 Grok App 留白);状态栏 / 托盘只用仓库里的纯色鲸鱼 SVG。
  • 侧栏工作台(文件 / 终端 / 浏览器 / 技能 / 轨迹)、用量热力图、诊断包导出。

Assets are attached below. Install help (macOS Gatekeeper / xattr, Windows SmartScreen, Linux packages): README · README 中文 · Full history: CHANGELOG.md