What
Agent! ships signed release builds on GitHub Releases, but there's no brew install --cask path. A Homebrew cask makes installation a one-liner and gets Agent! discovered by Homebrew users.
Recipe
- Read the Homebrew cask cookbook
- Write a cask formula pointing at the latest release artifact (app name is
Agent!.app, min macOS 26.4)
- Either submit it to
homebrew/homebrew-cask (preferred, needs the repo to meet their notability bar) or create a tap repo (e.g. macOS26/homebrew-agent) and PR the formula + a README install snippet here
Definition of done
brew install --cask agent (or brew install macOS26/agent/agent) installs the latest release
- README Quick Start updated with the brew one-liner
No Swift knowledge required — Ruby formula + docs only.
What
Agent! ships signed release builds on GitHub Releases, but there's no
brew install --caskpath. A Homebrew cask makes installation a one-liner and gets Agent! discovered by Homebrew users.Recipe
Agent!.app, min macOS 26.4)homebrew/homebrew-cask(preferred, needs the repo to meet their notability bar) or create a tap repo (e.g.macOS26/homebrew-agent) and PR the formula + a README install snippet hereDefinition of done
brew install --cask agent(orbrew install macOS26/agent/agent) installs the latest releaseNo Swift knowledge required — Ruby formula + docs only.