A music player for common audio formats with a simple and intuitive GUI.
Windows
macOS
Linux
NOTE: This software is currently alpha stage. Setup .NET 6 if not working otherwise. Some packages are self-contained, others not.
Download from releases:
An installer from the master workflow action:
An app bundle from the master workflow action:
Note, you meed to clear the com.apple.quarantine
extended attribute by running:
xattr -c ./amp.EtoForms.app
An AppImage from the master workflow action:
Note, as the AppImage is zipped, make it executable first by running:
chmod +x amp.-x86_64.AppImage
dotnet restore './amp multiplatform.sln'
cd ./amp.EtoForms/
dotnet run ./amp.EtoForms.csproj
- ManagedBass and BASS for the audio-playback.
- Eto.Forms for the great cross-platform UI.
- Audio Tools Library (ATL) for .NET
- Serilog
- AutoMapper
- Fluent UI System Icons
- FluentMigrator
- ResX Resource Manager
- action gh-release
- Nullsoft scriptable install system GitHub action
- JetBrains for their open source license(s).