Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rylenko/sapphire
(WIP) 🔐 A modern decentralized and private messenger with end-to-end encryption.
https://github.com/rylenko/sapphire
decentralized double-ratchet end-to-end-encryption messenger network private security
Last synced: 7 days ago
JSON representation
(WIP) 🔐 A modern decentralized and private messenger with end-to-end encryption.
- Host: GitHub
- URL: https://github.com/rylenko/sapphire
- Owner: rylenko
- License: gpl-3.0
- Created: 2024-02-19T19:12:34.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T20:26:13.000Z (3 months ago)
- Last Synced: 2024-10-17T08:02:28.460Z (about 1 month ago)
- Topics: decentralized, double-ratchet, end-to-end-encryption, messenger, network, private, security
- Language: Rust
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (WIP) Sapphire 🔐
A modern **decentralized** and **private** messenger with end-to-end encryption.
# Launch
Launch a debug build of the desktop application:
```
$ make run-debug
```# Install
Build a release build of the desktop application:
```
$ make build
```Install the built desktop application:
```
$ su
$ make install
$ exit
```# Uninstall
Uninstall the build desktop application:
```
$ su
$ make uninstall
$ exit
```