OSS探訪

listmonk — Go single binaryとPostgreSQLで大量newsletter/campaignを管理するself-host mailing platform

OSS健全度 92
スコアの見方

発掘スコアはStars・Watchers・Forks・Contributorsを対数圧縮して重み付けした独自指標(上限なし)。成長モメンタムは観測期間内の同スコアの差、OSS健全度は取得できた更新状況・Community Health・Releaseの0〜100評価です。

Stars
23,463
主要言語
Go
ライセンス
AGPL-3.0
リポジトリ最終更新
2026/09/13

概要

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管理までは自動で解決しません。

出典:[2][3]

参考にした公式資料

  1. [1]knadh/listmonk — GitHub repository metadata(2026-09-17)
  2. [2]listmonk — README(2026-09-17)
  3. [3]listmonk v6.2.0 release(2026-09-17)
編集部からの補足

marketing suite全般ではなく、大量subscriber/campaignをシンプルなsingle binaryで扱うmailing基盤として評価します。

3ステップで試す

  1. 1

    ソースを取得

    git clone --depth 1 https://github.com/knadh/listmonk.git
  2. 2

    リポジトリへ移動

    cd listmonk
  3. 3

    公式手順を確認

    READMEのInstallation / Quick Start / Getting Startedにある公式コマンドを続けて実行してください。

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
公式READMEで確認

成長

成長の推移 · 直近30日

23,463 Stars

推移データを蓄積中です。

開発アクティビティ

直近90日・週次

Commit(直近30日)
4
Open PR
23

開発アクティビティを蓄積中です。

Built with

カテゴリとタグ

GitHubデータ

GitHubのデータGitHubの詳細データを見る

GitHub Topics

  • email-marketing
  • newsletter
  • newsletter-management
  • mailing-list
  • smtp
  • self-hosted
  • listmonk
  • email-subscription
  • campaign-management
  • campaign
  • sms-gateway
  • transactional-emails
Stars
23,463
Forks
2,605
Watchers
146
Open Issues
90
主要言語
Go
ライセンス
AGPL-3.0
リポジトリ最終更新
2026/09/13

このOSSの使い方や活用事例をMarkdownで投稿できます。管理者が承認した後に公開されます。

情報の誤りを報告

掲載内容に誤りや古い情報があればお知らせください。