Problem
There is no way to install the agent on macOS. brew install is impossible today — and unlike winget, the gap starts at step zero: no Mac binary is even built.
Current state
- ❌ No
osx-arm64 / osx-x64 RID in the publish-agent matrix in .github/workflows/release-images.yml (only win-x64 + linux-x64), so no macOS artifact is attached to releases.
- ❌ No Homebrew formula/cask anywhere in the repo, and no
homebrew-tap repo under the ChrisonSimtian org.
- ⚠️
src/Agent/INSTALL.md states macOS isn't supported by --install in v1 (no launchd integration); the binary runs cross-platform but has no service/auto-start path.
Acceptance criteria
Out of scope (track separately if wanted)
- launchd service registration for
erp-agent --install on macOS (the auto-start-at-login story). This issue is just about installability via brew; the binary can still be run manually per current INSTALL.md.
Problem
There is no way to install the agent on macOS.
brew installis impossible today — and unlike winget, the gap starts at step zero: no Mac binary is even built.Current state
osx-arm64/osx-x64RID in thepublish-agentmatrix in.github/workflows/release-images.yml(onlywin-x64+linux-x64), so no macOS artifact is attached to releases.homebrew-taprepo under theChrisonSimtianorg.src/Agent/INSTALL.mdstates macOS isn't supported by--installin v1 (no launchd integration); the binary runs cross-platform but has no service/auto-start path.Acceptance criteria
osx-arm64(and likelyosx-x64) to thepublish-agentmatrix; attacherp-agent-osx-arm64.tar.gz(+ x64) to each GitHub Release.ChrisonSimtian/homebrew-taprepo with a formula forerp-agentpointing at the release tarball + SHA256.publish-winget) to bump the formula version/SHA on each tag.brew tap ChrisonSimtian/tap && brew install erp-agentflow inINSTALL.md.Out of scope (track separately if wanted)
erp-agent --installon macOS (the auto-start-at-login story). This issue is just about installability via brew; the binary can still be run manually per currentINSTALL.md.