概要
listmonkは、newsletter、mailing list、campaign、transactional email等をself-hostできるhigh-performance mailing platformです。backendはGo、frontendはVue/Buefyで、application自体はsingle binaryとして配布され、stateはPostgreSQLへ保存します。Dockerでもbinaryでも導入でき、2026年9月17日時点のlatest releaseはv6.2.0です。
特徴と向いている用途
公式資料に基づく紹介・実機未検証 · 内容確認日:
mailing list・subscriber segment・campaign配信をsingle binary中心で運用する
newsletter/campaign管理を専用applicationへ集約し、SMTPを通じて大量mailを配信できます。single binaryなのでapplication deploymentは軽量ですが、subscriber/campaign dataはPostgreSQLへ集約されます。
出典:[2]
Dockerとnative binaryの両方を公式導線として持つ
Docker ComposeならapplicationとPostgreSQLをまとめて起動できます。native binaryでは --new-config で設定生成、--install でDB初期化、upgrade時は --upgrade を使えます。READMEはupgrade処理をidempotentと説明しています。
出典:[2]
Mailchimp等より小さな運用面積でsubscriberとcampaignを自前管理したいteamに
newsletter、product update、community mailingなどでsubscriber dataを自社PostgreSQLへ保持し、配信providerは任意のSMTPへ分離したい場合に向きます。
出典:[2]
applicationがsingle binaryでも、deliverabilityとPostgreSQL運用は別問題
productionではPostgreSQL backup/upgrade、SMTP credential、bounce/complaint、unsubscribe、SPF/DKIM/DMARCや送信domain reputationを運用する必要があります。application deploymentが軽量でも、mail deliveryの品質と法令/consent管理までは自動で解決しません。
参考にした公式資料
- [1]knadh/listmonk — GitHub repository metadata(2026-09-17)
- [2]listmonk — README(2026-09-17)
- [3]listmonk v6.2.0 release(2026-09-17)
編集部からの補足
marketing suite全般ではなく、大量subscriber/campaignをシンプルなsingle binaryで扱うmailing基盤として評価します。
3ステップで試す
- 1
ソースを取得
git clone --depth 1 https://github.com/knadh/listmonk.git - 2
リポジトリへ移動
cd listmonk - 3
公式手順を確認
READMEのInstallation / Quick Start / Getting Startedにある公式コマンドを続けて実行してください。
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
成長
成長の推移 · 直近30日
23,463 Stars
推移データを蓄積中です。
開発アクティビティ
直近90日・週次
- Commit(直近30日)
- 4
- Open PR
- 23
開発アクティビティを蓄積中です。
Built with
カテゴリとタグ
GitHubデータ
関連情報
関連記事を投稿するこのOSSの使い方や活用事例をMarkdownで投稿できます。管理者が承認した後に公開されます。
あわせて探訪
- OpenClaw389,940 Stars
チャネル・ツール・メモリを束ねる永続型パーソナルAIアシスタント基盤。
TypeScript - Hermes Agent246,347 Stars
Memory・Skills・Cron・Subagentsを備える永続型AIエージェント。
Python - n8n204,729 Stars
視覚的なキャンバスとコードを組み合わせ、サービス連携やAIエージェントを自動化するfair-code基盤。
TypeScript - Ollama181,232 Stars
オープンモデルをPCやサーバーで取得・実行し、CLIとローカルAPIから利用するランタイム。
Go - AUTOMATIC1111 Stable Diffusion WebUI164,915 Stars
Stable Diffusionの画像生成・編集、モデル切替、拡張、APIをブラウザで操作するGradio製UI。
Python
情報の誤りを報告
掲載内容に誤りや古い情報があればお知らせください。