iMessage Configuration
Integrates with iMessage through the imsg CLI tool (macOS only).
Quick Start
- Install imsg:
brew install steipete/tap/imsg - Grant macOS permissions (Full Disk Access, Automation)
- 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.