packaging/homebrew/README.md
Homebrew packaging notes for Hermes Agent.
Use packaging/homebrew/hermes-agent.rb as a tap or homebrew-core starting point.
Key choices:
faster-whisper now lives in the voice extra, which keeps wheel-only transitive dependencies out of the base Homebrew formula.HERMES_BUNDLED_SKILLS, HERMES_OPTIONAL_SKILLS, and HERMES_MANAGED=homebrew so packaged installs keep runtime assets and defer upgrades to Homebrew.Typical update flow:
url, version, and sha256.brew update-python-resources --print-only hermes-agent.ignore_packages: %w[certifi cryptography pydantic].brew audit --new --strict hermes-agent and brew test hermes-agent.