Download LoginGuards CLI

Choose the platform-specific package you need. Every build is a self-contained, signed binary that works offline with your API key.

Windows

loginguards-windows-x64.zip

64-bit standalone binary packaged as a ZIP archive.

Example
.\loginguards.exe -h
Archive size: ~2.3 MB
Download
Linux

loginguards-linux-x64.zip

Static binary compiled for modern glibc-based distributions.

Example
./loginguards-linux -h
Archive size: ~2.3 MB
Download
macOS (Intel)

loginguards-macos-intel.zip

Universal notarization ready build for Intel Macs.

Example
./loginguards-macos -h
Archive size: ~2.3 MB
Download
macOS (ARM64)

loginguards-macos-arm64.zip

Optimized Apple Silicon binary for M-series devices.

Example
./loginguards-macos-arm64 -h
Archive size: ~2.1 MB
Download

Installation & Verification

Files are signed and hashed before release. Always verify authenticity before executing in production environments.

  • Unzip the archive and run the binary with --help to confirm the version.
  • Set execute permissions on Unix-like systems: chmod +x ./loginguards-linux
  • Store your API key securely. The CLI reads it only when passed via argument or environment variable.
  • Use the command loginguards profile -a "<api-key>" to confirm connectivity before automation.