Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Comm App - Self-Hosted Alternative to Signal, Wire, WhatsApp, Telegram

Comm App - Self-Hosted Alternative to Signal, Wire, WhatsApp, Telegram

Scheduled Pinned Locked Moved App Wishlist
1 Posts 1 Posters 28 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • robiR Offline
    robiR Offline
    robi
    wrote last edited by robi
    #1

    Comm

    Comm is an E2E-encrypted messaging app. You can think of it as Signal with an IRC-like federated community layer.

    • DMs and group chats are E2EE between devices using pairwise Double Ratchet sessions initiated via X3DH.
    • Communities, which consist of a tree structure of channels, are hosted on federated user-run backends that we call keyservers. Communication is encrypted via TLS.

    Learn more at comm.app!

    Repo structure

    The client apps and keyserver layer are mostly written in Flow-typed Javascript. These projects are organized in a monorepo structure using Yarn Workspaces.

    • native contains the code for the React Native app, which supports both iOS and Android.
    • keyserver contains the code for the Node/Express server. This includes the application server for the communities layer (the "keyserver"), and can be configured to serve web and landing as well (see below).
    • web contains the code for the React desktop website.
    • landing contains the code for the Comm landing page.
    • lib contains code that is shared across multiple other workspaces, including most of the Redux stack that is shared across native/web.

    Comm's backend services are centralized and never touch plaintext data. They are written in Rust and deployed with Terraform to AWS. These projects are organized in a monorepo structure using Cargo Workspaces.

    • services contains the various different backend services.
    • shared contains gRPC and protobuf definitions, and shared Rust libraries.

    I am in touch with the developer.

    Conscious tech

    1 Reply Last reply
    3
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Bookmarks
    • Search