{
  "id": 8735602,
  "title": "Homebrew Has a Desktop App Now",
  "url": "https://urgent.news/2026/09/20/homebrew-has-a-desktop-app-now",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-20T17:34:03.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/hacksore/homebrew-has-a-desktop-app-now-3ojm"
  },
  "original_language": "en",
  "account": "Homebrew, a popular macOS package manager, has launched an official desktop application called BrewUI to make package management more user-friendly. The application, written in Swift, offers a graphical user interface (GUI) that allows users to manage their installed formulae and casks visually. BrewUI aims to cater to users who prefer graphical interfaces over the Terminal while ensuring complete transparency of the underlying Homebrew operations.\n\nBrewUI is installed using the command `brew install --cask homebrew-app`. It is developed with Swift, SwiftUI, and Swift Package Manager, and requires a macOS system with the corresponding data from the brew CLI and Homebrew JSON API. After installation, configuration can be done by placing Homebrew options in a `brew.env` file and relaunching BrewUI after making changes. The app uses shell aliases and exported variables for configuration, but these do not configure the app.\n\nDevelopers interested in contributing can clone the repository, run `./scripts/bootstrap` to install dependencies, build SwiftFormat and SwiftLint versions, enable git hooks, and resolve Swift packages. As always, happy coding!",
  "summary": "I have a lot of packages on macOS and my package manager of choice is Homebrew . With Homebrew 7.0 , there is now a GUI application called BrewUI . It lets you manage all your installed formulae and casks visually. In the past, I've written about Brewlet , which seemed cool. Nice to see we have a first-party app maintained by the Homebrew core folks. You can install it via: brew install…",
  "key_points": [
    "Homebrew launches desktop app BrewUI for macOS.",
    "BrewUI offers GUI for managing formulae and casks.",
    "App requires macOS with Homebrew CLI and JSON API."
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}