# imessage-exporter を Homebrew でインストール

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
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/imessage-exporter>
- **バージョン:** 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>
- **ライセンス:** GPL-3.0-only
- **ソースアーカイブ:** <https://github.com/ReagentX/imessage-exporter/archive/refs/tags/4.2.0.tar.gz>
- **最終更新:** 2026-06-19T01:16:53Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- imessage-exporter (cli)
- imessage-exporter (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 4.2.0
- マネージャ更新日: 2026-06-19
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/ReagentX/imessage-exporter
- 検出された最新: 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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** imessage-exporter
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [mackup](https://pkg.so/ja/brew/mackup/) - Shares pkgdb curated category or tags: cli, macos, productivity.
- [ical-buddy](https://pkg.so/ja/brew/ical-buddy/) - Shares pkgdb curated category or tags: cli, macos, productivity.
- [dockutil](https://pkg.so/ja/brew/dockutil/) - Shares pkgdb curated category or tags: cli, macos, productivity.
- [clippy](https://pkg.so/ja/brew/clippy/) - Shares pkgdb curated category or tags: cli, macos, productivity.
- [clipper](https://pkg.so/ja/brew/clipper/) - Shares pkgdb curated category or tags: cli, macos, productivity.
- [webarchiver](https://pkg.so/ja/brew/webarchiver/) - Shares pkgdb curated category or tags: cli, macos, productivity.
- [fcitx-remote-for-osx](https://pkg.so/ja/brew/fcitx-remote-for-osx/) - Shares pkgdb curated category or tags: cli, macos, productivity.
- [tmux](https://pkg.so/ja/brew/tmux/) - Shares pkgdb curated category or tags: cli, productivity.
- [aliyunpan](https://pkg.so/ja/brew/aliyunpan/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, productivity.
- [bartib](https://pkg.so/ja/brew/bartib/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, productivity.

## 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
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
