# 使用 Homebrew 安装 imessage-exporter

查看 imessage-exporter 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:imessage-exporter
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install imessage-exporter
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:imessage-exporter
- **软件包管理器:** Homebrew
- **版本:** 4.2.0
- **来源摘要:** Command-line tool to export and inspect local iMessage database
- **主页:** <https://github.com/ReagentX/imessage-exporter>
- **仓库:** <https://github.com/ReagentX/imessage-exporter>
- **最后更新:** 2026-06-19T01:16:53Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- imessage-exporter (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 4.2.0
## 项目历史与用法

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.

### 时间线

- 2022: The GitHub repository is created.
- 2025: Version 3.0.0 adopts crabstep typedstream deserialization and reports large export performance gains.
- 2026: Version 4.0.0 adds jailbroken iOS filesystem data support, diagnostics changes, dependency reductions, API changes, and HTML security work.
- 2026: Version 4.2.0 is published after the 4.x series has expanded support for modern Messages features.

### Related projects

- imessage_database is the library crate in the same repository.
- crabstep is used for typedstream deserialization.
- crabapple is referenced for encrypted iOS backup handling.
- SQLite viewers, Xplist, GNUstep/libobjc sources, and preserved Darwin sources are credited by the project as reverse-engineering aids.

### 来源

- <https://api.github.com/repos/ReagentX/imessage-exporter>
- <https://api.github.com/repos/ReagentX/imessage-exporter/releases>
- <https://formulae.brew.sh/api/formula/imessage-exporter.json>
- <https://github.com/ReagentX/imessage-exporter>
- <https://raw.githubusercontent.com/ReagentX/imessage-exporter/develop/README.md>
- <https://raw.githubusercontent.com/ReagentX/imessage-exporter/develop/docs/features.md>
- <https://raw.githubusercontent.com/ReagentX/imessage-exporter/develop/imessage-exporter/README.md>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Combined YAML source

View the package source record on GitHub. [combined/imessage-exporter.yml](https://github.com/mxcl/pkgdb/blob/main/combined/imessage-exporter.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
