Hi! Cloned the repo today and read through the build pipeline, install/uninstall scripts, packaging, and the bundled .app. I have a set of detailed notes — roughly 7–10 items spanning the build scripts, doc/code mismatches, version drift across files, an uninstall step that I believe is silently blocked by SIP on modern macOS, and a couple of small cosmetic things.
Before adding anything to your tracker, I figured it would be more useful to ask how you'd prefer to receive feedback:
- I can paste the full notes here as a single comment.
- I can email them privately — happy to send to whatever address works (GitHub-noreply, the maintainer email in
repository.yaml, or any other).
- I can split them into individual issues if that's how you prefer to triage.
Some items may already be on your radar, and a few might be intentional design choices I'm reading wrong — that's part of why I'd rather check first than dump a wall of issues on a hobby-scope project.
For what it's worth: the venv-at-/opt + LaunchDaemon + dedicated _homeassistant user architecture is a reasonable choice, and the goal — a one-double-click HA install on macOS without Docker/VM overhead — is a real gap. Notes are constructive.
Let me know which format works best.
Hi! Cloned the repo today and read through the build pipeline, install/uninstall scripts, packaging, and the bundled
.app. I have a set of detailed notes — roughly 7–10 items spanning the build scripts, doc/code mismatches, version drift across files, anuninstallstep that I believe is silently blocked by SIP on modern macOS, and a couple of small cosmetic things.Before adding anything to your tracker, I figured it would be more useful to ask how you'd prefer to receive feedback:
repository.yaml, or any other).Some items may already be on your radar, and a few might be intentional design choices I'm reading wrong — that's part of why I'd rather check first than dump a wall of issues on a hobby-scope project.
For what it's worth: the venv-at-
/opt+ LaunchDaemon + dedicated_homeassistantuser architecture is a reasonable choice, and the goal — a one-double-click HA install on macOS without Docker/VM overhead — is a real gap. Notes are constructive.Let me know which format works best.