CommandCodeAI / CommandCodeAI/desktop
[Feedback]: Migrate desktop app from Electron to Tauri/Wails for better performance and resource usage
@aliarain がすでに取り組んでいます。
2026年8月13日 から。
- 主要言語
- 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:
- Significantly lower memory usage: Uses the native system web engine instead of bundling Chromium.
- Smaller app size: Executables are much smaller (often just a few megabytes).
- Better performance: Heavy tasks run on Rust or Go instead of Node.js (which is more optimised for desktop gui usage making it faster).
- 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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。