Download Latest Version v6.2.0 source code.zip (3.2 MB)
Email in envelope

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

Home / v6.2.0
Name Modified Size InfoDownloads / Week
Parent folder
listmonk_6.2.0_checksums.txt 2026-06-26 2.0 kB
listmonk_6.2.0_openbsd_amd64.tar.gz 2026-06-26 9.6 MB
listmonk_6.2.0_netbsd_armv6.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_openbsd_arm64.tar.gz 2026-06-26 9.0 MB
listmonk_6.2.0_darwin_amd64.tar.gz 2026-06-26 9.8 MB
listmonk_6.2.0_linux_armv6.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_linux_amd64.tar.gz 2026-06-26 9.7 MB
listmonk_6.2.0_freebsd_armv6.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_freebsd_arm64.tar.gz 2026-06-26 9.0 MB
listmonk_6.2.0_freebsd_amd64.tar.gz 2026-06-26 9.6 MB
listmonk_6.2.0_darwin_arm64.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_windows_arm64.tar.gz 2026-06-26 9.1 MB
listmonk_6.2.0_linux_armv7.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_linux_arm64.tar.gz 2026-06-26 9.0 MB
listmonk_6.2.0_freebsd_armv7.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_netbsd_amd64.tar.gz 2026-06-26 9.6 MB
listmonk_6.2.0_netbsd_armv7.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_netbsd_arm64.tar.gz 2026-06-26 9.0 MB
listmonk_6.2.0_openbsd_armv7.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_openbsd_armv6.tar.gz 2026-06-26 9.3 MB
listmonk_6.2.0_windows_amd64.tar.gz 2026-06-26 9.9 MB
README.md 2026-06-26 8.1 kB
v6.2.0 source code.tar.gz 2026-06-26 3.0 MB
v6.2.0 source code.zip 2026-06-26 3.2 MB
Totals: 24 Items   193.5 MB 1

listmonk-logo

v6.2.0 has important security fixes in addition to several improvements and general bug fixes.

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

Security

This version has fixes for multiple campaign/list permission validation issues in multi-user environments.

What's new

  • Embed inline images (CID) in e-mails.
  • Define trusted URLs and redirect to them after subscriber form submission.
  • SMTP-server selection based on 'from e-mail' domains.
  • Template expression support in campaign custom headers.
  • "Outlook compatbility mode" option in the Visual e-mail builder UI.
  • Support for Azure bounce webhooks.

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

What's Changed

New Contributors

Full Changelog: https://github.com/knadh/listmonk/compare/v6.1.0...v6.2.0

Source: README.md, updated 2026-06-26