Sideband_CE/README.md
4c3e f234fcc4d5
Update README.md
These steps allowed me to run Sideband from source on Linux, I already have all the needed RNS dependencies installed (following the steps from the manual), so there's a chance I'm missing additional dependencies that a fresh install would not have.
2022-04-08 15:02:36 -04:00

1.6 KiB

Sideband

Sideband is an LXMF client for Android, Linux and macOS. It allows you to communicate with other people or LXMF-compatible systems over Reticulum networks using LoRa, Packet Radio, WiFi, I2P, or anything else Reticulum supports.

Sideband is completely free, anonymous and infrastructure-less. Sideband uses the completely peer-to-peer and distributed messaging system LXMF. There is no service providers, no "end-user license agreements", no data theft and no surveillance. You own the system.

Sideband currently includes basic functionality for secure and independent communication, and many useful features are planned for implementation. To get a feel for the idea behind Sideband, you can download it and try it out now. Please help make all the functionality a reality by supporting the development with donations.

Sideband is currently provided as an early alpha-quality preview release. No user support is provided other than the published articles, tutorials and documentation resources. You are welcome to try it out and use it in any way you please. Please report any bugs or unexpected behaviours. Please expect this program to implode the known universe.

If you want to help develop this program, get in touch.

For downloadable APK files for your device, go here.

Run on Linux:

# Install RNS Dependencies if Needed
pip3 install rns lxmf

# Clone, Install Dependencies, and Run
git clone https://github.com/markqvist/Sideband.git
pip3 install plyer kivymd
cd Sideband
python3 main.py