Releases: Orboul/relayme-cli
Release list
Relay Me CLI v0.1.2
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 | shWindows 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
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 | shWindows 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
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 | shThe 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.exefor most Windows computersrelayme-windows-arm64.exefor Windows on Arm
First login
relayme loginThe 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.