Releases: pushmanhq/pushman-cli
Release list
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: v0.1.0-beta.4...v0.1.0
v0.1.0-beta.4
v0.1.0-beta.3
Pushman CLI is now available through Homebrew on macOS and Linux.
Install
brew install whitekiwi/tap/pushman
pushman pairThe fully qualified install adds the tap automatically and trusts only the Pushman Formula. Future signed releases update the Formula automatically with platform-specific SHA-256 digests.
Or ask Claude Code
claude "Install Pushman CLI from https://github.com/WhiteKiwi/pushman-cli using the safest supported method for this machine, verify it, then guide me through pairing. Ask before sending a test notification."Review and approve each command it proposes. See the Installation Guide for Go installs, verified archives, upgrades, uninstalling, and troubleshooting.
Prebuilt archives remain available below for macOS, Linux, and Windows on arm64 and x86_64. Every archive is covered by checksums.txt and GitHub build provenance.
Full changelog: v0.1.0-beta.2...v0.1.0-beta.3
v0.1.0-beta.2
This is the recommended Pushman CLI beta release.
It contains the complete first-beta command surface and fixes version reporting for installations made with go install. Those builds now read the tagged Go module version instead of displaying dev.
Install
go install github.com/WhiteKiwi/pushman-cli/cmd/pushman@v0.1.0-beta.2
pushman versionPrebuilt archives are available below for macOS, Linux, and Windows on arm64 and x86_64. Each archive is covered by checksums.txt and GitHub build provenance.
awk -v name="<asset-name>" '$2 == name' checksums.txt | shasum -a 256 -c -
gh attestation verify "<asset-name>" -R WhiteKiwi/pushman-cliSee the first beta notes for the complete feature overview and the full diff for this correction.
v0.1.0-beta.1
The first public beta of Pushman CLI is ready.
Pair the CLI with Pushman on your iPhone, then send personal push notifications from a terminal, shell script, server, or CI job.
Highlights
- Send rich notifications with a title, subtitle, URL, image, sound, group, and update key.
- Target one or more receiving devices explicitly.
- Inspect seven-day history, monthly usage, pairing status, and connectivity diagnostics.
- Store paired credentials in macOS Keychain, Windows Credential Manager, or Secret Service on Linux.
- Use stable JSON output and environment-only automation credentials in scripts and CI.
Install
go install github.com/WhiteKiwi/pushman-cli/cmd/pushman@v0.1.0-beta.1Prebuilt archives are available below for macOS, Linux, and Windows on arm64 and x86_64.
Verify a download
awk -v name="<asset-name>" '$2 == name' checksums.txt | shasum -a 256 -c -
gh attestation verify "<asset-name>" -R WhiteKiwi/pushman-cliPushman for iPhone is currently in private beta. The public App Store link will be added to the repository when the listing is available.