A fast and minimal winamp-inspired native music player for macOS. Built for large local libraries and lossless files.
- Format support — MP3, MP2, AAC, FLAC, MP4/M4A, AIFF, and WAV, all decoded natively by CoreAudio
- Waveform seek bar — SoundCloud style waveform with click-to-seek.
- Drag & drop playlists — drop files or folders onto the window or dock icon to play
- Metadata & artwork — Metadata and artwork pulled via TagLib
- Performance — Optimized code and caching keep things quick
- Keyboard transport —
Spaceplay/pause,Bprevious track,Nnext track
- macOS 10.15 or later
- Xcode
- CocoaPods
-
Install dependencies:
pod install -
Open the workspace (not the project — CocoaPods manages dependencies through the workspace):
open Vibe.xcworkspace -
Build and run the
Vibescheme (⌘R).
Launch the app, then drop audio files or a music folder onto the window (or the dock icon).
