OpenMLS OpenMLS Chat

build status Build & Test Deploy Docs codecov OpenMLS List

A WIP Rust implementation of Messaging Layer Security based on draft 9+.

Supported ciphersuites

Supported platforms

Dependencies

OpenMLS relies on EverCrypt, a high-performance, cross-platform, formally verified modern cryptographic provider through EverCrypt Rust bindings.

Development

Build

Test

Benchmark

Workspace

This repository is a cargo workspace with the OpenMLS library as the main component. It further holds the following crates that are used for testing.

Delivery Service

A basic delivery service can be found in delivery-service/ds. To interact with the delivery service the ds-lib provides the necessary types.

Command line Client

A basic command line client can be found in cli. Note that this is a PoC for testing and must not be used for anything else.


License

OpenMLS is licensed under the MIT license. The license can be found here.

Contributing

OpenMLS welcomes contributions! Before contributing, please read the contributing guidelines carefully. You can start by looking at the open issues or join the discussion on GitHub discussions or Zulip.

Code of conduct

OpenMLS adheres to the Contributor Covenant Code of Coduct. Please read the Code of Conduct carefully.