-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
- Grab the latest
.dmgfrom Releases - Open the DMG and drag iQualize to the Applications folder
- Launch iQualize from Applications
iQualize is unsigned — Apple charges $99/year for a developer certificate. If macOS says the app "can't be opened," run this in Terminal:
xattr -dr com.apple.quarantine /Applications/iQualize.appOr: right-click iQualize in Applications → Open → click Open in the dialog.
Requires Xcode command line tools and Swift 5.9+.
git clone https://github.com/DariusCorvus/iqualize.git
cd iqualize
bash install.sh # builds, signs, installs to /Applications
open /Applications/iQualize.appinstall.sh builds with Swift Package Manager, codesigns with your Apple Development certificate (for stable TCC permissions across rebuilds), and copies the app bundle to /Applications.
On first launch, macOS will ask for Screen & System Audio Recording permission. This is required for Core Audio Taps to capture system audio. Grant the permission and restart the app if needed.
Download the new .dmg from Releases, drag to Applications (replace the existing app), and run the quarantine removal command again if needed.
iQualize Wiki