After dad’s passing, I wanted to export…
After dad’s passing, I wanted to export all of our iMessages into a portable format. There’s a much easier than extracting from an iPhone via paid proprietary software:
- brew install imessage-exporter
- imessage-exporter -f html
That’s it. They’ll all be in your home directory in a folder called imessage_export
. github.com/ReagentX/imessage-exporter