Skip to content

Roadmap

SpaceSquare640 edited this page Jul 10, 2026 · 1 revision

Roadmap

Language / 語言 / 语言: English · 繁體中文 · 简体中文


English

This is the public-facing summary. Nothing here is a promise of a ship date — it reflects current intent and may shift.

v4.1 (next)

  • Fix the AI Assistant runtime error — the AI Assistant panel currently errors when run from the packaged desktop build (see FAQ). Root-caused and scheduled, not yet fixed.
  • Real deployable web version — today the frontend only fully works inside the Tauri desktop shell; in a plain browser it falls back to mock/demo data. v4.1 adds a real HTTP/WebSocket backend so the same UI works standalone in a browser, reusing the existing engine sidecar's request/response schema. As a side effect, this also makes the app usable from a phone browser ahead of native mobile apps.

v5.0 (later)

  • Native iOS/iPadOS/Android apps, complementing (not replacing) the v4.1 web app.

Not currently planned

  • Merging the V3.0 and V4.0 codebases — they're intentionally separate (see Architecture).

繁體中文

這是對外公開的摘要版本。這裡的內容不是發布日期的承諾——僅反映目前的規劃方向,可能會調整。

v4.1(下一版)

  • 修復 AI 助手運行時錯誤——目前從封裝好的桌面版執行 AI 助手面板會出錯(見 FAQ)。已找到根因並排入計畫,尚未修復。
  • 正式可部署的網頁版——目前前端只有在 Tauri 桌面外殼內才能完整運作,純瀏覽器環境會退回模擬/展示資料。v4.1 會加入真正的 HTTP/WebSocket 後端,讓同一套 UI 能獨立在瀏覽器中運作,並沿用現有引擎 sidecar 的請求/回應格式。附帶效果是:在原生手機 App 推出之前,也能先從手機瀏覽器使用。

v5.0(更之後)

  • 原生 iOS/iPadOS/Android App,作為 v4.1 網頁版的補充(而非取代)。

目前沒有計畫

  • 合併 V3.0 與 V4.0 的程式碼——兩者刻意分開維護(見 Architecture)。

简体中文

这是对外公开的摘要版本。这里的内容不是发布日期的承诺——仅反映目前的规划方向,可能会调整。

v4.1(下一版)

  • 修复 AI 助手运行时错误——目前从打包好的桌面版运行 AI 助手面板会出错(见 FAQ)。已定位根因并排入计划,尚未修复。
  • 正式可部署的网页版——目前前端只有在 Tauri 桌面外壳内才能完整运作,纯浏览器环境会退回模拟/演示数据。v4.1 会加入真正的 HTTP/WebSocket 后端,让同一套 UI 能独立在浏览器中运行,并沿用现有引擎 sidecar 的请求/响应格式。附带效果是:在原生手机 App 推出之前,也能先从手机浏览器使用。

v5.0(更之后)

  • 原生 iOS/iPadOS/Android App,作为 v4.1 网页版的补充(而非取代)。

目前没有计划

  • 合并 V3.0 与 V4.0 的代码——两者刻意分开维护(见 Architecture)。

Clone this wiki locally