Get the agent.
Choose your platform, download the agent and register your device. System packages may require administrator access.
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
curl -fLO https://dl.trustflare.tech/agent/latest/TrustFlare-Agent-macos-arm64.pkg open TrustFlare-Agent-macos-arm64.pkg
/usr/local/bin/trustflare-agent enroll --backend
Check: trustflare-agent status. Manifest signature: SHA256SUMS.txt.minisig.
macOS — Intel x86_64Suggested for this device
curl -fLO https://dl.trustflare.tech/agent/latest/TrustFlare-Agent-macos-intel.pkg open TrustFlare-Agent-macos-intel.pkg
/usr/local/bin/trustflare-agent enroll --backend
Check: trustflare-agent status · SHA256SUMS.txt.
Windows 10 / 11 · x64Suggested for this device
iwr https://dl.trustflare.tech/agent/latest/trustflare-agent-windows-amd64.exe -OutFile trustflare-agent.exe
.\trustflare-agent.exe install
.\trustflare-agent.exe enroll --backend
Check: .\trustflare-agent.exe status · checksum: certutil -hashfile trustflare-agent.exe SHA256 → SHA256SUMS.txt. The standalone agent uses your user profile.
Windows on ARM arm64Suggested for this device
iwr https://dl.trustflare.tech/agent/latest/trustflare-agent-windows-arm64.exe -OutFile trustflare-agent.exe
.\trustflare-agent.exe install
.\trustflare-agent.exe enroll --backend
Check: .\trustflare-agent.exe status · checksum: certutil -hashfile trustflare-agent.exe SHA256 → SHA256SUMS.txt.
Linux Ubuntu / Debian / Fedora / Arch · x64Suggested for this device
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
curl -fLo trustflare-agent https://dl.trustflare.tech/agent/latest/trustflare-agent-linux-amd64 chmod +x trustflare-agent
./trustflare-agent install
./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
curl -fLo trustflare-agent https://dl.trustflare.tech/agent/latest/trustflare-agent-linux-arm64 chmod +x trustflare-agent
./trustflare-agent install
./trustflare-agent enroll --backend
Checksum: sha256sum trustflare-agent → SHA256SUMS.txt.
Can’t find your platform? Contact us for help.