Installation# Loading latest release information…
Download# Pre-built binaries are available for Linux, Windows, and macOS.
After downloading, make the binary executable (Linux/macOS):
Optionally move it to a directory in your PATH:
sudo mv integritylens-linux-amd64 /usr/local/bin/integritylens
macOS
Linux
Windows
macOS (Apple Silicon) Download for macOS
After downloading, open Terminal and run:
# Make executable
chmod +x ~/Downloads/integritylens-darwin-arm64
# Move to a directory in your PATH
sudo mv ~/Downloads/integritylens-darwin-arm64 /usr/local/bin/integritylens On first launch, macOS may block the binary because it is not notarized.
Open System Settings → Privacy & Security and click
Allow Anyway , then run the command again.
SHA-256 checksum
Verify with: shasum -a 256 integritylens-darwin-arm64
Linux (amd64) Download for Linux
After downloading:
# Make executable
chmod +x integritylens-linux-amd64
# Move to a directory in your PATH
sudo mv integritylens-linux-amd64 /usr/local/bin/integritylens SHA-256 checksum
Verify with: sha256sum integritylens-linux-amd64
Windows (amd64) Download for Windows
Move integritylens-windows-amd64.exe to a folder of your choice (e.g. C:\Tools). Add that folder to your PATH environment variable so you can run integritylens from any terminal. Open Command Prompt or PowerShell and verify: integritylens --help SHA-256 checksum
Verify in PowerShell: Get-FileHash integritylens-windows-amd64.exe
Download# Pre-built binaries are available for Linux, Windows, and macOS.
After downloading, make the binary executable (Linux/macOS):
Optionally move it to a directory in your PATH:
sudo mv integritylens-linux-amd64 /usr/local/bin/integritylens Updating# Quadrant IntegrityLens can update itself. Check for updates and apply them
directly from the command line:
# Check if a new version is available
integritylens update check
# Download and install the latest version
integritylens update apply The tool also checks for updates automatically in the background (at most once
every 24 hours) and will notify you when a new version is available.