加入我们的 Telegram 社群 (clawdbotCN) 学习分享和了解更多 →
en
Channels
iMessage

iMessage Configuration

Integrates with iMessage through the imsg CLI tool (macOS only).

Quick Start

  1. Install imsg: brew install steipete/tap/imsg
  2. Grant macOS permissions (Full Disk Access, Automation)
  3. Configure:
{
  channels: {
    imessage: {
      enabled: true,
      cliPath: "/opt/homebrew/bin/imsg",
      dbPath: "~/Library/Messages/chat.db",
      dmPolicy: "pairing"
    }
  }
}

Advanced Setup

Remote Mac: Point cliPath to SSH wrapper for iMessage on another Mac.

Tailscale Bridge: Connect Linux gateway to remote Mac via Tailscale.

Next Steps