Get the agent.

Choose your platform, download the agent and register your device. System packages may require administrator access.

Until signed releases are available. Packages and minisign manifest verification are available. Apple Developer ID and Windows Authenticode releases are still being prepared, so Gatekeeper or SmartScreen may show a warning.

For trusted demo builds before the first signed release: on macOS, use xattr -d com.apple.quarantine ./trustflare-agent or “Open Anyway”; on Windows, use Unblock-File .\trustflare-agent.exe or “Keep anyway”. Linux does not require this workaround. Windows .msi packages await a legal-entity signing certificate.

macOS — Apple Silicon M1–M4 · arm64Suggested for this device
1 · Download and open the package
curl -fLO https://dl.trustflare.tech/agent/latest/TrustFlare-Agent-macos-arm64.pkg
open TrustFlare-Agent-macos-arm64.pkg
2 · Register the device
/usr/local/bin/trustflare-agent enroll --backend 

Check: trustflare-agent status. Manifest signature: SHA256SUMS.txt.minisig.

macOS — Intel x86_64Suggested for this device
1 · Download and open the package
curl -fLO https://dl.trustflare.tech/agent/latest/TrustFlare-Agent-macos-intel.pkg
open TrustFlare-Agent-macos-intel.pkg
2 · Register the device
/usr/local/bin/trustflare-agent enroll --backend 

Check: trustflare-agent status · SHA256SUMS.txt.

Windows 10 / 11 · x64Suggested for this device
1 · Download with PowerShell
iwr https://dl.trustflare.tech/agent/latest/trustflare-agent-windows-amd64.exe -OutFile trustflare-agent.exe
2 · Set up the agent
.\trustflare-agent.exe install
3 · Register the device
.\trustflare-agent.exe enroll --backend 

Check: .\trustflare-agent.exe status · checksum: certutil -hashfile trustflare-agent.exe SHA256SHA256SUMS.txt. The standalone agent uses your user profile.

Windows on ARM arm64Suggested for this device
1 · Download with PowerShell
iwr https://dl.trustflare.tech/agent/latest/trustflare-agent-windows-arm64.exe -OutFile trustflare-agent.exe
2 · Set up the agent
.\trustflare-agent.exe install
3 · Register the device
.\trustflare-agent.exe enroll --backend 

Check: .\trustflare-agent.exe status · checksum: certutil -hashfile trustflare-agent.exe SHA256SHA256SUMS.txt.

Linux Ubuntu / Debian / Fedora / Arch · x64Suggested for this device
1 · Install from the apt repository
curl -fsSL https://dl.trustflare.tech/linux/trustflare-packages.asc | sudo gpg --dearmor -o /usr/share/keyrings/trustflare.gpg
echo 'deb [signed-by=/usr/share/keyrings/trustflare.gpg] https://dl.trustflare.tech/linux/apt stable main' | sudo tee /etc/apt/sources.list.d/trustflare.list
sudo apt update && sudo apt install trustflare-agent
Or download a standalone binary
curl -fLo trustflare-agent https://dl.trustflare.tech/agent/latest/trustflare-agent-linux-amd64
chmod +x trustflare-agent
2 · Set up the agent
./trustflare-agent install
3 · Register the device
./trustflare-agent enroll --backend 

For the standalone binary, verify sha256sum trustflare-agent against SHA256SUMS.txt. For an apt install, run trustflare-agent enroll --backend <your-address>.

Linux on ARM arm64 / aarch64Suggested for this device
1 · Download and make executable
curl -fLo trustflare-agent https://dl.trustflare.tech/agent/latest/trustflare-agent-linux-arm64
chmod +x trustflare-agent
2 · Set up the agent
./trustflare-agent install
3 · Register the device
./trustflare-agent enroll --backend 

Checksum: sha256sum trustflare-agentSHA256SUMS.txt.

Can’t find your platform? Contact us for help.