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: 6 months ago
JSON representation

(WIP) 🔐 A modern decentralized and private messenger with end-to-end encryption.

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
```