SignEnvoy

Download the CLI

senv 0.2.0, published 2026-08-23 14:28:19 UTC. Closed source, freely downloadable under the EULA. It talks only to the SignEnvoy API and sends no telemetry. How sign-in works.

Install

Homebrew (macOS and Linux)

brew tap signenvoy/signenvoy
brew install senv

npm

npm install -g @signenvoy/cli

Install script (macOS and Linux)

curl -fsSL https://get.signenvoy.com/install.sh | sh

Read the script before you run it: it downloads the archive for your platform, checks its SHA-256 against the signed manifest, and installs to ~/.local/bin. Verifying the signature yourself is described below.

Direct downloads

Some of these binaries are not yet signed by Apple or Microsoft, so a browser download may warn before it runs. Homebrew and the install script are not affected. The checksum file is signed; verify it and the binary is exactly what was released.

PlatformFileSizeSigningSHA-256
macOS, Intel / AMD64 senv_0.2.0_darwin_amd64.tar.gz 4.2 MB Checksum signed with minisign 380f2b09e6e934316b18a4e9c4be93f68606c5308bef3a3ff5ab91d8f9414f7c
macOS, Apple silicon senv_0.2.0_darwin_arm64.tar.gz 3.9 MB Checksum signed with minisign 4d6269de276bca271ec8ba4c0947efc15d2eba71f15286bcc3cfce937ede28e6
Linux, Intel / AMD64 senv_0.2.0_linux_amd64.tar.gz 4.3 MB Checksum signed with minisign 0b8ffef8414019c4a29dcb8694e2547656daa7a46d2cdcb3343ec79cedd31e43
Linux, Apple silicon / ARM64 senv_0.2.0_linux_arm64.tar.gz 3.9 MB Checksum signed with minisign 36e3307d799e4bdf9a35bce5c099763315e7c89fea6492ed70f931f431c07a7d
Windows, Intel / AMD64 senv_0.2.0_windows_amd64.zip 4.3 MB Checksum signed with minisign 70574a06c4af52cad55e40438669ac39d4eca90f2c29f22b29930f2173d09610
Windows, Apple silicon / ARM64 senv_0.2.0_windows_arm64.zip 3.8 MB Checksum signed with minisign 5574b46629129062855c914cdf8b37e1af03481b4e2cfbabe6ac1461b7d9c39f

Verify a download

Every release ships checksums.txt and its minisign signature. The public key is published at https://get.signenvoy.com/minisign.pub.

minisign -Vm checksums.txt -P RWR3F1QFYTAIWmll3Iw/zI6J3PHrX3ICEMzqe90AblVeBO5D9jSdzQYW
shasum -a 256 -c checksums.txt --ignore-missing

A good signature means the checksum file is the one the release pipeline produced; a matching checksum means your download is the file it lists. Release notes: 0.2.0.