Skip to content

iQualize v0.53.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 22:16
· 59 commits to main since this release
9a6293a

Install

Download the .dmg, open it, and drag iQualize to Applications. Universal build: Apple Silicon and Intel, macOS 14.2+.

iQualize is signed with an ad-hoc signature, not a Developer ID certificate, and it is not notarized. macOS puts a quarantine flag on anything downloaded from the web, and for an app it cannot verify that shows up as a malware warning on first launch. Nothing is wrong with the download. Gatekeeper is reporting that the app has not been through Apple's notarization service, which requires a paid developer account.

The fastest fix is one command, which clears the flag so none of the warnings below appear:

xattr -dr com.apple.quarantine /Applications/iQualize.app

Then open it normally. If the .dmg itself will not mount, clear the flag on the download first: xattr -c ~/Downloads/iQualize-*.dmg.

Without Terminal

The GUI route works too, but it takes four screens and the first one looks like a dead end. Worth knowing what is coming.

1. Open iQualize. You get this. There is no "open anyway" here; that is expected. Click Done, not Move to Trash.

macOS dialog: iQualize Not Opened. Apple could not verify iQualize is free of malware

2. Go to System Settings → Privacy & Security, and scroll to Security. The blocked app now appears with an Open Anyway button. This row only shows up after step 1, which is why the order matters.

System Settings Privacy and Security: iQualize was blocked to protect your Mac, with an Open Anyway button

3. Confirm. macOS asks a second time, more sternly, and may ask for your password. Click Open Anyway.

macOS dialog: Open iQualize? with Move to Trash, Open Anyway, and Done buttons

4. Allow audio capture. This one is iQualize asking, not Gatekeeper. The EQ cannot work without it. It is the permission that lets the app see system audio at all.

macOS dialog: iQualize would like access to record your system audio

Older macOS versions expose the same Open Anyway option under System Preferences → Security & Privacy → General. Screenshots are from macOS Tahoe. Apple rewords these dialogs between releases.

If you ever see "iQualize is damaged and can't be opened" instead, that is a different problem: a genuinely broken signature rather than a missing one. That was #115, fixed in 0.45.0. Report it if a current release does this.

For the iqualize command line tool: Settings (⌘,) → General → Install Command Line Tool.

What's Changed

Full Changelog: v0.52.0...v0.53.0