Mautic

HubSpot の代替。マーケティングオートメーション

オープンソース代替:HubSpotMailchimp

公式サイト ↗ GitHub

  • Docker対応
  • セルフホスト可

Mautic はリード管理・メール配信・スコアリング・キャンペーン自動化を備えたマーケティングオートメーションツールです。フォームやランディングページも作れ、HubSpot のマーケティング機能に相当します。

日本語対応

UIの日本語化 なし 日本語の翻訳ファイルは見つかりませんでした
日本語ドキュメント なし 英語のみ。日本語の解説記事を探す必要があります
日本語で調べやすさ Google で検索 ↗ 「Mautic 導入」で日本語記事を確認

UI は日本語に対応。

※ 日本語化率はリポジトリ内の翻訳ファイル(ja.json 等)の項目数を英語版と比較して自動計測しています。最終計測:2026/9/17

最近の更新

  • 7.2.0
    リリースノート(原文)
    <!-- Release notes generated using configuration in .github/release.yml at 7.2.0 -->
    # Announcing Mautic 7.2.0 Lynx Edition
    ## What's Changed
    
    ### ✨ Features and enhancements
    #### :file_folder: Assets
    * Allow SVG files in the image selector by @theyoungrossco in https://github.com/mautic/mautic/pull/15954
    * Validate remote assets by @fedys in https://github.com/mautic/mautic/pull/16045
    #### :technologist: Automated tests
    * Add more dynamic content test cases by @aarohiprasad in https://github.com/mautic/mautic/pull/16483
    * Verify that GrapesJS landing page content persists by @patrykgruszka in https://github.com/mautic/mautic/pull/16727
    #### :rocket: Campaigns
    * Add a command to process stuck campaign events by @rohitpavaskar in https://github.com/mautic/mautic/pull/15310
    * Ho…
  • 7.1.3
    リリースノート(原文)
    <!-- Release notes generated using configuration in .github/release.yml at 7.1.3 -->
    # Announcing Mautic 7.1.3: Amadioha Edition
    ## What's Changed
    ### 🐛 Bugs
    #### :books: Categories
    * Fix category save crashing when apply button is disabled by @MoonFuji in https://github.com/mautic/mautic/pull/16180
    #### :rocket: Campaigns
    * Fix campaign restart issue by @escopecz in https://github.com/mautic/mautic/pull/16184
    * Fix infinite reschedule loop in ScheduledExecutioner::validateSchedule by @TowyTowy in https://github.com/mautic/mautic/pull/16066
    * Fix restarting campaign after republish on every cron job by @escopecz in https://github.com/mautic/mautic/pull/16183
    * Fix deleting a decision from a campaign causes an infinite email-resend loop via redirect_event_id by @hluchas in https:/…
  • 7.2.0-rc プレリリース
    リリースノート(原文)
    ## Welcome to Mautic 7.2.0 Release Candidate: Lynx Edition
    
    Mautic 7.2 is here! Today we are excited to announce the release of Mautic 7.2 Release Candidate.
    
    ⚠️ This is a Release Candidate pre-release and should only be used for testing purposes. DO NOT use this in a production environment.
    
    ## What's Changed
    ### 🔧 Refactoring
    #### 🤖 DevOps
    * Improve `mautic:webhooks:process` command output by @shinde-rahul in https://github.com/mautic/mautic/pull/15135
    #### :arrow_up: Dependencies
    * Replace JS Cookie lib with native JS by @escopecz in https://github.com/mautic/mautic/pull/16161
    * Bump studio-42/elfinder from 2.1.66 to 2.1.67 by @dependabot in https://github.com/mautic/mautic/pull/16040
    * Bump phpoffice/phpspreadsheet from 5.1.0 to 5.7.0 by @dependabot in https://github.com/m…

導入方法(セルフホスト)

必要メモリ2 GB 以上
導入難易度ふつう
Docker対応
推奨VPSプランシンVPS 2GB(月額 950円〜)

.ddev/docker-compose.redis.yaml

# ddev redis recipe file
#

services:
  redis:
    container_name: ddev-${DDEV_SITENAME}-redis
    image: redis:5
    ports:
      - 6379
    labels:
      com.ddev.site-name: ${DDEV_SITENAME}
      com.ddev.approot: $DDEV_APPROOT
    volumes:
      - ".:/mnt/ddev_config"
      - "./redis:/usr/local/etc/redis"
    command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
  web:
    depends_on:
      - redis
    links:
      - redis:redis
  1. VPSを契約する ― シンVPS 2GBを選び、OSは Ubuntu を推奨
  2. Docker を入れる ― 多くのVPSはアプリテンプレートから1クリック。無ければ curl -fsSL https://get.docker.com | sh
  3. Mautic を起動 ― 上の compose ファイルを置いて docker compose up -d
  4. ドメインとHTTPS ― Caddy か Nginx Proxy Manager でリバースプロキシ(Let's Encrypt 自動)。独自ドメインが無ければ XServer ドメイン で取得(PR

このソフトが動く VPS プラン(必要メモリ 2GB 以上)

サービスプラン月額(目安)
シンVPS 最安 2GB 950円〜 公式サイト ↗
ConoHa VPS 2GB 1,007円〜 公式サイト ↗
XServer VPS クラウド 4GB 2,480円〜 公式サイト ↗

※ 月額は長期契約時の換算やキャンペーン価格を含む目安です。契約期間・初期費用は各社の公式サイトで確認してください。PR

VPS を使わずレンタルサーバーで動かす

Mautic は PHP 製なので、一般的なレンタルサーバーにも設置できます。サーバー管理をしたくない場合は エックスサーバー(月額990円〜・WordPress 簡単インストール対応)のような共用サーバーが手軽です。PR

HubSpot と比べていくら安くなる?

人数HubSpot(年額)Mautic セルフホスト(年額)差額
1人32,400円11,400円−21,000円
5人162,000円11,400円−150,600円
10人324,000円11,400円−312,600円
30人972,000円11,400円−960,600円

※ HubSpot は Starter 月額 約2,700円/人(目安)、セルフホストはシンVPS 2GB(月額950円)で試算。運用の手間・バックアップ・ドメイン代は含みません。

メール配信の他のOSSと比較

ソフト★ Stars最終更新日本語UI必要RAM難易度ライセンス
Mautic(このページ) 10,523 1日前 なし 2GB ふつう
listmonk 23,460 5日前 100% 256MB かんたん AGPL-3.0
Postal 16,814 3日前 なし 2GB むずかしい MIT

メール配信のOSSをすべて見る →

よくある質問

Mautic は無料で使えますか?

Mautic はオープンソースで、ソフト自体は無料です。自分のサーバー(VPSなど)で動かす場合はサーバー代(月額数百円〜)がかかります。

Mautic は日本語で使えますか?

現時点でリポジトリに日本語の翻訳ファイルは見つかっていません。UIは英語で利用することになります。

HubSpot から Mautic に移行できますか?

HubSpot のエクスポート機能でデータを書き出し、Mautic 側のインポート機能で取り込むのが基本です。対応形式はバージョンによって異なるため、公式ドキュメントで確認してください。HubSpot の他の代替は「HubSpot のオープンソース代替」ページで比較できます。

Mautic を動かすのに必要なサーバースペックは?

メモリ 2GB 以上が目安です。Docker に対応しているので、Docker が動く環境ならOSを問いません。

カテゴリ:メール配信

このソフトの開発者ですか? 管理申請する(登録不要)

GitHub リポジトリの Topics に検証コードを追加してもらい、本人確認します。認証後は「開発者認証済み」バッジが付きます。

情報の誤りを報告・OSSを投稿する