CommandCodeAI / CommandCodeAI/desktop

[Feedback]: Migrate desktop app from Electron to Tauri/Wails for better performance and resource usage

未关闭
#30 5 条评论 3 个 reaction 已指派 1 人 在 GitHub 查看

@aliarain 已经在做这个了。

开始于 2026年8月13日。

enhancement
主要语言
Shell
星标
80
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

What problem are you trying to solve?

The current Electron-based desktop app consumes a significant amount of system memory (RAM) and results in large installer/executable sizes due to shipping a full Chromium browser and Node.js instance.

Additionally, Electron applications often experience graphical glitches and compatibility issues on Linux-based systems, especially when using tiling window managers (e.g., Hyprland, i3, Sway).

What would improve it?

onsider rewriting or migrating the desktop application to Tauri (Rust) or Wails (Go).

Benefits of this change:

  1. Significantly lower memory usage: Uses the native system web engine instead of bundling Chromium.
  2. Smaller app size: Executables are much smaller (often just a few megabytes).
  3. Better performance: Heavy tasks run on Rust or Go instead of Node.js (which is more optimised for desktop gui usage making it faster).
  4. Improved Linux compatibility: Better integration with Linux desktop environments and tiling window managers, reducing graphical glitches.

While migrating web frameworks involves effort, the long-term gains in performance, security, and user experience would be substantial.

I think it'll be a nice switch up and I to be honest y'all could be one of the first desktop harness built on Rust, making it different from the competence, while making it better usage for user experience.

What do you do today?

No response

Product area

None

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。