getsocket-desktop

Socket p2p offline-first desktop application

Usage no npm install needed!

<script type="module">
  import getsocketDesktop from 'https://cdn.skypack.dev/getsocket-desktop';
</script>

README

Socket Desktop

Desktop client for socket, the p2p/decentralized/offline-first chat platform.

Install

Download the latest release

https://github.com/hetsocket/socket-desktop/releases/

Build from source

$ git clone https://github.com/getsocket/socket-desktop
$ cd socket-desktop

$ npm install             # install dependencies
$ npm start               # start the application

Distribute

build for current platform:

$ npm run dist

build for multiple platforms:

$ ./bin/build-multi

How to Contribute

Formatting Rules

This repository is formatted with StandardJS (there is a vscode plugin).