Skip to content

Releases: eddmann/whatsapp-cli

whatsapp-cli v0.2.1

20 Jan 13:53

Choose a tag to compare

Changed

  • Release workflow now extracts version and release notes automatically from CHANGELOG.md

whatsapp-cli v0.2.0

02 Jan 17:29

Choose a tag to compare

whatsapp-cli v0.2.0

WhatsApp from your terminal. Pipe it, script it, automate it.

Installation

# One-liner install (recommended)
curl -fsSL https://raw.githubusercontent.com/eddmann/whatsapp-cli/main/install.sh | sh

# Or download manually:

# macOS (Apple Silicon)
curl -L https://github.com/eddmann/whatsapp-cli/releases/download/v0.2.0/whatsapp-macos-arm64 -o whatsapp
chmod +x whatsapp
sudo mv whatsapp /usr/local/bin/

# macOS (Intel)
curl -L https://github.com/eddmann/whatsapp-cli/releases/download/v0.2.0/whatsapp-macos-x64 -o whatsapp
chmod +x whatsapp
sudo mv whatsapp /usr/local/bin/

# Linux (x64)
curl -L https://github.com/eddmann/whatsapp-cli/releases/download/v0.2.0/whatsapp-linux-x64 -o whatsapp
chmod +x whatsapp
sudo mv whatsapp /usr/local/bin/

Features

  • All your WhatsApp data — chats, messages, contacts, groups, media
  • Script and automate — composable with jq, pipes, xargs, and standard Unix tools
  • AI agent ready — install the skill for Claude, Cursor, and other assistants
  • Flexible output — JSON for scripts, CSV for spreadsheets, tables for humans

Getting Started

Run whatsapp auth login to authenticate (scan QR code with your phone)

whatsapp-cli v0.1.0

23 Dec 09:16

Choose a tag to compare

whatsapp-cli v0.1.0

WhatsApp from your terminal. Pipe it, script it, automate it.

Installation

# One-liner install (recommended)
curl -fsSL https://raw.githubusercontent.com/eddmann/whatsapp-cli/main/install.sh | sh

# Or download manually:

# macOS (Apple Silicon)
curl -L https://github.com/eddmann/whatsapp-cli/releases/download/v0.1.0/whatsapp-macos-arm64 -o whatsapp
chmod +x whatsapp
sudo mv whatsapp /usr/local/bin/

# macOS (Intel)
curl -L https://github.com/eddmann/whatsapp-cli/releases/download/v0.1.0/whatsapp-macos-x64 -o whatsapp
chmod +x whatsapp
sudo mv whatsapp /usr/local/bin/

# Linux (x64)
curl -L https://github.com/eddmann/whatsapp-cli/releases/download/v0.1.0/whatsapp-linux-x64 -o whatsapp
chmod +x whatsapp
sudo mv whatsapp /usr/local/bin/

Features

  • All your WhatsApp data — chats, messages, contacts, groups, media
  • Script and automate — composable with jq, pipes, xargs, and standard Unix tools
  • AI agent ready — install the skill for Claude, Cursor, and other assistants
  • Flexible output — JSON for scripts, CSV for spreadsheets, tables for humans

Getting Started

Run whatsapp auth login to authenticate (scan QR code with your phone)