🇬🇧 English | 🇮🇹 Italiano | 🇺🇦 Українська
System-wide parametric equalizer for macOS 13+ — main repository.
brew tap denzam/systemeq
brew install --cask systemeqThe cask automatically removes the macOS quarantine attribute on install, so the app launches without any Gatekeeper warning (SystemEQ is ad-hoc signed, not notarized with an Apple Developer ID — see the main README for the rationale).
brew upgrade --cask systemeqbrew uninstall --cask systemeqThe cask's zap stanza also cleans up Application Support, Preferences and Caches:
brew uninstall --cask --zap systemeq- macOS 13 (Ventura) or later
- Apple Silicon or Intel Mac
- BlackHole 2ch (free virtual audio driver, installed via the in-app Setup Assistant)
- Wait for the GitHub release workflow to publish
SystemEQ-v<version>.dmg. - Compute the SHA-256 of the published DMG:
curl -sL https://github.com/denzam/SystemEQ-for-Mac/releases/download/v<version>/SystemEQ-v<version>.dmg | shasum -a 256
- In
Casks/systemeq.rbbumpversionand replacesha256. - Commit and push:
git commit -am "Bump SystemEQ to v<version>" git push - Verify locally:
brew update brew info --cask denzam/systemeq/systemeq
The cask formula in this repository is released under the same license as SystemEQ for Mac itself — GNU GPL v3.