Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cryptocat/cryptocat
- Owner: cryptocat
- License: gpl-3.0
- Created: 2016-03-29T15:25:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T15:16:27.000Z (almost 6 years ago)
- Last Synced: 2024-10-01T16:03:09.047Z (about 1 month ago)
- Topics: chat, cryptocat, cryptography, messaging, secure, security
- Language: JavaScript
- Homepage: https://crypto.cat
- Size: 4.84 MB
- Stars: 1,092
- Watchers: 62
- Forks: 211
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
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
```