Skip to content

Releases: Orboul/relayme-cli

Relay Me CLI v0.1.2

Choose a tag to compare

@matthewsawatzky matthewsawatzky released this 13 Aug 16:37

Install on macOS or Linux

Use the verified installer. Do not download the raw macOS binary in a browser.

curl -fsSL https://relaymethis.com/install | sh

Windows users can download the matching .exe asset below.

Run relayme login after installation to connect the CLI to your account.

Source for this version is available under Apache-2.0 at cli-v0.1.2.

Relay Me CLI v0.1.1

Choose a tag to compare

@matthewsawatzky matthewsawatzky released this 06 Aug 11:07

Install on macOS or Linux

Use the verified installer. Do not download the raw macOS binary in a browser.

curl -fsSL https://relaymethis.com/install | sh

Windows users can download the matching .exe asset below.

Run relayme login after installation to connect the CLI to your account.

Source for this version is available under Apache-2.0 at cli-v0.1.1.

Relay Me CLI v0.1.0

Choose a tag to compare

@matthewsawatzky matthewsawatzky released this 04 Aug 12:18

Relay Me CLI

Relay Me CLI connects scripts, servers, and local tools to Relay Me without
copying API tokens by hand. Run relayme login, approve the requesting device
in your browser, and choose the mailing lists and sending identities it may
use.

Why this repository exists

This small public repository hosts downloadable CLI releases so GitHub—not the
Relay Me application server—serves the binary traffic. It contains release
artifacts and installation instructions, not application source code.

Install on macOS or Linux

curl -fsSL https://relaymethis.com/install | sh

The installer detects the native operating system and architecture, verifies
the downloaded binary against the published SHA-256 manifest, makes it
executable, and installs it.

Do not download the raw macOS binaries in a browser. Browser downloads lose
their executable permission and macOS quarantines unsigned executables. The
installer avoids both problems.

Windows

Download the matching .exe from the
latest release:

  • relayme-windows-amd64.exe for most Windows computers
  • relayme-windows-arm64.exe for Windows on Arm

First login

relayme login

The CLI opens Relay Me in your browser for approval, then stores its token in
your operating system credential store when available. Run relayme whoami to
view the active token configuration.

Release integrity

Every release includes SHA256SUMS. The macOS and Linux installer checks the
selected binary against that manifest before installing it.