Skip to content

[Bug]: Excessive CPU usage on Windows #4182

Description

@SlyEcho

Before submitting

  • I searched existing issues and did not find a duplicate.
  • I included enough detail to reproduce or investigate the problem.

Area

apps/desktop

Steps to reproduce

  1. Start the app on Windows
  2. Open Process Explorer
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions