🇬🇧 English | 🇮🇹 Italiano | 🇺🇦 Українська
System-wide parametric equalizer for macOS 13+ — main repository.
brew tap denzam/systemeq
brew trust denzam/systemeq
brew install --cask systemeqSince Homebrew 6.0, third-party taps must be trusted explicitly before Homebrew
will load them — without brew trust the install fails with
Refusing to load cask ... from untrusted tap. A tap owner cannot grant this on
your behalf, so it is a one-time command on each Mac. On Homebrew 5 and older the
command does not exist; skip it there.
The 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 systemeqHomebrew 6.0 will not load a third-party tap until you mark it as trusted, and a tap owner cannot grant that for you. Run this once per Mac, then install or upgrade as usual:
brew trust denzam/systemeq
brew upgrade --cask systemeq # or: brew install --cask systemeqOn Homebrew 5 and older the trust command does not exist — skip it.
Expected. SystemEQ is ad-hoc signed, so its signature changes with every build and macOS treats each update as a new app. Grant it again in System Settings → Privacy & Security → Microphone.
- 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.