Kleidia Agent Installers#
The Kleidia Agent is a lightweight service that runs on end-user workstations to enable YubiKey management operations. It provides local communication between the browser-based admin interface and connected YubiKeys.
Download Links#
| Platform | Package Type | Download |
|---|---|---|
| Windows | MSI Installer | GitHub Releases |
| macOS | PKG Installer (signed & notarized) | GitHub Releases |
Always download installers from the official Kleidia GitHub Releases page to ensure you have authentic, signed packages.
Platform-Specific Guides#
- Windows Enterprise Deployment — GPO, Intune, SCCM, and PowerShell deployment methods
- macOS Enterprise Deployment — Intune, Jamf Pro, and Munki deployment methods
Quick Installation#
Windows (End User)#
# Download the latest MSI installer from GitHub releases
# Double-click kleidia-agent-<version>.msi
# Follow the installation wizardmacOS (End User)#
# Download the latest PKG from GitHub releases
# Double-click kleidia-agent-<version>.pkg
# Enter your administrator password when prompted
# Enter your Kleidia server domain when promptedSystem Requirements#
Windows#
- Windows 10 version 1607 or later (64-bit)
- Administrator privileges for installation
- Network access to your Kleidia server
macOS#
- macOS 10.15 (Catalina) or later
- Administrator privileges for installation
- Network access to your Kleidia server
What Gets Installed#
| Component | Windows Location | macOS Location |
|---|---|---|
| Agent Binary | C:\Program Files\Kleidia\Agent\ | /usr/local/bin/kleidia-agent |
| Configuration | C:\ProgramData\Kleidia\agent\agent.toml | /etc/kleidia/agent/agent.toml |
| Service | Windows Service: KleidiaAgent | LaunchDaemon: com.kleidia.agent |
| Logs | C:\ProgramData\Kleidia\agent\ | /var/log/kleidia-agent/ |
Related Documentation#
- Agent Reference — Configuration options and CLI reference
- Troubleshooting — Common issues and solutions
- Security Model — How the agent secures communications