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 -hArchive size: ~2.3 MB
DownloadLinux
loginguards-linux-x64.zip
Static binary compiled for modern glibc-based distributions.
Example
./loginguards-linux -hArchive size: ~2.3 MB
DownloadmacOS (Intel)
loginguards-macos-intel.zip
Universal notarization ready build for Intel Macs.
Example
./loginguards-macos -hArchive size: ~2.3 MB
DownloadmacOS (ARM64)
loginguards-macos-arm64.zip
Optimized Apple Silicon binary for M-series devices.
Example
./loginguards-macos-arm64 -hArchive size: ~2.1 MB
DownloadInstallation & 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.