Run XX Messenger for Android on Linux

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:

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.