Sideband_CE/README.md

27 lines
1.6 KiB
Markdown
Raw Normal View History

2022-04-07 21:03:53 +02:00
# 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](https://github.com/markqvist/lxmf "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](https://unsigned.io/sideband).
### Run on Linux:
~~~bash
# 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
~~~