zsm

Zen Secure Messaging
git clone https://codeberg.org/night0721/zsm
Log | Files | Refs | README | LICENSE

README.md (528B)


      1 # zsm
      2 
      3 Zen Secure Messaging(zsm) is a secure messaging protocol specifically for Linux(Unix-based) systems. 
      4 
      5 ## Dependencies
      6 - sqlite
      7 - libsodium
      8 - libnotify
      9 
     10 ## Building
     11 
     12 > You will need to run these with elevated privilages.
     13 > You will need `*-dev` packages to build both server and client.
     14 
     15 ```sh
     16 git clone https://github.com/night0721/zsm
     17 make
     18 make install
     19 ```
     20 
     21 ## License
     22 This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/zsm/blob/master/LICENSE) for more information.