You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Homebrew release-note bullets that summarize multiple PRs should keep one sentence and link the relevant clauses inline rather than adding raw URLs, `[discussion]` or trailing `([#123](...))` references.
30
30
- Homebrew org discussions included in release notes should be rewritten as normal linked sentence bullets sourced from the discussion text.
31
31
- Homebrew release-note prose should use `repository`, not `repo`.
32
-
- Homebrew release-note prose should stay ASCII-only to avoid CI encoding issues.
33
32
- Homebrew release-note prose should keep commands, flags, environment variables and DSL names in backticks.
34
33
- Homebrew release-note prose should remove contributor checklist text, AI disclosure boilerplate and internal drafting notes from the wording.
35
34
- Homebrew governance or community-administration items should move to `Finally:` when the surrounding release-note style or the user request calls for that grouping.
Copy file name to clipboardExpand all lines: _posts/2026-06-11-homebrew-6.0.0.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The **[Linux Bubblewrap sandbox](https://github.com/Homebrew/brew/pull/22240)**
34
34
35
35
#### 📦 `brew bundle`
36
36
37
-
-`brew bundle` gains many improvements, most notably [parallel formula installation](https://github.com/Homebrew/brew/pull/21891) that now [runs jobs automatically by default](https://github.com/Homebrew/brew/pull/22545), plus [npm](https://github.com/Homebrew/brew/pull/21820) and [krew](https://github.com/Homebrew/brew/pull/21802) extensions, [wider cleanup support](https://github.com/Homebrew/brew/pull/22395) and, on Windows, `winget` support.
37
+
-`brew bundle` gains many improvements, most notably [parallel formula installation](https://github.com/Homebrew/brew/pull/21891) that now [runs jobs automatically by default](https://github.com/Homebrew/brew/pull/22545), plus [npm](https://github.com/Homebrew/brew/pull/21820) and [krew](https://github.com/Homebrew/brew/pull/21802) extensions, [wider cleanup support](https://github.com/Homebrew/brew/pull/22395) and, on Windows, [`winget` support](https://github.com/Homebrew/brew/pull/22397).
38
38
- Homebrew [adds cleanup support to npm, cargo, go and uv extensions](https://github.com/Homebrew/brew/pull/21883) and [asks before removing during cleanup](https://github.com/Homebrew/brew/pull/22453).
39
39
- Homebrew runs [`brew bundle krew` via `kubectl-krew` directly](https://github.com/Homebrew/brew/pull/22328), [respects `CARGO_HOME` and friends for `cargo`](https://github.com/Homebrew/brew/pull/21795), [adds a `--describe` flag to `brew bundle add`](https://github.com/Homebrew/brew/pull/21797) and [tries `mas install` before falling back to `mas get`](https://github.com/Homebrew/brew/pull/22361).
40
40
- Homebrew [adds bundle type disable flags](https://github.com/Homebrew/brew/pull/22452), [improves check guidance](https://github.com/Homebrew/brew/pull/22265) and [checks formula link status](https://github.com/Homebrew/brew/pull/22412).
@@ -174,9 +174,10 @@ Finally:
174
174
-[Homebrew/brew has no open issues](https://github.com/Homebrew/brew/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen+) at the time of writing 🎉.
175
175
- Homebrew has a brand new [brew.sh](https://brew.sh) homepage style.
176
176
-[BrewUI is Homebrew's upcoming official graphical interface](https://github.com/Homebrew/brewui). It's not ready for general use yet.
177
-
- The `brew-rs` experiment in moving parts of Homebrew's Ruby frontend to Rust [has concluded](https://github.com/Homebrew/brew-rs): benchmarks showed Homebrew's Rust frontend only ahead on narrow, already-cached bottle fetches, not on representative full installs (pouring bottles, linking, writing metadata and health checks), so the performance focus has moved back to Ruby and to starting useful network and disk I/O sooner.
177
+
- The `brew-rs` experiment in moving parts of Homebrew's Ruby frontend to Rust [has concluded](https://github.com/Homebrew/brew-rs): benchmarks showed Homebrew's Rust frontend only ahead on narrow, already-cached bottle fetches, not on representative full installs (pouring bottles, linking, writing metadata and health checks), so the performance focus has moved back to Ruby and to starting useful network and disk I/O sooner. We've [added an FAQ entry](https://github.com/Homebrew/brew/pull/22658) explaining all of this. Our numbers come from honest, fully-compatible comparisons. Not all unofficial Homebrew frontends seem to apply the same rigor to their benchmarks, compatability or security: your mileage with those may vary.
178
178
- Homebrew is increasingly a **"package manager for everywhere"**: Homebrew is recommended in [Microsoft's Windows Developer Config for WSL comfort](https://github.com/microsoft/WindowsDeveloperConfig#-wsl-comfort), works well on [Bazzite](https://bazzite.gg) and now [supports `winget` in `brew bundle`](https://github.com/Homebrew/brew/pull/22397) as a Windows-only feature.
179
-
- The Homebrew team is aware of the supply-side security issues with other package managers. We've taken various steps to mitigate these risks for our users, some existing (e.g. macOS sandboxing, human review on all changes, environment filtering, all package maintainers are Homebrew maintainers), some new (e.g. Linux sandboxing, sandboxing reads of sensitive locations, cooldown from riskier ecosystems). We will continue to monitor the supply-side security landscape and take further steps as needed.
179
+
- The Homebrew team is aware of the supply-side security issues with other package managers. We've taken various steps to mitigate these risks for our users, some existing (e.g. macOS sandboxing, human review on all changes, environment filtering, all package maintainers are Homebrew maintainers), some new (e.g. Linux sandboxing, sandboxing reads of sensitive locations, cooldown from riskier ecosystems). We will continue to monitor the supply-side security landscape and take further steps as needed. See the new [Supply Chain Security documentation](https://docs.brew.sh/Supply-Chain-Security) we've [added](https://github.com/Homebrew/brew/pull/22657) for details.
180
+
- Homebrew has [documented the principles behind our AI and LLM usage rules](https://github.com/Homebrew/brew/pull/22656) in a new [Responsible AI Usage](https://docs.brew.sh/Responsible-AI-Usage) page.
180
181
-[Homebrew has joined the Open Source Resistance and you should too.](https://ossresistance.com)
181
182
182
183
Thanks to all our hard-working volunteer maintainers, contributors, sponsors and supporters for getting us this far.
0 commit comments