YouTube2MP3
YouTube to MP3 Downloader with GUI
Overview
YouTube2MP3 is a desktop application (Electron + Node.js) that converts YouTube videos to MP3 audio with a graphical user interface.
It bundles yt-dlp for downloading and FFmpeg for conversion, and ships as AppImage and DEB packages.
Features
- Enter YouTube URL and download as MP3
- Choose output folder
- Real-time progress indicator
- Open output folder after download
- AppImage and DEB packages available
Downloads
AppImage (recommended):
DEB package (Ubuntu/Debian):
System Requirements
- Linux (Debian/Ubuntu)
- FFmpeg
- Python 3

Installation
AppImage
chmod +x YouTube2MP3-1.0.0.AppImage
./YouTube2MP3-1.0.0.AppImage
DEB Package
sudo dpkg -i youtube2mp3_1.0.0_amd64.deb
# If dependencies are missing
sudo apt-get install -f
Source
View the repository on GitHub:
License: MIT License
ubuntubase.com