Skip to content

Commit 939ebbf

Browse files
committed
2026-06-11-homebrew-6.0.0: add winget PR.
1 parent 5ec7df1 commit 939ebbf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Homebrew `_posts/*-homebrew-*.0.md` release posts follow this process:
2929
- 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.
3030
- Homebrew org discussions included in release notes should be rewritten as normal linked sentence bullets sourced from the discussion text.
3131
- Homebrew release-note prose should use `repository`, not `repo`.
32-
- Homebrew release-note prose should stay ASCII-only to avoid CI encoding issues.
3332
- Homebrew release-note prose should keep commands, flags, environment variables and DSL names in backticks.
3433
- Homebrew release-note prose should remove contributor checklist text, AI disclosure boilerplate and internal drafting notes from the wording.
3534
- Homebrew governance or community-administration items should move to `Finally:` when the surrounding release-note style or the user request calls for that grouping.

_posts/2026-06-11-homebrew-6.0.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The **[Linux Bubblewrap sandbox](https://github.com/Homebrew/brew/pull/22240)**
3434

3535
#### 📦 `brew bundle`
3636

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).
3838
- 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).
3939
- 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).
4040
- 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:
174174
- [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 🎉.
175175
- Homebrew has a brand new [brew.sh](https://brew.sh) homepage style.
176176
- [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.
178178
- 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.
180181
- [Homebrew has joined the Open Source Resistance and you should too.](https://ossresistance.com)
181182

182183
Thanks to all our hard-working volunteer maintainers, contributors, sponsors and supporters for getting us this far.

0 commit comments

Comments
 (0)