MCPcopy Index your code
hub / github.com/cabal-club/cabal-desktop

github.com/cabal-club/cabal-desktop @v8.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v8.0.0 ↗ · + Follow
194 symbols 401 edges 28 files 0 documented · 0% updated 2y agov8.0.0 · 2023-12-11★ 91369 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Cabal Desktop

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

Screen Shot 2020-06-05 at 10 29 00 AM

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

$ yarn install             # install dependencies
$ yarn start               # start the application

Build under NixOS

This gist contains a nix-shell file for development purposes. It sidesteps the issue of packaging the full package tree as a release into nixpkgs.

Download from AUR

https://aur.archlinux.org/packages/cabal-desktop-git/

Updating MacOS DMG background image

tiffutil -cathidpicheck cabal-desktop-dmg-background.jpg cabal-desktop-dmg-background@2x.jpg -out dmg-background.tiff

Distribute

TravisCI will automatically create and upload the appropriate release packages for you when you're ready to release. Here's the process for distributing production builds.

  1. Draft a new release. Set the “Tag version” to the value of version in your application package.json, and prefix it with v. “Release title” can be anything you want. For example, if your application package.json version is 1.0, your draft’s “Tag version” would be v1.0.

  2. Push some commits. Every CI build will update the artifacts attached to this draft.

  3. Once you are done, create the tag (e.g., git tag v6.0.0) and publish the release (git push --tags && npm publish). GitHub will tag the latest commit for you.

The benefit of this workflow is that it allows you to always have the latest artifacts, and the release can be published once it is ready.

Build for current platform:

$ yarn 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).

Core symbols most depended-on inside this repo

Shape

Function 163
Class 16
Method 15

Languages

TypeScript100%

Modules by API surface

app/actions.js60 symbols
app/containers/write.js22 symbols
app/containers/sidebar.js18 symbols
app/containers/mainPanel.js18 symbols
app/containers/profilePanel.js9 symbols
app/containers/addCabal.js9 symbols
app/containers/channelBrowser.js8 symbols
app/containers/cabalsList.js8 symbols
app/containers/cabalSettings.js7 symbols
app/containers/appSettings.js6 symbols
app/updater.js5 symbols
app/containers/messages.js4 symbols

For agents

$ claude mcp add cabal-desktop \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page