I recently read about Warp in https://news.ycombinator.com/item?id=21070321.<p>Turns out there is a tool to get a wireguard profile easily: https://github.com/ViRb3/wgcf<p>How to create an account and connect:<p>wgcf register
wgcf generate
wg-quick up ./wgcf-profile.conf
I tried Warp briefly when it came out but the speed of the free tier wasn't great, at least at the time. I remember trying the Warp+ paid tier and that it was better.<p>There is also an official Wireguard CLI for Linux now [1][2].<p>But there are better VPN options if you want privacy first.<p>(Aside from using Cloudflare as a VPN, I'm very pro-Cloudflare.)<p>[1]: <a href="https://blog.cloudflare.com/announcing-warp-for-linux-and-proxy-mode/" rel="nofollow">https://blog.cloudflare.com/announcing-warp-for-linux-and-pr...</a><p>[2]: <a href="https://developers.cloudflare.com/warp-client/get-started/linux/" rel="nofollow">https://developers.cloudflare.com/warp-client/get-started/li...</a>