Supported Platforms
Installation
macOS
Windows
Run the.msi installer as Administrator. The agent is installed as a Windows service and starts automatically.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Download and install the Agent Charley endpoint client
| Platform | Minimum Version | Package |
|---|---|---|
| macOS | 12 (Monterey) | Universal binary .pkg |
| Windows | 10 / Server 2019 | .msi installer |
| Linux (Debian/Ubuntu) | — | .deb package |
| Linux (RHEL/Fedora) | — | .rpm package |
# Download and open the .pkg, or install via command line:
sudo installer -pkg charley-agent.pkg -target /
.msi installer as Administrator. The agent is installed as a Windows service and starts automatically.
sudo dpkg -i charley-agent.deb
sudo systemctl enable --now charley-agent
sudo rpm -i charley-agent.rpm
sudo systemctl enable --now charley-agent
charley enroll --code <ENROLLMENT_CODE>
# macOS
sudo charley uninstall
# Linux
sudo systemctl stop charley-agent
sudo dpkg -r charley-agent # Debian
sudo rpm -e charley-agent # RHEL