knadh/listmonk
Summary
listmonk is a standalone, self-hosted newsletter and mailing list manager that is fast, feature-rich, and packed into a single binary using a PostgreSQL database.
View Cached Full Text
Cached at: 05/17/26, 12:27 PM
knadh/listmonk
Source: https://github.com/knadh/listmonk
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.
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
Binary
- Download the latest release and extract the listmonk binary.
./listmonk --new-configto generate config.toml. Edit it../listmonk --installto setup the Postgres DB (or--upgradeto upgrade an existing DB. Upgrades are idempotent and running them multiple times have no side effects).- Run
./listmonkand visithttp://localhost:9000
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.
Similar Articles
@gyro_ai: Self-hosted email marketing system – most people's first thought is “too complicated”. There's a tool on GitHub called listmonk, a single binary that handles Newsletter + mailing list management. Gained over 400 Stars in a single day today. Comment section GitHub link 20,779 St…
listmonk is a self-hosted email marketing system deployed as a single binary, supporting Newsletter and mailing list management. It is open-source with no vendor lock-in.
Show HN: Posthorn, self-hosted mail without the mail server
Posthorn is a self-hosted outbound mail gateway that unifies email sending from multiple apps through a single interface, supporting HTTP and SMTP ingestion with multiple provider transports.
Show HN: Antenna – RSS reader with a built-in MCP server
Antenna is a local-first RSS reader that stores feeds in SQLite and exposes them via email digests and an MCP server for AI agents, all under MIT license.
How do you sieve/filter/manage your internet mail?
A discussion on lobste.rs asking for advice on managing email, filtering, and tooling, with a focus on FOSS solutions and workflows for handling high volumes of mailing lists and patches.
Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite
Honker is a SQLite extension that adds PostgreSQL-style NOTIFY/LISTEN semantics, enabling durable pub/sub and task queues without external brokers or polling.
