Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cryptocat/cryptocat

Secure chat software for your computer.
https://github.com/cryptocat/cryptocat

chat cryptocat cryptography messaging secure security

Last synced: 14 days ago
JSON representation

Secure chat software for your computer.

Awesome Lists containing this project

README

        

![Cryptocat](https://raw.githubusercontent.com/cryptocat/cryptocat/master/src/img/logo/64x64.png)

[![Build Status](https://travis-ci.org/cryptocat/cryptocat.svg?branch=master)](https://travis-ci.org/cryptocat/cryptocat)

[Documentation](https://crypto.cat/help.html) | [Security](https://crypto.cat/security.html) | [License](http://www.gnu.org/licenses/gpl-3.0.en.html)

### 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
```