MCPcopy Index your code
hub / github.com/airmessage/airmessage-web

github.com/airmessage/airmessage-web @rel-1.4.9

Chat with this repo
repository ↗ · DeepWiki ↗ · release rel-1.4.9 ↗ · + Follow
643 symbols 1,656 edges 127 files 20 documented · 3% updated 3y agorel-1.4.9 · 2022-10-19★ 17221 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

AirMessage for web

AirMessage running on Microsoft Edge

AirMessage lets people use iMessage on the devices they like. AirMessage for web brings iMessage to modern web browsers over a WebSocket proxy. Production builds are hosted on web.airmessage.org.

Other AirMessage repositories: Server | Android | Connect (community)

Getting started

To build AirMessage for web, you will need Node.js.

AirMessage for web uses React and TypeScript. If you're not familiar with these tools, they both have great introductory guides: - React - Getting started - TypeScript for JavaScript Programmers

AirMessage for web uses a configuration file to associate with online services like Firebase and Sentry. The app will not build without a valid configuration, so to get started quickly, you can copy the src/secrets.default.ts file to src/secrets.ts to use a pre-configured Firebase project, or you may provide your own Firebase configuration file.

To launch a development server, run npm start. To build a production-optimized bundle, run npm run build.

Building and running for AirMessage Connect

In order to help developers get started quickly, we host a separate open-source version of AirMessage Connect at connect-open.airmessage.org. The default configuration is pre-configured to authenticate and connect to this server. Since this version of AirMessage Connect is hosted in a separate environment from official servers, you will have to be running a version of AirMessage Server that also connects to the same AirMessage Connect server.

We kindly ask that you do not use AirMessage's official Connect servers with any unofficial builds of AirMessage-compatible software.


Thank you for your interest in contributing to AirMessage! You're helping to shape the future of an open, secure messaging market. Should you have any questions, comments, or concerns, please shoot an email to hello@airmessage.org.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 293
Method 206
Interface 56
Class 46
Enum 42

Languages

TypeScript100%

Modules by API surface

src/connection/connectionManager.ts81 symbols
src/connection/comm5/clientProtocol5.ts70 symbols
src/connection/comm5/clientProtocol4.ts57 symbols
src/connection/communicationsManager.ts32 symbols
src/connection/comm5/clientComm5.ts26 symbols
src/data/blocks.ts21 symbols
src/util/conversationUtils.ts18 symbols
src/connection/comm5/airPacker.ts17 symbols
src/data/stateCodes.ts14 symbols
src/components/messaging/thread/MessageList.tsx14 symbols
src/connection/comm5/airUnpacker.ts13 symbols
src/util/eventEmitter.ts12 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page