https://github.com/cryptocat/cryptocat
Secure chat software for your computer.
https://github.com/cryptocat/cryptocat
chat cryptocat cryptography messaging secure security
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T15:16:27.000Z (over 6 years ago)
- Last Synced: 2025-04-03T19:15:01.956Z (about 1 month ago)
- Topics: chat, cryptocat, cryptography, messaging, secure, security
- Language: JavaScript
- Homepage: https://crypto.cat
- Size: 4.84 MB
- Stars: 1,102
- Watchers: 61
- Forks: 213
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](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
```