Vibecode eqMac

track this build5 steps, step by step
KINDA · weekend project
price $3/moyou'd save $36/yrbuild time a weekendcategory 🎵 music & audioreplaced by 0 people

The DSP is the easy part: a cascade of biquad filters driven by sliders is textbook, and an agent will write it correctly on the first try. The hard part is getting system audio into your process at all, which on macOS means a virtual output device and a Core Audio server plugin, signed and notarized, plus graceful handling of sample rate changes, device hotplug and headphone unplug. You can dodge most of that by installing BlackHole and building a loopback app that pulls from it and pushes to your real output, which is a genuine weekend project and works fine on your own machine. What you will not match in one sitting is the invisible-ness: no driver install prompts, no latency you can hear, no manual switching every time you plug in AirPods. Good build, mediocre replacement for something you want to forget exists.

the project pack4 files · fastest path to a working personal build
README.md
# eqMac indie build

## Goal

Build the smallest trustworthy replacement for the core eqMac workflow for one developer or a tiny team.

## Scope

A SwiftUI menu bar app that captures system audio via a BlackHole virtual device, runs it through a multiband biquad EQ plus gain stage, and plays it back out to your chosen physical output with saveable presets.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- A first-party, notarized audio driver: you are borrowing someone else's virtual device instead
- Automatic output-device following, so plugging in headphones means switching things by hand
- Very low latency and rock-solid handling of sample rate mismatches and hotplug events
- Extras like per-device presets, balance control, and a curated preset library
- Updates, crash fixes, and someone else's problem when a macOS point release breaks audio

If those capabilities are essential, use eqMac instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

System audio on macOS is hostile territory: Apple gives you no sanctioned tap on the output mix, so anything like this lives or dies on driver work, signing, notarization and years of edge cases with Bluetooth, multi-output devices and OS updates. A personal build that requires you to manually route through BlackHole is fine on a laptop you control, and annoying everywhere else. Paying is mostly paying for the audio path to never think about itself again.

what you lose

xA first-party, notarized audio driver: you are borrowing someone else's virtual device instead

xAutomatic output-device following, so plugging in headphones means switching things by hand

xVery low latency and rock-solid handling of sample rate mismatches and hotplug events

xExtras like per-device presets, balance control, and a curated preset library

xUpdates, crash fixes, and someone else's problem when a macOS point release breaks audio

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced eqMac ($3/mo) with one prompt"
questions
Vibecode eqMac

Kinda. The core of eqMac is buildable in a weekend with the prompt on this page, but there are real gaps: A first-party, notarized audio driver: you are borrowing someone else's virtual device instead, Automatic output-device following, so plugging in headphones means switching things by hand. Read the honest list above before committing.

How much does eqMac cost?

eqMac costs about $3/month (Pro Subscription, checked 2026-08-18), which is $36 per year.

What do I lose by replacing eqMac?

Honestly: A first-party, notarized audio driver: you are borrowing someone else's virtual device instead; Automatic output-device following, so plugging in headphones means switching things by hand; Very low latency and rock-solid handling of sample rate mismatches and hotplug events; Extras like per-device presets, balance control, and a curated preset library; Updates, crash fixes, and someone else's problem when a macOS point release breaks audio. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to eqMac?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.