Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 3.92 KB

rejected_casks.md

File metadata and controls

27 lines (22 loc) · 3.92 KB

Rejected Casks

Before submitting a Cask to any of our repos, you must read our documentation on acceptable Casks and perform a (at least quick) search to see if there were any previous attempts to introduce it.

Common reasons to reject a Cask entirely:

  • We have strong reasons to believe including the Cask can put the whole project at risk. Happened only once so far, with Popcorn Time.
  • The Cask is unreasonably difficult to maintain. Examples include Audacity and older Java development Casks.
  • The app is a trial version, and the only way to acquire the full version is through the Mac App Store.
    • Similarly (and trickier to spot), the app has moved to the Mac App Store but still provides old versions via direct download. We reject these in all official repos so users don’t get stuck using an old version, wrongly thinking they’re using the most up-to-date one (which, amongst other things, might be a security risk).
  • The app is both open-source and CLI-only (i.e. it only uses the binary artifact). In that case, and in the spirit of deduplication, submit it first to Homebrew/core as a formula that builds from source. If it is rejected, you may then try again as a cask (link us to the issue so we can see the discussion and reasoning for rejection).
  • The app is open-source and has a GUI but no compiled versions (or only old ones) are provided. It’s better to have them in Homebrew so users don’t get perpetually outdated versions. See gedit for example.
  • The app has been rejected before due to an issue we cannot fix, and this new submission doesn’t fix that . An example would be the first submission of soapui, whose installation problems were not fixed in the two subsequent submissions (#9969, #10606).
  • The Cask is a duplicate. These submissions mostly occur when the token reference was not followed.
  • The download URL for the app is both behind a login/registration form and from a host that differs from the homepage, meaning users can’t easily verify its authenticity. alehouse/homebrew-unofficial is a sister repo where you may wish to submit your cask.
  • The Cask is for an app that is unmaintained (no releases in the last year, or explicitly discontinued).
  • The Cask is for an app that is too obscure. Examples:
  • The Cask is for an app with no information on the homepage (example: a GitHub repository without a README).
  • The author has specifically asked us not to include it.
  • The Cask requires SIP to be disabled to be installed and/or used.
  • The Cask is a pkg that requires allow_untrusted: true.

Common reasons to reject a Cask from the main repo: