High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
Find a file
2025-10-25 17:36:50 +05:30
.devcontainer
.github Update Go version to v1.24.1 2025-03-18 20:22:44 +05:30
cmd Fix tx handler incorrectly sanitizing subscriber_emails[]. Closes #2726. 2025-10-25 17:36:50 +05:30
dev
docs Fix typo in docs (#2664) 2025-09-13 12:10:45 +05:30
frontend Add CORS configuration to security settings. 2025-10-25 14:33:25 +05:30
i18n Add CORS configuration to security settings. 2025-10-25 14:33:25 +05:30
internal Add CORS configuration to security settings. 2025-10-25 14:33:25 +05:30
models Add CORS configuration to security settings. 2025-10-25 14:33:25 +05:30
scripts Auto-translate new i18n language strings. 2025-09-09 22:35:48 +05:30
static Add support for built-in ALTCHA CAPTCHA implementation. 2025-08-16 16:48:20 +05:30
.dockerignore
.gitattributes
.gitignore Ignore altcha.umd.js from frontend build so that goreleaser ignores it. 2025-09-09 23:15:27 +05:30
.goreleaser.yml
config.toml.sample
CONTRIBUTING.md
docker-compose.yml Add support for loading secrets from *_FILE env vars in Docker environment. 2025-08-09 14:41:13 +05:30
docker-entrypoint.sh Add support for loading secrets from *_FILE env vars in Docker environment. 2025-08-09 14:41:13 +05:30
Dockerfile
go.mod Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#2634) 2025-09-08 18:30:21 +05:30
go.sum Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#2634) 2025-09-08 18:30:21 +05:30
LICENSE
listmonk-simple.service
listmonk@.service
Makefile Fix frontend/email-builder Makefile build steps. 2025-04-20 20:48:51 +05:30
permissions.json Introduce per-campaign filter permissions. Closes #2325. 2025-03-31 16:39:42 +05:30
project.inlang.json
queries.sql Add subsriber blocklisting on the bounces UI (#2409) 2025-08-01 23:21:25 +05:30
README.md Update screenshot on README. 2025-04-29 00:08:33 +05:30
schema.sql Add CORS configuration to security settings. 2025-10-25 14:33:25 +05:30
VERSION

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 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.