Download Latest Version listmonk_5.0.3_darwin_amd64.tar.gz (9.4 MB)
Email in envelope

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

Home / v5.0.3
Name Modified Size InfoDownloads / Week
Parent folder
listmonk_5.0.3_checksums.txt 2025-07-06 2.2 kB
listmonk_5.0.3_netbsd_arm64.tar.gz 2025-07-06 8.7 MB
listmonk_5.0.3_openbsd_amd64.tar.gz 2025-07-06 9.2 MB
listmonk_5.0.3_darwin_arm64.tar.gz 2025-07-06 9.0 MB
listmonk_5.0.3_linux_amd64.tar.gz 2025-07-06 9.2 MB
listmonk_5.0.3_freebsd_armv6.tar.gz 2025-07-06 8.9 MB
listmonk_5.0.3_freebsd_arm64.tar.gz 2025-07-06 8.7 MB
listmonk_5.0.3_darwin_amd64.tar.gz 2025-07-06 9.4 MB
listmonk_5.0.3_linux_arm64.tar.gz 2025-07-06 8.7 MB
listmonk_5.0.3_freebsd_armv7.tar.gz 2025-07-06 8.8 MB
listmonk_5.0.3_windows_armv6.tar.gz 2025-07-06 9.0 MB
listmonk_5.0.3_windows_arm64.tar.gz 2025-07-06 8.8 MB
listmonk_5.0.3_windows_amd64.tar.gz 2025-07-06 9.4 MB
listmonk_5.0.3_linux_armv6.tar.gz 2025-07-06 8.9 MB
listmonk_5.0.3_netbsd_armv7.tar.gz 2025-07-06 8.8 MB
listmonk_5.0.3_openbsd_arm64.tar.gz 2025-07-06 8.7 MB
listmonk_5.0.3_freebsd_amd64.tar.gz 2025-07-06 9.2 MB
listmonk_5.0.3_windows_armv7.tar.gz 2025-07-06 9.0 MB
listmonk_5.0.3_linux_armv7.tar.gz 2025-07-06 8.8 MB
listmonk_5.0.3_netbsd_amd64.tar.gz 2025-07-06 9.2 MB
listmonk_5.0.3_netbsd_armv6.tar.gz 2025-07-06 8.8 MB
listmonk_5.0.3_openbsd_armv7.tar.gz 2025-07-06 8.8 MB
listmonk_5.0.3_openbsd_armv6.tar.gz 2025-07-06 8.9 MB
README.md 2025-07-06 1.5 kB
v5.0.3 source code.tar.gz 2025-07-06 4.0 MB
v5.0.3 source code.zip 2025-07-06 4.2 MB
Totals: 26 Items   205.1 MB 2

listmonk-logo

v5.0.3 contains fixes for some minor, but annoying bugs, primarily SMTP errors not being captured and displayed while sending test mails.

How to upgrade

As always, take a backup of your database before upgrading.

Binary

Download the latest binary. Stop and replace the old binary. Run ./listmonk --upgrade. Start the app again.

Docker

:::shell
# cd /directory/with/docker-compose.yml

docker-compose down
docker-compose pull && docker-compose run --rm app ./listmonk --upgrade
docker-compose up -d app db

Changelog

  • 48643aa9 Disallow POST /api/subscription on disabling public subscription in settings. Closes [#2530].
  • a424f01f Print full line with error in the importer log. Close [#2549].
  • 4f6880d3 Fix opt-in send errors silently ignored on signup form. Closes [#2535].
  • b71d80e5 Upgrade smtppool lib with error-return bugfix. Ref: [#2503]
  • 419f88a9 Fix incorrect line counts due to empty lines in CSV importer (#2542)
  • aa864fd5 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#2543)
  • d7e4ecf8 Fix typo in configuration.md (#2540)
  • a9d3591f Add heading in template functions doc (#2527)
  • 78f3db7f Add permanent warning to docs about Sprig functions.
  • 20810487 Update release info on homepage.
Source: README.md, updated 2025-07-06