A native lightweight macOS app for system-wide parametric EQ. Powered by CamillaDSP.
CamiTune gives macOS a proper system-wide parametric equalizer with an easy-to-use app interface. Each EQ band gives you direct control over its frequency, gain, Q (bandwidth), filter type, and on/off state, with real-time pre-EQ and post-EQ response curve readings.
CamiTune can remember separate settings for each audio device and apply the correct profile automatically when you switch devices.
It’s also ultra-lightweight and designed for minimal system resource usage, with fast and efficient audio processing running quietly in the background without getting in your way.
Set up everything directly inside the app with built-in drivers installation and verification with simple Install / Repair and Recheck options. You can also enable Launch at Login so the app starts automatically when you sign in to macOS.
Create profiles for every audio device, each with its own sound, routing, sample rate, and activation rules. Enable multiple profiles at the same time, rename and organize them freely, and use automatic EQ switching to activate the right profile whenever your audio device or output changes.
Monitor your sound in real time with live input and output level meters, Pre-EQ and Post-EQ spectrum analyzers, and a clear EQ response overlay. Instantly see how your equalizer changes the frequency balance and output of your audio as it plays.
An up to 20-band parametric equalizer with real-time audio visualization and precise control over frequency, gain, Q, preamp, and filter types. See your EQ changes and sound levels update live as you tune. Easily import Equalizer APO .txt presets or paste Equalizer APO configuration text directly to instantly load and edit your settings.
Simply close the app window to hide it in the menu bar and it will continue running in the background. The icon shows your EQ status at a glance — gray when EQ is inactive and yellow when EQ is active. Reopen the app anytime from the menu bar or its Dock icon.
- macOS 13 Ventura or newer.
Intel Mac users can build the app from source, but the current ready-made GitHub download is for Apple silicon. Windows and Linux are not supported.
Open the repository's Releases page and download CamiTune-v0.x.x-app.zip.
Double-click the downloaded ZIP if your Mac did not extract it automatically. Then drag CamiTune.app into your Mac's Applications folder.
The current release is not signed with an Apple Developer ID or notarized, so macOS will probably block its first launch:
- Try to open
CamiTunefrom your Applications folder, then select Done when macOS blocks it. - Open System Settings → Privacy & Security.
- Scroll down to Security and select Open Anyway beside CamiTune.
- Confirm with your password or Touch ID, then select Open.
macOS saves the app as an exception, so you normally need to do this only once.
- In CamiTune, choose Setup in the sidebar.
- Select Install / Repair Everything.
- Enter your administrator password when macOS installs the bundled System Audio Bridge driver.
- Restart your Mac if the app asks you to do so.
- Reopen CamiTune after restarting.
- Select Add Output Profile at the bottom of the sidebar.
- Choose audio devices you want to use.
- Adjust the graphical equalizer, paste an Equalizer APO preset, or import a
.txtpreset. - Leave the sample rate at
48 kHzunless you know your device needs another value. - Save your changes and activate the profile.
Start playback at a low volume. You should see movement in the level meters and live spectrum when everything is working.
| Download | Who it is for |
|---|---|
CamiTune-v0.x.x-app.zip |
Most users—extract it and move the app to Applications. |
CamiTune-v0.x.x-build-folder.zip |
Developers who want the complete generated build folder. |
SHA256SUMS |
Advanced users who want to verify downloaded files. |
CamiTune safely sends your Mac's audio through the equalizer before it reaches your headphones or speakers:
Audio from Mac apps
↓
Selected profile audio device
↓
CamiTune + CamillaDSP
• applies the EQ
• displays the live spectrum
↓
Headphones, speakers, or DAC
When you turn EQ off, CamiTune stops processing and returns audio to the physical output.
- The app will not open: try once, then use System Settings → Privacy & Security → Open Anyway.
- System Audio Bridge is missing after installation: restart your Mac, then reopen CamiTune.
- There is no sound: deactivate the profile, confirm the physical output works normally, then reopen Setup and run Install / Repair Everything.
- The spectrum does not move: run Recheck, confirm System Audio Bridge is installed, and reactivate the profile. Confirm that the app reports it as active.
- The duck menu-bar icon is hidden: your menu bar may be full. Temporarily close another menu-bar app; when the duck appears, hold Command and drag it farther left.
- The app uses lots of resources: when the app window is opened, it needs to calculate the live spectrum graphs, simply close the window app and leave it on the menu bar.
Install Xcode or Xcode Command Line Tools with Swift 5.9 or newer, then run:
git clone https://github.com/Shuail135/CamiTune.git
cd CamiTune
./build-app.sh
open dist/CamiTune.appThe finished bundle is written to dist/CamiTune.app. You can also open Package.swift directly in Xcode for development.
- The shipped processing profile is stereo; the driver transport is versioned and has capacity for up to 32 channels for future layouts.
- Releases are not yet Developer ID signed or notarized.
- CamiTune does not detect or disable unrelated system-EQ applications.
- Echo for sharing entire screen for people watching it cannot be eliminated, it can only be solved if the app have screen recording permission and I don't want it
CamiTune builds CamillaDSP from its official upstream source with the included Core Audio UID patch and embeds that executable in the application. Setup installs this known-compatible build instead of downloading an unpatched release. The System Audio Bridge driver is also embedded and built from source in this repository.
- CamillaDSP — GPL-3.0 for the macOS build used here.
- System Audio Bridge is derived from BlackHole — GPL-3.0.
See THIRD_PARTY.md for details. Review upstream terms again before changing how dependencies are acquired or distributed.
Issues and pull requests are welcome. When reporting an audio-routing problem, include your macOS version, Mac architecture, physical output device, selected sample rate, and the relevant CamiTune log without private information.
Copyright © 2026 CamiTune contributors.
CamiTune is free software licensed under the GNU General Public License v3.0 only. It is provided without warranty; see the license for complete terms.




