Option A: native Mac bridge
Best when you use Ara desktop and want local iMessage integration.Flow
- Desktop app receives iMessage events from macOS
- Events are forwarded to your cloud session/runtime
- Runtime generates response
- Desktop app sends response back through Messages
Tradeoff
Desktop app must be online for message relay.Option B: Linq channel bridge (always-on)
Best when you want cloud-native, always-on messaging with protocol fallback. Linq supports:- iMessage
- RCS
- SMS fallback
Flow
- Incoming message hits Linq webhook
- Webhook event is processed by runtime channel adapter
- Runtime responds through Linq API
- User receives message on best available protocol
Setup guidance
Configure credentials
For Linq, configure token and
from_number; for desktop, ensure macOS account permissions.Recommendation
- Use desktop bridge for personal local workflows.
- Use Linq for 24/7 autonomous communication and iMessage/RCS/SMS continuity.

