-
Notifications
You must be signed in to change notification settings - Fork 1.2k
💡Support for Windows ARM64 #1515
Description
Please add native Windows ARM64 support for the cloudflared executable. Currently, only x86 Windows builds are provided, don't run well under emulation on ARM-based devices (e.g. Snapdragon X Elite). This results in added latency and performance overhead, especially noticeable when using cloudflared for Remote Desktop tunneling or secure remote access on Windows ARM systems.
A native ARM64 .exe would improve execution speed, reduce system resource usage, and simplify script integration for users on modern Windows ARM platforms.
Describe alternatives you've considered
Linux ARM64 binary via WSL2: Offers OK performance, but requires a more complex setup and routing through WSL. Also introduces potential networking configuration challenges and adds friction to native automation.