https://github.com/yunohost-apps/mautrix_whatsapp_ynh
Matrix Whatsapp pupetting bridge for YunoHost
https://github.com/yunohost-apps/mautrix_whatsapp_ynh
mautrix-whatsapp yunohost yunohost-apps
Last synced: 5 months ago
JSON representation
Matrix Whatsapp pupetting bridge for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/mautrix_whatsapp_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2020-04-14T21:37:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T21:19:44.000Z (6 months ago)
- Last Synced: 2025-06-12T22:21:22.422Z (6 months ago)
- Topics: mautrix-whatsapp, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 487 KB
- Stars: 27
- Watchers: 9
- Forks: 14
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix-WhatsApp bridge for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/mautrix_whatsapp/)  
[](https://install-app.yunohost.org/?app=mautrix_whatsapp)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Matrix-WhatsApp bridge quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
A puppeting bridge between Matrix and WhatsApp packaged as a YunoHost service.
Messages, media and notifications are bridged between a WhatsApp user and a matrix user.
With the RelayBot login option, the matrix user can invite other matrix user in a bridged WhatsApp room, such that even people without a WhatsApp account can participate to WhatsApp group conversations.
The ["Mautrix-WhatsApp"](https://docs.mau.fi/bridges/go/whatsapp/index.html) bridge consists in a synapse app service and relies on postgresql (mysql also available).
Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand.
** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**
**Shipped version:** 0.10.9~ynh1
## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
or
sudo yunohost app upgrade mautrix_whatsapp -u https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
```
**More info regarding app packaging:**