git ssb

10+

Matt McKegg / patchwork



Tree:
📄.gitignore
📄README.md
📁assets
📄index.js
📁lib
📄main-window.js
📁modules
📁overrides
📄package.json
📁plugs
📄screenshot.jpg
📄server-process.js
📁styles
README.md

<h1 align="center">
<img alt="Patchwork icon" src="https://github.com/ssbc/patchwork/blob/0465f406357cec9cdb8d821f68758d7ab8ef41cf/assets/icon.png" width="256" height="256" />
<br />
Patchwork </h1>

<h4 align="center">
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB). </h4>

Patchwork screenshot

<details>
<summary>Table of Contents</summary>
<li><a href="#features">Features</a></li>
<li><a href="#pubs">Pubs</a></li>
<li><a href="#install">Install</a></li>
<li><a href="#docs">Docs</a></li>
</details>

Features

It's better than email because:

It's better than twitter and facebook because:

Pubs

In order to gossip outside your local network, you'll need to connect to a Pub.

You can find an invite to an available pub at the Pub servers registry.

Get an invite, then in patchwork: click "+ Join Pub" and paste the invite code.

This will cause you to follow the Pub and vise versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes.

Install

Download installers for Windows, macOS and Linux from patchwork/releases

Or you can build from source with node and npm installed:

$ git clone https://github.com/ssbc/patchwork
$ cd patchwork
$ npm install
$ npm start

On linux you'll need some more dependencies for the spell-checker. On debian:

sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev

Docs

Built with git-ssb-web