Homebrew: Bundle Cleanup Safety and Linux Sandbox Improvements

Homebrew merged 13 pull requests focused on making bundle cleanup safer by requiring confirmation before package removal, and fixing Linux sandbox setup with improved Bubblewrap installation. Additional updates include cask support in brew missing and formula patch information in JSON output.

Duration: PT1M53S

Episode overview

This episode is a short developer briefing from Homebrew.

It explains recent repository work in plain language.

  • Show: Homebrew
  • Published: 2026-05-30T10:02:14Z
  • Audio duration: PT1M53S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Homebrew developer briefing for May 30th, 2026.

MikeMcQuaid merged the primary safety enhancement for bundle cleanup, making brew bundle install --cleanup ask for confirmation before removing packages unless explicitly forced. This change shares confirmation prompts across install, upgrade, and bundle cleanup flows for consistency. The update required…

Andrew merged formula patch inclusion in JSON output, adding a patches key to Formula#to_hash so that brew info --json and the formulae API now expose which patches a formula applies. This addresses gaps for security tools and SBOM generators that previously couldn't detect Homebrew modifications.

MikeMcQuaid also merged cask support for brew missing, allowing the command to report missing runtime dependencies for installed casks with consistent output formatting. Linux sandbox improvements included fixing Bubblewrap setup by preferring existing installations and using Homebrew before apt-get for consistency.

Additional bundle improvements added type disable flags, allowing brew bundle cleanup and dump to opt out of supported package types through new environment variables. The worktree optimization now…

BrewTe…

Nearby episodes from Homebrew

  1. Service Infrastructure and Install Step Improvements
  2. Trust System and Testing Infrastructure Improvements
  3. Security and Type Safety Overhaul
  4. Weekly Recap - Security & Type Safety Infrastructure
  5. Security Hardening and User Experience Updates
  6. Ruby 4.0 Compatibility and Upgrade Improvements
  7. Sorbet Type System Improvements
  8. Major Bundle Enhancements and Install System Overhaul