Official CLI for messages.dev. Send and receive iMessages, manage lines, and stream events live, all from your terminal.
curl -fsSL https://www.messages.dev/install.sh | shOr via npm:
npm install -g @messages-dev/cliThe curl install drops a single self-contained binary in ~/.messages/bin/
and prints the PATH line you need. The npm install requires Node 20+.
messages-dev loginFor headless use, set MESSAGES_API_KEY=sk_live_… and skip login.
messages-dev lines list
messages-dev send +14155551234 "hi from the terminal"messages-dev --help
messages-dev <command> --helpFull reference: www.messages.dev/docs/cli
MIT — see LICENSE.