MCPcopy Create free account
hub / github.com/CommE2E/comm

github.com/CommE2E/comm

Chat with this repo
repository ↗ · DeepWiki ↗ · release web-v1.0.218 ↗ · + Follow · compare 2 versions
10,934 symbols 32,418 edges 2,598 files 265 documented · 2% updated 5d agoweb-v1.0.218 · 2026-06-02★ 330

Browse by type

Functions 7,671 Types & classes 3,263
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Dev environment

Note that it’s currently it’s only possible to contribute to this project from macOS. This is primarily due to iOS native development only being supported in macOS.

Check out our doc on how to set up our dev environment.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 4,868
Class 2,996
Method 2,803
Interface 163
Enum 104

Languages

TypeScript67%
Rust16%
C++14%
Java1%
Kotlin1%

Modules by API surface

services/electron-update-server/flow-typed/environments/bom.js334 symbols
lib/flow-typed/environments/bom.js333 symbols
services/electron-update-server/flow-typed/environments/html.js204 symbols
lib/flow-typed/environments/html.js204 symbols
web/shared-worker/_generated/comm-query-executor.js190 symbols
services/electron-update-server/flow-typed/environments/node.js163 symbols
lib/flow-typed/environments/node.js163 symbols
services/electron-update-server/flow-typed/environments/dom.js142 symbols
lib/flow-typed/environments/dom.js142 symbols
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp127 symbols
web/shared-worker/utils/sql-query-executor-wrapper.js120 symbols
desktop/addons/windows-pushnotifications/CollectionsWrap.h92 symbols

Dependencies from manifests, versioned

0x5.7.0 · 1×
@babel/cli7.28.3 · 1×
@babel/core7.28.3 · 1×
@babel/node7.28.0 · 1×
@babel/plugin-syntax-dynamic-import7.8.3 · 1×
@babel/plugin-transform-class-properties7.27.1 · 1×
@babel/plugin-transform-nullish-coalescing-operator7.27.1 · 1×
@babel/plugin-transform-object-rest-spread7.28.0 · 1×
@babel/plugin-transform-optional-chaining7.27.1 · 1×
@babel/plugin-transform-private-methods7.27.1 · 1×
@babel/plugin-transform-react-constant-elements7.27.1 · 1×
@babel/plugin-transform-runtime7.28.3 · 1×

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page