Sideband_CE/README.md

29 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.
2022-07-08 00:08:44 +02:00
![Screenshot](https://github.com/markqvist/Sideband/raw/main/docs/screenshots/screenshot_1.png)
2022-04-07 21:03:53 +02:00
2022-07-08 00:06:35 +02:00
Sideband is completely free, permission-less, anonymous and infrastructure-less. Sideband uses the peer-to-peer and distributed messaging system [LXMF](https://github.com/markqvist/lxmf "LXMF"). There is no sign-up, no service providers, no "end-user license agreements", no data theft and no surveillance. You own the system.
2022-04-07 21:03:53 +02:00
2022-07-08 00:06:35 +02:00
This also means that Sideband operates differently than what you might be used to. It does not need a connection to a server on the Internet to function, and you do not have an account anywhere. Please read the Guide section included in the program, to get an understanding of how Sideband differs from other messaging systems.
The program currently includes basic functionality for secure and independent communication, and many useful features are planned for implementation. Sideband is currently released as a beta version. Please help make all the functionality a reality by supporting the development with donations.
2022-04-07 21:03:53 +02:00
If you want to help develop this program, get in touch.
2022-07-08 00:06:35 +02:00
## How do I get started?
2022-07-08 00:44:36 +02:00
You can download a pre-compiled APK for your Android device on the [latest release](https://github.com/markqvist/Sideband/releases/latest) page.
2022-07-08 00:06:35 +02:00
On Linux and macOS, you can install Sideband with ``pip``.
```bash
# Install Sideband and dependencies
pip install sbapp
2022-07-08 00:06:35 +02:00
# Run it
2022-07-08 00:09:23 +02:00
sideband
2022-07-08 00:06:35 +02:00
```