Skip to content

Instantly share code, notes, and snippets.

@awnion
Last active June 23, 2024 13:08
Show Gist options
  • Save awnion/07094cde53a3be01f817adc611901a67 to your computer and use it in GitHub Desktop.
Save awnion/07094cde53a3be01f817adc611901a67 to your computer and use it in GitHub Desktop.

Install curl with HTTP/3 support on MacOS Arm64

brew rm -f curl
brew tap cloudflare/homebrew-cloudflare
brew install cloudflare/cloudflare/curl
brew unlink curl && brew link --force curl

Also, you might need to remove rust because it's better to have rust installed via default installer.

brew rm rust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment