No description
- Ruby 100%
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. |
||
|---|---|---|
| .github | ||
| Casks | ||
| Formula | ||
| cask_renames.json | ||
| README.md | ||
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.