From 219b2fe13786fa4dc29ace036c1117d8875ca08b Mon Sep 17 00:00:00 2001 From: Manreet Singh Date: Wed, 19 Aug 2026 15:03:22 -0400 Subject: [PATCH] Added Cloudflare WARP to pro tools (#5011) --- config/applications.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/applications.json b/config/applications.json index 01d85d67..50857e21 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2048,5 +2048,14 @@ "content": "Lua", "link": "https://github.com/rjpcomputing/luaforwindows", "foss": true + }, + "CloudflareWARP": { + "category":"Pro Tools", + "choco": "warp", + "winget": "Cloudflare.Warp", + "description": "The Cloudflare WARP client allows individuals to have a faster, more secure, and more private experience online.", + "content": "Cloudflare WARP", + "link": "https://developers.cloudflare.com/warp-client/", + "foss": false } }