Package Details: cloudflare-warp-bin 2025.2.600-1

Git Clone URL: https://aur.archlinux.org/cloudflare-warp-bin.git (read-only, click to copy)
Package Base: cloudflare-warp-bin
Description: Cloudflare Warp Client
Upstream URL: https://1.1.1.1
Licenses: unknown
Conflicts: cloudflare-warp
Provides: warp-cli, warp-diag, warp-svc
Submitter: solatis
Maintainer: solatis (mhdi, billyaddlers, vk8a8, Neomax7)
Last Packager: mhdi
Votes: 60
Popularity: 2.90
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2025-03-31 23:04 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 19 Next › Last »

mathix commented on 2023-06-19 08:28 (UTC)

Yeah, I just figured out what the issue was, and it is definitely a warp issue, not coming from packaging. My bad!

solatis commented on 2023-06-16 09:04 (UTC)

Is this a packaging issue, or a bug in warp itself?

mathix commented on 2023-06-16 07:51 (UTC)

Hey, still having issues with the latest version, I hope you can help us fix the issue. https://www.reddit.com/r/CloudFlare/comments/12rtdrj/warpcli_not_working_anymore_on_archlinux/

solatis commented on 2023-06-15 04:35 (UTC)

I've just updated the package to the latest version, it appears Cloudflare changed their repository / packaging infrastructure; I had to change a few things to accommodate that, specifically in the sha256/sha512 verification. Let me know if anything breaks.

solatis commented on 2023-05-31 14:24 (UTC)

@nicoandresr to the best of my knowledge, the package does actually tell you to do this after installation:


post_install() {
        setcap CAP_NET_ADMIN=+ei /usr/bin/warp-svc
        echo ""
        echo "==>"
        echo "==> CAP_NET_ADMIN set on /usr/bin/warp-svc"
        echo "==>"
    echo "==> You need to start the WARP service before using it. To start once:"
        echo "==>"
    echo "==>   sudo systemctl start warp-svc.service"
        echo "==>"
        echo "==>"
    echo "==> To start right now and automatically after startup:"
        echo "==>"
    echo "==>   sudo systemctl enable --now warp-svc.service"
        echo "==>"
        echo "==>"
    echo "==> To also enable the taskbar now and automatically after startup:"
        echo "==>"
    echo "==>   systemctl --user enable --now warp-taskbar"
        echo "==>"
        echo ""
}

nicoandresr commented on 2023-05-31 08:02 (UTC) (edited on 2023-05-31 08:04 (UTC) by nicoandresr)

Unable to connect to CloudflareWARP daemon

If you get the above error is because the service is not running.

after install this package you should start/enable the warp-svc service:

sudo systemctl enable warp-svc
sudo systemctl start warp-svc

solatis commented on 2023-05-18 01:57 (UTC)

@Methnain thanks, fixed the typo :)

Methnain commented on 2023-05-17 13:49 (UTC)

Small typo in a comment in the PKGBUILD: Line 82, "sha512" instead of "sha5125".