FLACDrop is a lightweight macOS menu bar app that watches folders and automatically converts FLAC files to MP3.
- Watches selected folders for new FLAC files.
- Automatically converts FLAC to MP3 in the background.
- Preserves metadata during conversion.
- Offers configurable quality presets.
- Sends macOS notifications when conversions finish or fail.
- Supports drag-and-drop for quick manual imports.
- Keeps a conversion history so you can review recent activity.
- macOS 26
ffmpeginstalled via Homebrew
- Clone the repo.
- Install
ffmpeg:
brew install ffmpeg- Open the project in Xcode.
- Build and run the app.
FLACDrop runs as a menu bar app, so once it launches you interact with it from the menu bar instead of a normal dock app window.
Use the popover to configure watched folders, adjust conversion quality, review history, and drag files in for one-off imports. When new FLAC files appear in a watched folder, FLACDrop processes them automatically and posts a macOS notification when it’s done.
- Swift
- SwiftUI
ffmpeg- Agentic coding in Xcode 26.3 using Codex and Claude
Released under the MIT License.
