Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:48
· 697 commits to main since this release
v0.2.0 — 桌面壳迁 Tauri v2 + 产物改共享运行时

桌面版: Electron → Tauri v2 + 随包 Node sidecar。冷启动 5751→1756ms,空闲内存 760.7→361.5MB。

产物分发(契约变更): dist/ 不再内嵌进 npm 包与安装包,改为 9.4MB 压缩载荷 +
首次启动解包到 ~/.pi/web/runtime/<version>-<digest12>/,CLI 与桌面版共用同一份运行时。
  dmg 下载   81.4 → 47.6 MB  (−41.5%)
  npm 包     86   → 10   MB
  两者都装   263  → 200  MB  (−63 MB)
  仅装其一   —    →  +13 MB  (载荷与解包副本各存一份,固有取舍)
  稳态冷启动 1101 → 1137 ms  (+36 ms)
首次启动多一次解包,仅一次(macOS ~7s / Windows ~100s)。

Windows 与 Linux 安装包为首次产出。发布管线在打 tag 前已由 workflow_dispatch
干跑验证:四个 target triple 全部打包成功 + macOS 冒烟(含真实首启解包)通过。