Libervia is a Libre software, based on well established standards (XMPP), decentralised and federating. It is developed around strong ethical values. Check our social contract.
If you are on GNU/Linux the recommended way to install Libervia is to use your distribution official packages. Please check your distribution to see if Libervia is available (and request it if it's not). Libervia is available at least on Arch Linux and Debian and its derivated.
To try a local demo of Libervia Web, you can use the following instructions (assuming that wget and Docker are installed):
wget https://repos.goffi.org/libervia-backend/raw-file/tip/docker/web-demo.yml docker compose -f web-demo.yml up
Then launch your web browser at http://localhost:8880 and either use demo/demo, an existing XMPP account, or sign up for a new one using the registration link at the bottom.
To remove the container images, just enter docker-compose -f web-demo.yml down (add -v at the end if you also want to remove the associated volume, i.e., data persistence).
You can also install directly from source code, please check documentation for details
Please note that: