Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olback/barium
[WIP] End-To-End encrypted messages
https://github.com/olback/barium
chat chat-service encrypted gtk gtk-rs privacy rsa rust service
Last synced: about 2 months ago
JSON representation
[WIP] End-To-End encrypted messages
- Host: GitHub
- URL: https://github.com/olback/barium
- Owner: olback
- License: gpl-3.0
- Created: 2020-01-25T18:51:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T22:41:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T13:11:49.826Z (9 months ago)
- Topics: chat, chat-service, encrypted, gtk, gtk-rs, privacy, rsa, rust, service
- Language: Rust
- Homepage: https://barium.chat
- Size: 733 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barium Chat
[![dependency status](https://deps.rs/repo/github/olback/barium/status.svg)](https://deps.rs/repo/github/olback/barium)
## Introduction
## Installation
## Usage
To build the Barium client, run:
```BASH
cargo build --bin barium-client
```To build the Barium server, run:
```BASH
cargo build --bin barium-server
```## Development
**Linux build:**
```
tools/linux-build-container.sh
tools/build-linux.sh
```**Windows build:**
```
tools/windows-build-container.sh
tools/build-windows.sh
```## License
Barium is licensed under GLPv3 which means that you may use and/or copy the entire code or parts of the code as long as you use GPLv3 in any project in which you use our code and you must disclose which parts are created for the Barium project and which parts are your own.
For more information see [LICENSE](https://github.com/olback/barium/blob/master/LICENSE).