Manyverse is free and open source decentralized social network application for Android, iOS, Windows, macOS, Linux. It is built on the peer-to-peer SSB protocol (Scuttlebutt Protocol). It is local first social network. You can use the app without any internet and posts are updated after you connect the internet and you can share posts, connect people via Bluetooth and wifi.
This app is still in beta. It comes with No ads, No data centers, No tracking, No analytics. It comes with public posts, Private messaging, comments, emoji reactions, content warnings and add pictures in your post. It is released under Mozilla Public License 2.0.
How to Install Manyverse on Ubuntu Linux
Manyverse is available via native deb and flatpak package files. Download Manyverse in .deb file format from the above download link and save in your Downloads folder. Open your terminal app (ctrl+alt+t) and run below Manyverse apt install command.
sudo apt install ./Downloads/manyverse*.deb
[OR]
sudo apt install ./Downloads/manyverse_0.2207.5-beta_amd64.deb
Here “manyverse_0.2207.5-beta_amd64.deb” is the downloaded file and you can change the above command based on your file name. Downloads is downloaded file path.
And start Manyverse using the application menu or via below command.
manyverse
Install Manyverse via Flatpak:
First you need to install flatpak and flathub and restart your system after the successful installation. In terminal software run below Manyverse flatpak install command.
flatpak install flathub se.manyver.Manyverse
Now start Manyverse using
flatpak run se.manyver.Manyverse
You can also uninstall it via
sudo flatpak uninstall se.manyver.Manyverse
That’s all.