1
0
Fork
You've already forked zsm
0
No description
  • C 68.2%
  • JavaScript 16.8%
  • CSS 7.1%
  • HTML 3.3%
  • TypeScript 2%
  • Other 2.6%
Find a file
2026年07月09日 00:31:31 +01:00
include Initial commit 2025年05月29日 10:57:14 +01:00
src Initial commit 2025年05月29日 10:57:14 +01:00
.gitignore Initial commit 2025年05月29日 10:57:14 +01:00
gen_code.sh Initial commit 2025年05月29日 10:57:14 +01:00
LICENSE Initial commit 2025年05月29日 10:57:14 +01:00
Makefile Update CFLAGS 2026年07月09日 00:31:31 +01:00
README.md Update README 2026年01月27日 01:49:17 +00:00
zsm.1 Initial commit 2025年05月29日 10:57:14 +01:00

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, and will need *-dev packages to build both server and client.

$ make
# make install

Contributions

Contributions are welcomed, feel free to open a pull request.

License

This project is licensed under the GNU Public License v3.0. See LICENSE for more information.