Link Audio Extractor is a desktop utility built with Fyne for macOS and Windows. It accepts supported video links and converts their audio track to MP3 on the local machine.
At the moment, the UI is designed for YouTube links, but this project is an independent open-source utility and is not affiliated with, endorsed by, or sponsored by YouTube or Google.
This repository contains only the application source code.
It does not bundle third-party binaries such as ffmpeg or yt-dlp in the repository.
On first launch, the application may download helper tools from their upstream release sources in order to complete local conversion tasks.
- Please make sure your use of this software complies with the terms of the content platform you use and with applicable copyright law in your jurisdiction.
- This project does not grant rights to download or redistribute copyrighted media.
- If you distribute packaged builds of this application, review the third-party license obligations for any binaries you ship or auto-download.
- Fyne for the desktop UI framework
- yt-dlp for media retrieval
- FFmpeg for audio conversion
- Windows FFmpeg downloads are configured to use the LGPL variant from BtbN/FFmpeg-Builds
See NOTICE for attribution and upstream links.
Run tests:
go test ./...Build locally:
go build ./...