Sideband Community Edition
Go to file
2022-07-07 22:16:10 +02:00
sbapp Restructured repository 2022-07-07 22:16:10 +02:00
.gitignore Restructured repository 2022-07-07 22:16:10 +02:00
LICENSE Initial commit 2022-04-07 20:52:19 +02:00
Makefile Restructured repository 2022-07-07 22:16:10 +02:00
README.md Update README.md 2022-04-08 15:02:36 -04:00
setup.py Restructured repository 2022-07-07 22:16:10 +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. 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