SelfHost Hub SelfHost Hub
EN
← 返回到所有服务

GitHub 仓库信息

获取时间 · 2026年6月5日
★ 21,350 最新版本: v6.1.0 最后更新: 2026年6月5日
README
<a href="https://zerodha.tech"><img src="https://zerodha.tech/static/images/github-badge.svg" align="right" /></a>

[![listmonk-logo](https://user-images.githubusercontent.com/547147/231084896-835dba66-2dfe-497c-ba0f-787564c0819e.png)](https://listmonk.app)

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](https://github.com/user-attachments/assets/689b5fbb-dd25-4956-a36f-e3226a65f9c4)](https://listmonk.app)

Visit [listmonk.app](https://listmonk.app) for more info. Check out the [**live demo**](https://demo.listmonk.app).

## Installation

### Docker

The latest image is available on DockerHub at [`listmonk/listmonk:latest`](https://hub.docker.com/r/listmonk/listmonk/tags?page=1&ordering=last_updated&name=latest).
Download and use the sample [docker-compose.yml](https://github.com/knadh/listmonk/blob/master/docker-compose.yml).


```shell
# 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](https://listmonk.app/docs/installation)

__________________

### Binary
- Download the [latest release](https://github.com/knadh/listmonk/releases) 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](https://listmonk.app/docs/installation)
__________________


## Developers
listmonk is free and open source software licensed under AGPLv3. If you are interested in contributing, refer to the [developer setup](https://listmonk.app/docs/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.

Listmonk 是一个自托管的电子邮件通讯和邮件列表管理工具,提供了现代化的用户界面和强大的功能集。它让您能够完全控制您的电子邮件营销活动,无需依赖第三方服务。

主要功能

  • 电子邮件活动:创建和发送批量电子邮件活动
  • 邮件列表管理:创建多个邮件列表并管理订阅者
  • 模板系统:使用强大的模板系统创建美观的邮件
  • 订阅表单:内置订阅/退订表单
  • 分析追踪:查看打开率、点击率和退订率等指标
  • 自动化:设置自动化工作流和触发器
  • API 支持:完整的 REST API 用于集成
  • 多语言支持:界面支持多种语言
  • SMTP 集成:支持多个 SMTP 服务提供商

部署要求

  • PostgreSQL 数据库 12+
  • 最低配置:1核 CPU,512MB 内存
  • 推荐配置:2核+ CPU,1GB+ 内存
  • 存储空间:取决于订阅者数量和邮件内容,一般至少 1GB
  • 需要 SMTP 服务器或第三方邮件服务(如 SendGrid、Mailgun 等)
  • 可选的 Redis 缓存(用于大规模部署)

发现更多