{{Header}} __NOINDEX__ {{Title|title=Using Ricochet IM inside {{project_name_long}}}} {{#seo: |description=Deprecated }} '''[[Unsupported]] because it is broken since {{project_name_short}} 15 [https://forums.whonix.org/t/ricochet-support/7174 despite all efforts to fix it].''' If you would like to experiment and try to fix it, you can find the archived documentation here. For alternatives, see [[Chat]]. Advanced users can also attempt to install [https://www.ricochetrefresh.net/ Ricochet Refresh] ([https://github.com/blueprint-freespeech/ricochet-refresh GitHub]), although preliminary tests in {{project_name_short}} 16 have proven unsuccessful. Ricochet Refresh fails to complete the Tor bootstrapping process. [[File:ricochet342344.png|100px]] == Introduction == Ricochet IM is is a portable, P2P, python chat application that is installed in {{project_name_short}} by default. It is the new successor to the unmaintained TorChat. https://github.com/ricochet-im/ricochet/issues/30 The Ricochet site describes how the application works: https://ricochet.im/
Ricochet uses the Tor network to reach your contacts without relying on messaging servers. It creates a hidden service, which is used to rendezvous with your contacts without revealing your location or IP address. Instead of a username, you get a unique address that looks like ricochet:rs7ce36jsj24ogfw. Other Ricochet users can use this address to send a contact request - asking to be added to your contacts list. You can see when your contacts are online, and send them messages (and soon, files!). Your list of contacts is only known to your computer - never exposed to servers or network traffic monitoring. Everything is encrypted end-to-end, so only the intended recipient can decrypt it, and anonymized, so nobody knows where it’s going and where it came from.
In summary, the benefits of Ricochet IM include: * No saving of chat history. * Reliance on Tor onion services for identity creation. ** Encryption and authentication properties therefore match Tor's strength. * The server-less design means no metadata is ever collected. * An OTF sponsored audit in early 2016 only identified a few minor problems (since fixed). https://ricochet.im/files/ricochet-ncc-audit-2016-01.pdf https://en.wikipedia.org/wiki/Ricochet_(software) == {{project_name_short}} Configuration == {{onion-grater-warning}} Ricochet should be fully functional in {{project_name_short}}. If any problems are encountered, please leave comments on the [https://phabricator.whonix.org/T444 open Phabricator ticket]. === Add a Ricochet Python Profile === In {{project_name_gateway_long}} ({{project_name_gateway_vm}}), onion-grater requires some adjustments. {{Control_Port_Filter_Python_Profile_Add |filename_new=40_ricochet }} === Modify Firewall Settings === In {{project_name_workstation_long}} ({{project_name_workstation_vm}}), the firewall requires some adjustments. {{Firewall_Settings_Workstation}} Add. {{CodeSelect|code= EXTERNAL_OPEN_ALL=true }} Save. {{Reload_Firewall_ws}} == Start Ricochet == In {{project_name_workstation_short}} ({{project_name_workstation_vm}}), launch ricochet either through the start menu or from the command line. {{CodeSelect|code= ricochet }} == Backup/Restore Ricochet ID == Ricochet identities are ephemeral by design, meaning on program restart, a new identity will be generated and the last one with the added contacts will be lost. This is safer as long lived identities are easier to track over time. However one can preserve a certain username string and re-use it. Backup ricochet.json in the config directory path below which contains the private key under identity in serviceKey. https://github.com/ricochet-im/ricochet/issues/577 You need to replace /path/to/backup/location with the actual location of your backup folder. {{CodeSelect|code= cp /home/user/.local/share/Ricochet/ricochet/ricochet.json /path/to/backup/location }} For now this is enough. Alternatively you could also backup the whole folder /home/user/.local/share/Ricochet. {{CodeSelect|code= cp -r /home/user/.local/share/Ricochet /path/to/backup/location }} = Footnotes = {{reflist|close=1}} {{Footer}} [[Category:Documentation]]