XX Messenger source code has been published earlier this week.
That means we can install it on Linux. It’s written for Android and iOS so we pick Anroid and follow these steps:
- Download xx messenger APK from https://xx.network/messenger/ (under Open-source code)
- Download and install Anbox from here
- Sideload xx messenger APK
Example for Ubuntu:
wget https://docs.xx.network/xx-messenger/android/io.xxlabs.messenger-v2.0-build-459-mainNet.apk -O xxm.apk
sudo apt install android-tools-adb
adb install xxm.apk
I haven’t tried this yet, but I may in coming days.