How to Install coyim in Ubuntu 18.04



Install coyim by entering the following commands in the terminal:

sudo apt update
sudo apt install coyim

Description:

safe and secure XMPP chat client

CoyIM is a chat client using the XMPP protocol. It is built upon https://github.com/agl/xmpp-client and https://github.com/twstrike/otr3. It adds a graphical user interface and tries to be safe and secure by default. The authors' ambition is that it should be possible for even the most high-risk people on the planet to safely use CoyIM, without having to make any configuration changes. . To do this, OTR is enabled by default, Tor is used by default, and the Tor Onion Service will be used for a server if it is known. Also, TLS and TLS certificates are used to verify the connection - no configuration necessary. The implementation is written in the Go language, to avoid many common types of vulnerabilities that come from using unsafe languages.

Homepage: https://coy.im

Version: 0.3.8+ds-5

Section: universe/net