ReagentX/imessage-exporter

Export iMessage data + run iMessage Diagnostics

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 12th, 2026
Created on May 5th, 2022
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 305
Total Stargazers: 5,588 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.2 hours
Mean response time: 5.9 days
90th percentile: 3.2 hours
Tracked items: 106

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 9% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • crate: cli (40)
  • crate: database (37)
  • bug (36)
  • new feature (23)
  • html (19)
  • enhancement (13)
  • table (9)
  • compatibility (6)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

imessage-exporter is a command-line tool and Rust library that exports iMessage data from Apple's messaging database to portable formats while preserving multimedia content and conversation structure.

The tool solves the problem of iMessage data being locked into Apple's proprietary database format by reverse-engineering the underlying database structure and providing read-only access to message history. It works by parsing the iMessage database directly and converting conversations into open formats like HTML and plain text, while also running diagnostics to identify corruption or issues within the database itself. The project supports the full range of iMessage features including threads, reactions, attachments, edited messages, and group chats across iMessage, RCS, SMS, and MMS protocols.

Developers and users who need to archive messages, migrate between devices, comply with data retention policies, or simply gain ownership of their communication history should consider this tool. It runs on macOS, Linux, and Windows, making it useful for anyone locked into the Apple ecosystem who wants portable backups. The project is particularly suited for those who want to preserve multimedia alongside message text and need reliable diagnostics on their iMessage database integrity. The README does not compare this tool to alternatives.

The project maintains active development with regular updates to support new iMessage features as they are released by Apple. The codebase is well-documented with a dedicated library component providing cross-platform data structures for programmatic access to iMessage information. The maintainer has invested significant effort in reverse-engineering Apple's proprietary formats, including the plist-based payload data and typedstream encoding, drawing on historical source code and detailed Unicode resources to ensure accuracy. The project includes comprehensive feature documentation and a FAQ addressing common questions about usage and capabilities.