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
- Test on macOS 26 + Node 24 and document any known issues
- Update the "Tested On" table in README with newer versions
- Consider adding a compatibility warning in
start.command if running on untested versions
Workaround
Force-kill: pkill -9 -f clui-cc/node_modules/electron
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
Observations
start.commandenvironment checks all passedstop.commanddid not kill processes (see related issue)kill -9all Electron PIDs manuallyRequest
start.commandif running on untested versionsWorkaround
Force-kill:
pkill -9 -f clui-cc/node_modules/electron