/cryptocat

Secure chat software for your computer.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cryptocat

Build Status

Documentation | Security | License

Building

Install dependencies:

npm run setup

Run:

npm run dev

Packaging

Install dependencies:

npm install -g electron-builder

Windows

build -w

Linux

build -l

Mac

build -m
```