PureRate is a lightweight, natively compiled macOS Menu Bar application that effortlessly synchronizes your system's hardware audio sample rate to match the exact lossless/hi-res lossless format of the currently playing track in Apple Music.
Apple Music currently does not automatically switch your macOS audio device's sample rate. This requirement often forces audiophiles to manually intervene via the Audio MIDI Setup utility every time a track changes from 44.1kHz to 96kHz or 192kHz. Failing to do so results in non-bit-perfect playback.
PureRate runs completely silently in the background. It monitors system logs to detect exactly what Apple Music is decoding and immediately instructs CoreAudio to match your DAC's sample rate. Enjoy a true bit-perfect music listening experience with zero effort.
- ⚡ Automatic Rate Switching: Detects 44.1kHz, 48kHz, 88.2kHz, 96kHz, 176.4kHz, and 192kHz in real-time.
- 🪄 Glassmorphism UI: A modern SwiftUI interface with gradient accents, info chips, and live-monitoring indicators.
- 📊 Rate Change History: An expandable timeline records every successful (and failed) switch with timestamps.
- 🎯 Target Hardware Selection: Explicitly assign which DAC gets synchronized, or let it follow the system default.
- ✨ Hi-Res Ready: Full support for Apple Music's Hi-Res Lossless catalog (up to 24-bit/192kHz).
- 🚀 Zero Footprint: Built with native Swift (SwiftUI, OSLog, CoreAudio). No Electron, no bloat, < 2 MB.
- 🔔 Desktop Notifications: Optional alerts inform you when the sample rate changes.
- 🔄 Launch at Login: Seamless integration with
SMAppServiceto start with your Mac.
- Download the latest
PureRate.dmgfrom the Releases page. - Open the disk image and drag PureRate.app to your Applications folder.
- Launch PureRate and grant any requested permissions (Full Disk Access is often required for log reading).
brew install --cask https://github.com/uzzano-info/PureRate/raw/main/purerate.rbThe PureRate project is split into two repositories:
- PureRate: macOS App source code, build scripts, and DMG releases.
- PureRate-web: The premium landing page source code (Live Site).
Requires macOS 14+ and Swift 5.9+.
git clone https://github.com/uzzano-info/PureRate.git
cd PureRate
./deploy.shNote: deploy.sh will build the app and package it into a .dmg automatically.
If PureRate has improved your listening experience, consider supporting its continued development:
Help others discover bit-perfect audio:
Inspiration and log-parsing concepts derived from the original LosslessSwitcher. PureRate aims to provide a more modern, SwiftUI-based implementation with richer status tracking and a native glassmorphism UI.
© 2026 PureRate. Open-source under MIT license.