Skip to content

Releases: pushmanhq/pushman-cli

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 12:08
v0.1.1
e062e54

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 06:56
v0.1.0
d86f767

Full Changelog: v0.1.0-beta.4...v0.1.0

v0.1.0-beta.4

v0.1.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:32
v0.1.0-beta.4
5dde45d

v0.1.0-beta.3

v0.1.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:29
v0.1.0-beta.3
dff9666

Pushman CLI is now available through Homebrew on macOS and Linux.

Install

brew install whitekiwi/tap/pushman
pushman pair

The 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

v0.1.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:11
v0.1.0-beta.2
012b46d

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 version

Prebuilt 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-cli

See the first beta notes for the complete feature overview and the full diff for this correction.

v0.1.0-beta.1

v0.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:05
v0.1.0-beta.1
2c79741

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.1

Prebuilt 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-cli

Pushman for iPhone is currently in private beta. The public App Store link will be added to the repository when the listing is available.

See the changelog and README for details.