# cabal-desktop **Repository Path**: mirrors_opencollective/cabal-desktop ## Basic Information - **Project Name**: cabal-desktop - **Description**: Desktop client for Cabal, the p2p/decentralized/local-first chat platform. - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cabal Desktop > Desktop client for cabal, the p2p/decentralized/offline-first chat platform.
## Install ### Download the latest release https://github.com/cabal-club/cabal-desktop/releases/ ### Build from source ``` $ git clone https://github.com/cabal-club/cabal-desktop $ cd cabal-desktop $ npm install # install dependencies $ npm start # start the application ``` ### Download from AUR https://aur.archlinux.org/packages/cabal-desktop-git/ ## Distribute build for current platform: ``` $ npm run dist ``` build for [multiple platforms](https://www.electron.build/multi-platform-build#docker): ``` $ ./bin/build-multi ``` ## How to Contribute ### Formatting Rules This repository is formatted with [StandardJS](https://standardjs.com/) (there is a [vscode](https://marketplace.visualstudio.com/items?itemName=chenxsan.vscode-standardjs) plugin).