# SimpleX for YunoHost
[](https://dash.yunohost.org/appci/app/simplex)  
[](https://install-app.yunohost.org/?app=simplex)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install SimpleX 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
SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released.
**Shipped version:** 4.1.0~ynh1
## Screenshots

## Disclaimers / important information
### SMP server address
You can find the fingerprint in the SimpleX Chat service in the webadmin
Your SMP server address should look like this:
```
smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223
```
For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use.
[
](https://apps.apple.com/us/app/simplex-chat/id1605771084)
[](https://play.google.com/store/apps/details?id=chat.simplex.app)
[
](https://app.simplex.chat)
## Documentation and resources
* Official app website:
* Upstream app code repository:
* YunoHost documentation for this app:
* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/simplex_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/simplex_ynh/tree/testing --debug
or
sudo yunohost app upgrade simplex -u https://github.com/YunoHost-Apps/simplex_ynh/tree/testing --debug
```
**More info regarding app packaging:**