One of the world's largest internet infrastructure and cybersecurity companies.
Early Life
· Born November 13, 1979, in Salt Lake City and raised in Park City.
· Became interested in computers as a child after receiving an Apple II Plus.
· Studied English literature and computer science at Trinity College, graduating in 1996.
· Earned a law degree from University of Chicago Law School in 2000.
---
Cloudflare WARP Packages
Cloudflare's client-side software can be installed on Linux with package managers APT or YUM. Not all packages support all operating systems or architectures — check a specific package's page for details. We generally support modern versions of the following distributions:
· Ubuntu
· Debian
· Red Hat Enterprise Linux & CentOS
Ubuntu
Notice: The public key requires updating if it was installed before 2025-09-12. Re-run the "Add cloudflare gpg key" step below to ensure the repository remains functional beyond 2025-12-04.
Supported releases:
· Noble (24.04)
· Jammy (22.04)
· Focal (20.04)
Older builds exist for:
· Bionic (18.04)
· Xenial (16.04)
```bash
# 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.
Supported releases:
· Trixie (13)
· Bookworm (12)
· Bullseye (11)
Older builds exist for:
· Buster (10)
· Stretch (9)
```bash
# 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.
Supported versions: 8
```bash
# Update key if needed
sudo rpm -e 'gpg-pubkey(4fa1c3ba-61abda35)' && sudo rpm --import https://pkg.cloudflareclient.com/pubkey.gpg
# Add repo
curl -fsSl https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo | sudo tee /etc/yum.repos.d/cloudflare-warp.repo
# Update and install
sudo yum update
sudo yum install cloudflare-warp
```
---
WARP Modes
The WARP client has several modes to suit different connection needs.
DNS Only
Formerly known as 1.1.1.1. Routes only DNS queries through Cloudflare's 1.1.1.1 resolver — does not tunnel device traffic. DNS queries are always encrypted:
· DNS only (HTTPS) – DNS-over-HTTPS (DoH)
· DNS only (TLS) – DNS-over-TLS (DoT)
Traffic and DNS
Formerly known as 1.1.1.1 with WARP. Uses MASQUE to encrypt and send traffic directly to Cloudflare's global network. All traffic tunneled over MASQUE is encrypted with post-quantum cryptography.
Three flavors:
· Traffic and DNS (UDP) – All traffic routed through WARP, DNS uses UDP inside tunnel
· Traffic and DNS (TLS) – All traffic routed through WARP, DNS via DoT
· Traffic and DNS (HTTPS) – All traffic routed through WARP, DNS via DoH
Warning: WARP does not provide anonymity, nor does it allow you to pretend to be accessing the Internet from a different country.
Traffic Only
All device traffic is routed through WARP, but DNS resolution remains managed by the device operating system.
Local Proxy (Desktop clients only)
Only applications configured to use the proxy (HTTPS or SOCKS5) send traffic through WARP. Enable via Preferences > Advanced > Configure Proxy.
Note: WARP+ Unlimited is a paid monthly subscription available via iOS/Android app stores. License key works on up to five devices.
---
Resources
· Documentation index: https://developers.cloudflare.com/warp-client/llms.txt
· Post-quantum cryptography requires minimum WARP versions: Android 2.4.3, iOS 1.11.1, Windows/macOS/Linux 2025.6.1335.0
