Desktop client for cabal, the p2p/decentralized/offline-first chat platform.
https://github.com/cabal-club/cabal-desktop/releases/
$ git clone https://github.com/cabal-club/cabal-desktop
$ cd cabal-desktop
$ yarn install # install dependencies
$ yarn start # start the application
https://aur.archlinux.org/packages/cabal-desktop-git/
build for current platform:
$ yarn run dist
build for multiple platforms:
$ ./bin/build-multi
This repository is formatted with StandardJS (there is a vscode plugin).