A lightning-fast terminal UI for downloading and streaming music from YouTube Music with automatic MP3 conversion and metadata tagging.
- ⚡ YouTube Music Integration: Direct access to YouTube Music's curated catalog with high-quality metadata.
- 🎧 Zero-Wait Streaming: Start listening immediately with real-time audio streaming.
- 📀 Full Album Support: Browse and download complete albums with proper track numbering.
- 🎵 High-Quality Audio: Automatic download and conversion to high-bitrate MP3.
- 🎨 Modern TUI: Beautiful interface with rhythmic visualizers and smooth animations.
- 📝 Smart Metadata: Automatically embeds title, artist, album, and high-res cover art into MP3s.
- 🏹 Enhanced Controls: Responsive seeking, pause/resume, and smart navigation.
- 🎼 Synced Lyrics: Real-time lyric display with automatic synchronization.
git clone https://github.com/iiTzDante/gomusic
cd gomusic
go build -o gomusic .
- Go 1.22+ (for building from source)
- FFmpeg (essential for transcoding and streaming)
- ALSA (Linux only, required for integrated playback)
| Key |
Action |
Enter |
Search or Browse Album/Download Song |
p |
Instant Playback Preview (Songs only) |
1 / 2 / 3 |
Filter: All / Songs / Albums |
q |
Quit |
| Key |
Action |
Enter |
Download Full Album (header) / Download Single Track |
p |
Play Individual Track |
q / Esc |
Back to Search |
| Key |
Action |
Space |
Pause / Resume |
Left / Right |
Seek Backward / Forward (5s) |
s |
Stop Playback |
q |
Exit Playback |
- YouTube Music Search: Uses dedicated YouTube Music API for accurate music discovery.
- Smart Album Detection: Automatically finds and organizes album tracks with proper metadata.
- Instant Stream: Pipes direct audio streams through FFmpeg for immediate playback.
- Intelligent Download: Creates organized folders with clean names (removes "Topic" suffixes).
- Rich Metadata: Embeds complete ID3 tags including album art and track numbers.
MIT