Skip to content

Compatibility: macOS 26 and Node.js 24 not tested — overlay unresponsive #4

@laraib-sidd

Description

@laraib-sidd

Description

The README lists tested environments as macOS 15.x and Node.js 20.x/22.x. Running on macOS 26.3 with Node.js 24.3.0, the app builds and launches successfully but the overlay is unresponsive/buggy in practice — it would not stop via the tray icon or stop.command, and the UI did not behave as expected.

Environment

Component README "Tested On" My Environment
macOS 15.x (Sequoia) 26.3
Node.js 20.x LTS, 22.x 24.3.0
Electron 33.x 33.4.11
Claude Code CLI 2.1.71 2.1.77

Observations

  • start.command environment checks all passed
  • Build completed without errors
  • App launched and overlay appeared
  • Overlay was unresponsive — could not interact reliably
  • Tray icon quit did not work
  • stop.command did not kill processes (see related issue)
  • Had to kill -9 all Electron PIDs manually

Request

  1. Test on macOS 26 + Node 24 and document any known issues
  2. Update the "Tested On" table in README with newer versions
  3. Consider adding a compatibility warning in start.command if running on untested versions

Workaround

Force-kill: pkill -9 -f clui-cc/node_modules/electron

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions