No description
Find a file
Robin Kroonen 9900ff357b rename cask to libre-webui-desktop
Old tokens libre-webui and libre-webui-frontend migrate via
cask_renames.json. The cask still points at the 0.26.0 Frontend-named
assets; the updater now tracks whichever asset name a release ships
and rewrites the url and app stanzas to match.
2026-08-22 02:31:31 -04:00
.github rename cask to libre-webui-desktop 2026-08-22 02:31:31 -04:00
Casks rename cask to libre-webui-desktop 2026-08-22 02:31:31 -04:00
Formula Update to v0.26.0 2026-08-20 19:49:01 +00:00
cask_renames.json rename cask to libre-webui-desktop 2026-08-22 02:31:31 -04:00
README.md rename cask to libre-webui-desktop 2026-08-22 02:31:31 -04:00

Libre WebUI for Homebrew

Official Homebrew formula and cask for Libre WebUI.

Install the command-line application

brew tap libre-webui/tap
brew install --formula libre-webui

Start Libre WebUI:

libre-webui

Install the macOS desktop app

The desktop application currently supports Apple silicon Macs.

brew tap libre-webui/tap
brew install --cask libre-webui-desktop

The desktop app connects to a Libre WebUI backend on port 3001. Start one with:

libre-webui --port 3001

Existing installs using the former libre-webui or libre-webui-frontend cask tokens migrate automatically to libre-webui-desktop.

Update

brew update
brew upgrade --formula libre-webui
brew upgrade --cask libre-webui-desktop

Website · Documentation · Source

Release updates

The tap checks the latest stable npm release every hour. When a new GitHub release contains the matching macOS artifact, it recalculates both checksums, runs strict Homebrew validation, and updates the formula and cask together.