Download Latest Version Zenamp.msi (16.8 MB)
Email in envelope

Get an email when there's a new version of Zenamp

Home / v61
Name Modified Size InfoDownloads / Week
Parent folder
Zenamp-Portable.zip 2025-09-12 21.2 MB
Zenamp.msi 2025-09-12 16.6 MB
README.md 2025-09-12 2.7 kB
Release v61 source code.tar.gz 2025-09-12 6.1 MB
Release v61 source code.zip 2025-09-12 6.2 MB
Totals: 5 Items   50.1 MB 0

Stable Release

Version: 1.0.61
Commit: [13d8f8]
Build: [#61]

Downloads

  • Zenamp.msi - Windows installer with uninstall support and file associations
  • Zenamp-Portable.zip - Portable version (no installation required)

What's Inside

  • Multi-format playback: WAV, MP3, OGG, FLAC, MIDI, AIFF, OPUS
  • OPL3 MIDI synthesis for authentic retro sound
  • Complete playback controls with queue management
  • Volume control (10% to 300%)
  • Progress tracking with timestamps
  • GTK3 interface for modern desktop integration

Silent Installation Support

For MS Store and automated deployments:

:::cmd
# Silent install with all features
msiexec /i Zenamp.msi /quiet /norestart ASSOCIATE_FILES=1 DESKTOP_SHORTCUT=1

# Silent install without file associations
msiexec /i Zenamp.msi /quiet /norestart ASSOCIATE_FILES=0 DESKTOP_SHORTCUT=0

# Silent uninstall
msiexec /x Zenamp.msi /quiet /norestart

Command-line Properties:

  • ASSOCIATE_FILES=1 - Enable file associations (default: 1)
  • DESKTOP_SHORTCUT=1 - Create desktop shortcut (default: 1)
  • INSTALLFOLDER="C:\Program Files\Zenamp" - Custom install path

Installer Features

  • Silent Mode Compatible: Supports /quiet and /S switches for MS Store
  • Interactive Mode: Full feature selection when run normally
  • File Associations: Optional association with audio files
  • Proper Icons: Custom icon for file associations and shortcuts
  • User/Machine Installation: Choose installation scope
  • Start Menu Integration: Shortcuts with uninstall option
  • Optional Desktop Shortcut: Create desktop shortcut during install
  • Proper Uninstall Support: Clean removal with registry cleanup
  • MIT License Agreement: Full license display during installation
  • Add/Remove Programs Integration: Proper Windows integration

Technical Details

  • Built on: Linux (Fedora 41 container)
  • MSI compiled on: Windows Latest
  • Embedded Icon: Icon properly embedded in executable
  • Version Information: Full version details embedded
  • GTK3 runtime included
  • All dependencies bundled
  • Cross-compiled with MinGW

File Association Support

When "File Associations" feature is selected during installation:

  • WAV - Windows Audio files
  • MP3 - MPEG Audio Layer 3
  • OGG - Ogg Vorbis files
  • FLAC - Free Lossless Audio Codec
  • MIDI - Musical Instrument Digital Interface (.mid/.midi)
  • AIFF - Audio Interchange File Format (.aiff/.aif)
  • OPUS - Royalty-free lossy audio codec
  • M3U - Audio playlist files

Right-click any supported audio file or playlist and select "Open with Zenamp" or "Play with Zenamp"!


Built with GitHub Actions

Source: README.md, updated 2025-09-12