Cloudflare WARP packages

Cloudflare's client-side software can be installed on Linux with package managers APT or YUM by following these instructions. However, keep in mind that not all packages may support all operating systems or architectures and that you can check a specific package's page (linked from the homepage) to see what's available. We generally support modern versions of the following distributions:

Ubuntu

Notice: The public key requires updating if it was installed before 2025-09-12. Make sure to re-run the "Add cloudflare gpg key" step below to ensure the repository remains functional beyond 2025-12-04.

The supported releases are: Older builds exist for:
# Add cloudflare gpg key
curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg


# Add this repo to your apt repositories
echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list


# Install
sudo apt-get update && sudo apt-get install cloudflare-warp
		

Debian

Notice: The public key requires updating if it was installed before 2025-09-12. Make sure to re-run the "Add cloudflare gpg key" step below to ensure the repository remains functional beyond 2025-12-04.

The supported releases are: Older builds exist for:
# Add cloudflare gpg key
curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg


# Add this repo to your apt repositories
echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list


# Install
sudo apt-get update && sudo apt-get install cloudflare-warp
		

Red Hat Enterprise Linux & CentOS

Notice: The public key requires updating if it was installed before 2025-09-12. Make sure to run the commands below to ensure the repository remains functional beyond 2025-12-04.

sudo rpm -e 'gpg-pubkey(4fa1c3ba-61abda35)' && sudo rpm --import https://pkg.cloudflareclient.com/pubkey.gpg

Notice: Installing the RHEL 9+ packages require the Extra Packages for Linux (EPEL) repository to be available. EPEL provides packages that support the tray icon and captive portal webview window. See Getting started with EPEL for setup instructions.

The supported versions are:
# Add cloudflare-warp.repo to /etc/yum.repos.d/
curl -fsSl https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo | sudo tee /etc/yum.repos.d/cloudflare-warp.repo

# Update repo
sudo yum update

# Install
sudo yum install cloudflare-warp
		

Fedora Linux

Notice: The public key requires updating if it was installed before 2025-09-12. Make sure to run the commands below to ensure the repository remains functional beyond 2025-12-04.

sudo rpm -e 'gpg-pubkey(4fa1c3ba-61abda35)' && sudo rpm --import https://pkg.cloudflareclient.com/pubkey.gpg
The supported versions are:
# Add cloudflare-warp.repo to /etc/yum.repos.d/
curl -fsSl https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo | sudo tee /etc/yum.repos.d/cloudflare-warp.repo

# Update repo
sudo dnf update

# Install
sudo dnf install cloudflare-warp