All Projects → airmessage → airmessage-web

airmessage / airmessage-web

Licence: Apache-2.0 license
AirMessage for the web

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to airmessage-web

ViziMessage
Visualize your iMessage history and interactions.
Stars: ✭ 18 (-83.49%)
Mutual labels:  imessage
airmessage-android
AirMessage for Android phones, tablets, and laptops
Stars: ✭ 94 (-13.76%)
Mutual labels:  imessage
message-indicator
🔵 SIMBL plugin that adds an indicator to messages in which you haven't responded
Stars: ✭ 21 (-80.73%)
Mutual labels:  imessage
zen-client
Zen's cross-platform desktop client 💬💻
Stars: ✭ 38 (-65.14%)
Mutual labels:  imessage
cat-message
Finds cat images/videos/gifs on reddit, sends them to my mom via applescript
Stars: ✭ 35 (-67.89%)
Mutual labels:  imessage
bluebubbles-app
A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
Stars: ✭ 338 (+210.09%)
Mutual labels:  imessage
airmessage-server-legacy
AirMessage's message relay server for Mac
Stars: ✭ 67 (-38.53%)
Mutual labels:  imessage
nodemessage
interact with your local iMessage database
Stars: ✭ 39 (-64.22%)
Mutual labels:  imessage
cve-2016-1764
Extraction of iMessage Data via XSS
Stars: ✭ 52 (-52.29%)
Mutual labels:  imessage
ichat2json
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT
Stars: ✭ 30 (-72.48%)
Mutual labels:  imessage
alfred-imessage-2fa
iMessage 2FA Workflow for Alfred
Stars: ✭ 71 (-34.86%)
Mutual labels:  imessage
leftonread
Left on Read
Stars: ✭ 22 (-79.82%)
Mutual labels:  imessage
imessage-chatbot
💬 Recurrent neural network -- generates messages in your style of speech! Trained on imessage data. Sqlite3, TensorFlow, Flask, Twilio SMS, AWS.
Stars: ✭ 33 (-69.72%)
Mutual labels:  imessage
unity-in-framework
Wrap Unity generated Xcode project in Framework
Stars: ✭ 20 (-81.65%)
Mutual labels:  imessage
iMessageBubble
A sub class of UITableViewCell to create exactly the same kind of bubbles that iMessage uses in iOS 8. Very easy to use and highly customizable.
Stars: ✭ 34 (-68.81%)
Mutual labels:  imessage
RecreatingiMessageConfetti
An Xcode Playground to show the internals of iMessage's Confetti implementation.
Stars: ✭ 29 (-73.39%)
Mutual labels:  imessage
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-83.49%)
Mutual labels:  imessage

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:

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 [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].