zsm/README.md
2024-04-30 17:17:17 +01:00

22 lines
528 B
Markdown

# zsm
Zen Secure Messaging(zsm) is a secure messaging protocol specifically for Linux(Unix-based) systems.
## Dependencies
- sqlite
- libsodium
- libnotify
## Building
> You will need to run these with elevated privilages.
> You will need `*-dev` packages to build both server and client.
```sh
git clone https://github.com/night0721/zsm
make
make install
```
## License
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/zsm/blob/master/LICENSE) for more information.