Sideband/README.md

57 lines
2.8 KiB
Markdown
Raw Normal View History

2022-04-07 13:03:53 -06: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-10-03 18:33:36 -06:00
![Screenshot](https://github.com/markqvist/Sideband/raw/main/docs/screenshots/devices_small.webp)
2022-04-07 13:03:53 -06:00
2022-10-03 16:34:21 -06:00
Sideband is completely free, end-to-end encrypted, 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 13:03:53 -06:00
2022-07-07 16:06:35 -06: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 13:03:53 -06:00
2022-10-03 18:39:55 -06:00
Sideband works well with the terminal-based LXMF client [Nomad Network](https://github.com/markqvist/nomadnet), which allows you to easily host Propagation Nodes for your LXMF network, and more.
2022-07-09 08:37:25 -06:00
2022-04-07 13:03:53 -06:00
If you want to help develop this program, get in touch.
2022-10-03 18:39:55 -06:00
## Installation
2022-07-07 16:06:35 -06:00
2022-10-07 10:08:01 -06:00
For your Android devices, download an [APK on the latest release](https://github.com/markqvist/Sideband/releases/latest) page. If you prefer to install via F-Droid, you can add the [IzzyOnDroid Repository](https://android.izzysoft.de/repo/info) to your F-Droid client, which includes Sideband.
2022-07-07 16:06:35 -06:00
2022-10-04 15:29:13 -06:00
A DMG file containing a macOS app bundle is also available on the [latest release](https://github.com/markqvist/Sideband/releases/latest) page.
2022-10-03 18:39:55 -06:00
Aditionally, you can install Sideband with ``pip`` on Linux and macOS:
2022-07-07 16:06:35 -06:00
```bash
2022-10-04 02:37:31 -06:00
# Install Sideband and dependencies on Linux
2022-07-07 16:06:35 -06:00
pip install sbapp
2022-10-04 02:37:31 -06:00
# Install Sideband and dependencies on macOS
2022-10-14 04:56:33 -06:00
pip install "sbapp[macos]"
2022-10-04 02:37:31 -06:00
2022-07-07 16:06:35 -06:00
# Run it
2022-07-07 16:09:23 -06:00
sideband
2022-07-07 16:06:35 -06:00
```
2022-07-08 09:04:41 -06:00
## Support Sideband Development
You can help support the continued development of open, free and private communications systems by donating via one of the following channels:
- Monero:
```
84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w
```
- Ethereum
```
0x81F7B979fEa6134bA9FD5c701b3501A2e61E897a
```
- Bitcoin
```
3CPmacGm34qYvR6XWLVEJmi2aNe3PZqUuq
```
2022-10-03 18:33:36 -06:00
- Ko-Fi: https://ko-fi.com/markqvist
2022-10-03 18:44:16 -06:00
<br/>
2022-10-04 02:37:31 -06:00
*Device screenshots generated with [deviceframes](https://deviceframes.com). Thanks!*