I just crawled out from under a rock, what do I install in brew for CLI wrangler (9/2025)?

Can I even still run brew wrangler CLI, or is it all npm now?
5 Replies
SuperHelpflare
Support AI
Hey 👋 It seems there may not be enough information in your post to effectively get support from the community. Please ensure you include as much as possible, you can check the channel guidelines for some examples of what kind of information to include.
This is an AI generated response, it may not be 100% accurate. Please validate the output. You can ask followups by replying to this message or mentioning me.
JeffAtCreighton
JeffAtCreightonOP3w ago
Not meant to be a silly question, but it seems like there was some weird versioning going on in brew and it feels like a goose chase to try to figure out if anything is still current.
Cyb3r-Jak3
Cyb3r-Jak33w ago
It is all npm ( or other package manager ) starting with v2 of wrangler, (current version is v4).
JeffAtCreighton
JeffAtCreightonOP3w ago
That's what I was thinking, but it looks like brew install cloudflare-wrangler now gets 4.36.0 confusingly. At some point in the past, it looks like we had cloudflare-wrangler2, so I was assuming CLI deprecated and was gone (sadly) but now this looks up to date? Doesn't look like any of this in docs unless I'm just not finding it. ==> cloudflare-wrangler: stable 4.36.0 (bottled) CLI tool for Cloudflare Workers https://github.com/cloudflare/workers-sdk Installed /opt/homebrew/Cellar/cloudflare-wrangler/4.36.0 (1,655 files, 147.2MB) * Poured from bottle using the formulae.brew.sh API on 2025-09-13 at 19:05:19 From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/cloudflare-wrangler.rb License: Apache-2.0 OR MIT ==> Dependencies Required: node ✔ ==> Downloading https://formulae.brew.sh/api/formula/cloudflare-wrangler.json ==> Analytics install: 1,209 (30 days), 3,635 (90 days), 7,739 (365 days) install-on-request: 1,210 (30 days), 3,636 (90 days), 7,739 (365 days) build-error: 0 (30 days)
GitHub
GitHub - cloudflare/workers-sdk: ⛅️ Home to Wrangler, the CLI f...
⛅️ Home to Wrangler, the CLI for Cloudflare Workers® - cloudflare/workers-sdk
GitHub
homebrew-core/Formula/c/cloudflare-wrangler.rb at 507cc4366a3b1e64b...
🍻 Default formulae for the missing package manager for macOS (or Linux) - Homebrew/homebrew-core
Cyb3r-Jak3
Cyb3r-Jak33w ago
I mean that looks right just downloading it from npm anyway. Don't know who is responsible for bottle though

Did you find this page helpful?