Skip to content
/ listmonk Public

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.

License

Notifications You must be signed in to change notification settings

knadh/listmonk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06768ba · Mar 4, 2025
Dec 10, 2024
Oct 27, 2024
Feb 20, 2025
Dec 10, 2024
Feb 11, 2025
Feb 14, 2025
Mar 4, 2025
Feb 11, 2025
Feb 11, 2025
Apr 14, 2021
Jan 23, 2025
Oct 31, 2019
Jan 26, 2022
Jul 8, 2020
Oct 27, 2024
Mar 26, 2023
Oct 30, 2024
Jul 9, 2019
Oct 27, 2024
Oct 27, 2024
Aug 14, 2021
Oct 13, 2024
Oct 27, 2024
Oct 28, 2024
Jan 19, 2025
Jan 19, 2025
Jan 9, 2024
Jul 12, 2023
Oct 13, 2024
Sep 20, 2023
Jan 19, 2025
Dec 4, 2024

Repository files navigation

listmonk-logo

listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ 12) database as its data store.

listmonk-dashboard

Visit listmonk.app for more info. Check out the live demo.

Installation

Docker

The latest image is available on DockerHub at listmonk/listmonk:latest. Download and use the sample docker-compose.yml.

# Download the compose file to the current directory.
curl -LO https://github.com/knadh/listmonk/raw/master/docker-compose.yml

# Run the services in the background.
docker compose up -d

Visit http://localhost:9000

See installation docs


Binary

  • Download the latest release and extract the listmonk binary.
  • ./listmonk --new-config to generate config.toml. Edit it.
  • ./listmonk --install to setup the Postgres DB (or --upgrade to upgrade an existing DB. Upgrades are idempotent and running them multiple times have no side effects).
  • Run ./listmonk and visit http://localhost:9000

See installation docs


Developers

listmonk is free and open source software licensed under AGPLv3. If you are interested in contributing, refer to the developer setup. The backend is written in Go and the frontend is Vue with Buefy for UI.

License

listmonk is licensed under the AGPL v3 license.