jonluca / mimessage

iMessage Wrapped, Semantic Search, and AI Chats
https://blog.jonlu.ca/posts/mimessage?ref=gh
130 stars 1 forks source link

MiMessage

MiMessage is a free and privacy preserving UI to help search, export and visualize your iMessage conversations. It helps export conversations, search conversations, and visualize stats about your conversations.

App screenshot

Installation

To install the application, check out the releases tab and download the app for your architecture. https://github.com/jonluca/mimessage/releases

Features

This alternative UI provides several advanced features, including:

Please note that this application is for viewing and managing iMessage conversations only. It does NOT allow you to send messages.

Wrapped

Mimessage also creates an "iMessage Wrapped" - a Spotify Wrapped, but for your conversations. It will generate some statistics about your conversations.

Wrapped

Fun sidenote: ChatGPT actually came up with a lot of the stats that would be interesting to see.

ChatGPT ideas

My stats look wrong

If a lot of your conversations are missing attachments, or the stats look wrong, you can try the following:

This will force iMessage to download all the attachments and messages to your computer. This process might take a while depending on how many messages you have.

Creating embedding is slow

The OpenAI rate limits are dependent on your tier and account age. Make sure you're on the "Pay as you go" plan, and your acount is at least 48 hours old.

Developing

First clone the repo, then run yarn to install dependencies. Then run yarn dev to start the application.

The recommended node version is v19

git clone git@github.com:jonluca/mimessage.git
cd mimessage
yarn install
yarn dev

Important note: your IDE or your terminal must have full disk access enabled in permissions. It will also request contacts permissions, to be able to read your contacts to map the phone numbers to names.

Credits