A pure golang music player app built off the Fyne Framework. Currently only supports MP3 format audio files.
FyneMusic has pre-built application releases for the following platforms
MacOS: Download
Windows: Download
Linux: Please build using instructions below
You must have golang installed, see here.
-
Install Fyne
Go Version > 1.16:
go install fyne.io/fyne/v2/cmd/fyne@latest
Go Version < 1.16:
go get fyne.io/fyne/v2/cmd/fyne
-
Build App (for cross compiling see here)
macOS:
fyne package -os darwin -icon App_Icon.png
windows:
fyne package -os windows -icon App_Icon.png
linux:
fyne package -os linux -icon App_Icon.png
-
Enjoy
:3