-
-
Notifications
You must be signed in to change notification settings - Fork 69
Create a Homebrew cask for Agent! #29
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Projects
- StatusShow more project fieldsDone
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.