Download the relayme CLI
One command to install. No package manager required.
macOS and Linux
RecommendedOne command. It picks the right file for your computer, gets it, and sets it up. You're ready to go in a few seconds.
curl -fsSL https://app.relaymethis.com/install | sh
Curious what it actually does? The full script is short and readable — view it on GitHub before you run it.
Windows
Experimental binariesThere is no native Windows install script yet. Prebuilt Windows binaries are available, but they have not been tested and may not work on your system.
You can try the experimental Windows binaries on GitHub. For the supported install path, you can install WSL and run the macOS and Linux command above from your WSL environment.
Download from GitHub
Grab a specific binary straight from the release. Pick the one that matches your OS and architecture, then follow the setup steps in the docs.
Each release also publishes a SHA256SUMS manifest and an install.sh you can audit. All releases.
Look before you run
It's normal to be cautious. The installer is short, plain, and lives on GitHub. Feel free to read it first.
# read the installer before you run it
curl -fsSL https://relaymethis.com/install
# or grab it directly from GitHub
curl -fsSLO https://github.com/Orboul/relayme-cli/releases/latest/download/SHA256SUMS
If anything ever looks off, please let us know at [email protected].
Files come from GitHub
The link above points straight at the public GitHub release, so you're getting the same files we do.
Auditable install script
The script is small and easy to read. It doesn't download anything else, doesn't run anything hidden, and quits if anything looks wrong.
It stops when it should
If the file is broken or missing for your platform, the installer refuses to install anything at all.
All set?
Run relayme login to sign in, then pick which mailing lists and senders
to connect in your browser.