Describe the bug
When installing the Pulse host-agent on a Raspberry Pi 4 (linux/arm64) using the official install script and command, the agent binary download fails with a 404 error.
To Reproduce
Run the installation command on Raspberry Pi 4:
bash
curl -fsSL https://pulse.homenetwork.local/install-host-agent.sh | sudo bash -s -- --url https://pulse.homenetwork.local --token XXXX --interval 30s
Observe the download error message for the host-agent binary for linux/arm64.
✗ Failed to download agent binary from https://pulse.homenetwork.local/download/pulse-host-agent?platform=linux&arch=arm64
Expected behavior
The host-agent binary for linux/arm64 should be downloaded successfully, and the installation should complete without errors.
Expected behavior
What you expected to happen.
Environment:
Pulse Version: v4.31.0
Installation Type: ProxmoxVE LXC,
Additional context
The server is reachable and responds correctly to health checks.
The download URL for the linux/arm64 agent binary returns HTTP 404:
https://pulse.homenetwork.local/download/pulse-host-agent?platform=linux&arch=arm64