OpenSource-Hub

OpenWA

アプリケーション

rmyndharis/OpenWA

オープンソースのWhatsApp APIゲートウェイ、マルチセッションとウェブコンソールをサポート。

概要

OpenWAは、無料のオープンソースWhatsApp APIゲートウェイであり、開発者にREST API、Webhook、マルチセッション管理、およびウェブコンソールを提供します。NestJSとTypeScriptで構築され、SQLite/PostgreSQLおよびDockerデプロイをサポートしています。

README プレビュー

\n  \n\n\nOpenWA\n\n  Open Source WhatsApp API Gateway\n\n\n\n  Features •\n  Quick Start •\n  Docs •\n  API •\n  Contributing\n\n\n\n  \n  \n  \n  \n  \n  \n\n\n---\n\n## ✨ Why OpenWA?\n\n**OpenWA** is a free, open-source WhatsApp API Gateway designed for developers who need full control over their messaging infrastructure—without vendor lock-in or hidden paywalls.\n\nBuilt on a **pluggable architecture**, OpenWA lets you swap database engines (SQLite/PostgreSQL), storage backends (Local/S3), and cache layers (Memory/Redis) without changing a single line of application code.\n\n|                               |                                                              |\n| ----------------------------- | ------------------------------------------------------------ |\n| 🔓 **100% Open Source**       | No licensing fees, no feature locks, full source code access |\n| 🏗️ **Pluggable Architecture** | Swap adapters for database, storage, and cache via config    |\n| 🖥️ **Full Dashboard**         | Modern React UI for session, webhook, and API key management |\n| 🔹 **Multi-Session Ready**    | Run multiple WhatsApp sessions concurrently on one instance  |\n| 🐳 **Docker Native**          | Production-ready with zero configuration                     |\n| 🔗 **n8n Integration**        | Community nodes for workflow automation                      |\n\n---\n\n## 🎯 Features\n\n### Core Features\n\n| Feature       | Status | Description                          |\n| ------------- | ------ | ------------------------------------ |\n| REST API      | ✅     | Full WhatsApp API via HTTP endpoints |\n| Multi-Session | ✅     | Manage multiple WhatsApp accounts    |\n| Webhooks      | ✅     | Real-time events with HMAC signature |\n| Web Dashboard | ✅     | Visual management interface          |\n| API Key Auth  | ✅     | Secure API authentication            |\n| Swagger Docs  | ✅     | Interactive API documentation        |\n\n### Messaging\n\n| Feature           | Status | 

FAQ (1)

トラブル対応
OpenWAのWhatsApp自動化を使用するとアカウントが停止される可能性はありますか?リスクを軽減するにはどうすればよいですか?

はい、非公式のWhatsApp自動化を使用するとアカウントが禁止されるリスクがあります。低使用率でスパムを送っていないにもかかわらず、禁止されたというユーザーの報告もあります。リスクを最小限に抑えるには、OpenWAの文書化された緩和戦略に従ってください。厳格なレート制限の実施、メッセージ間の現実的な遅延の追加、不明な番号への一括メッセージ送信の回避、同一のメッセージテンプレートの再利用をしないことです。リスク管理ドキュメントは https://github.com/rmyndharis/OpenWA/blob/main/docs/16-risk-management.md で確認してください。注意:OpenWAでスキャンすると、WhatsAppがリンクされたデバイスを削除する可能性があります。

参照 Issue #60