Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 3.53 KB

README.md

File metadata and controls

77 lines (51 loc) · 3.53 KB

amp#

A music player for common audio formats with a simple and intuitive GUI.

Linux, Windows and macOS .NET Core

Screenshots

Windows

image

macOS

image

Linux

image

Install

NOTE: This software is currently alpha stage. Setup .NET 6 if not working otherwise. Some packages are self-contained, others not.

Alpha-release for Linux, Windows and mac

Download from releases:

image

Windows

An installer from the master workflow action:

.NET Core Desktop Windows Installer

image

MacOS

An app bundle from the master workflow action:

.NET Core MacOS bundle

image

Note, you meed to clear the com.apple.quarantine extended attribute by running: xattr -c ./amp.EtoForms.app

Linux

An AppImage from the master workflow action:

.NET Core Linux AppImage

image

Note, as the AppImage is zipped, make it executable first by running: chmod +x amp.-x86_64.AppImage

From source

dotnet restore './amp multiplatform.sln'
cd ./amp.EtoForms/
dotnet run ./amp.EtoForms.csproj

Thanks to

JetBrains Logo (Main) logo