Hey there!
With Homebrew/homebrew-cask#248381, homebrew will disable the tomatobar cask on 2026-09-01, because it fails the macOS Gatekeeper check.
Also, homebrew does no longer have a --no-quarantine flag as mentioned in the README; brew install --cask --no-quarantine tomatobar does not work. This was dropped in 4.7 (via Homebrew/brew#20755).
When you're using a current version of homebrew, the workarond until September 2026 is to remove the quarantine attribute manually via: xattr -r -d com.apple.quarantine /opt/homebrew/Caskroom/tomatobar/3.6.1/TomatoBar.app.
See also #97.
Hey there!
With Homebrew/homebrew-cask#248381, homebrew will disable the tomatobar cask on 2026-09-01, because it fails the macOS Gatekeeper check.
Also, homebrew does no longer have a
--no-quarantineflag as mentioned in the README;brew install --cask --no-quarantine tomatobardoes not work. This was dropped in 4.7 (via Homebrew/brew#20755).When you're using a current version of homebrew, the workarond until September 2026 is to remove the quarantine attribute manually via:
xattr -r -d com.apple.quarantine /opt/homebrew/Caskroom/tomatobar/3.6.1/TomatoBar.app.See also #97.