Before submitting
Area
apps/desktop
Steps to reproduce
Start the app on Windows
Open Process Explorer
Observe constant subprocess creation through powershell.exe, cmd.exe, conhost.exe, including:
git commands
PowerShell script that lists all open TCP connections
PowerShell script that lists all running processes
taskkill.exe
provider update checks (thankfully this can be disabled)
Expected behavior
The app runs efficiently and does not waste system resources.
It uses native APIs to query system information (WMI or something).
When idle, app should not do anything.
Does not query system information constantly.
Actual behavior
App causes the whole system to slow down and consume CPU leading to fan noise, heat and battery drain on the laptop.
App should not use subshells and scripts to query system information.
When idle, the app is still busy, even with no active session or user interaction
Reads system information in a tight loop without even surfacing this information to the user for unknown reasons.
Impact
Major degradation or frequent failure
Version or commit
0.0.29-nightly.20260720.856
Environment
Windows 11
Logs or stack traces
Screenshots, recordings, or supporting files
Screen.Recording.2026-07-20.143341.mp4
Workaround
No response
Before submitting
Area
apps/desktop
Steps to reproduce
Expected behavior
Actual behavior
Impact
Major degradation or frequent failure
Version or commit
0.0.29-nightly.20260720.856
Environment
Windows 11
Logs or stack traces
Screenshots, recordings, or supporting files
Screen.Recording.2026-07-20.143341.mp4
Workaround
No response