macOS
brew install imessage-exporterlocal Homebrew formula metadata
安装
brew install imessage-exporterlocal Homebrew formula metadata
概览
Command-line tool to export and inspect local iMessage database
历史
iMessage Exporter is a Rust CLI and library for reading Apple's Messages databases and exporting message history to portable formats. It is package-nerd interesting because it turns a private, shifting Apple data store into a reproducible command-line archive workflow.
The repository was created in May 2022. Its README describes a dual crate: a binary named imessage-exporter and a library named imessage_database for accessing iMessage data as native cross-platform structures.
The project grew from basic export into detailed reverse engineering of Messages.app data. The feature docs cover macOS chat.db, iOS backups, jailbroken iOS filesystem data, typedstream message bodies, attachments, edited and unsent messages, tapbacks, stickers, URL previews, Apple Pay messages, Digital Touch, and many other message forms.
Release 3.0.0 in June 2025 adopted the crabstep typedstream deserializer and emphasized performance. Release 4.0.0 in March 2026 added jailbroken iOS filesystem support, restructured diagnostics, dependency reductions, API breaks, and HTML-output hardening.
The binary docs list installation through Cargo, Homebrew, prebuilt macOS binaries, and source builds. Homebrew formula metadata records bottled distribution, while the GitHub repository has accumulated several thousand stars, indicating visibility beyond a narrow personal script.
The project also accumulated a small ecosystem around the author's reverse-engineering work: crabstep for typedstream parsing and crabapple for encrypted iOS backup handling are both referenced by the documentation.
The CLI exports local macOS Messages data or iOS backup data to txt or html, can copy or convert attachments, and can run diagnostics against the message database. The documented default macOS source is ~/Library/Messages/chat.db and the default export directory is ~/imessage_export.
It is mostly read-only archival tooling: useful for personal backups, migration, compliance retention, legal discovery preparation, and diagnostics, rather than for sending messages or modifying Apple's database.
iMessage Exporter is significant because the hard part is not the CLI wrapper; it is the encoded domain knowledge about Apple's SQLite schemas, binary typedstream payloads, attachment formats, and platform-specific backup layouts.
For package managers, it packages a high-churn reverse-engineering project into a normal command. That makes a local-data liberation workflow installable with brew or cargo instead of a pile of ad hoc scripts.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
imessage-exporter | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:imessage-exporter |
|---|---|
| 版本 | 4.2.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/ReagentX/imessage-exporter |
| 仓库 | https://github.com/ReagentX/imessage-exporter |
| 最后更新 | 2026-06-19T01:16:53Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.