mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #14981] [CLOSED] feat: Add Homebrew formula for Open WebUI #62523
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14981
Author: @cdamken
Created: 6/14/2025
Status: ❌ Closed
Base:
main← Head:feature/homebrew-formula📝 Commits (1)
4118f12feat: Add Homebrew formula for Open WebUI📊 Changes
3 files changed (+183 additions, -0 deletions)
View changed files
➕
homebrew/README.md(+83 -0)➕
homebrew/open-webui.rb(+28 -0)➕
homebrew/test-homebrew-formula.sh(+72 -0)📄 Description
Pull Request: Add Homebrew Formula for Open WebUI
📋 Summary
This PR adds a fully tested and working Homebrew formula for installing Open WebUI on macOS and Linux systems via Homebrew.
🎯 What's Added
Files Added:
homebrew/open-webui.rb- Main Homebrew formula for Open WebUI v0.6.14homebrew/test-homebrew-formula.sh- Comprehensive test scripthomebrew/README.md- Documentation and usage instructions✅ Features
🧪 Testing Results
All tests pass successfully:
open-webui --help,open-webui serve, etc.)brew test open-webui📦 Installation Details
Dependencies:
Installation Size: ~2.6GB (80,500 files)
🚀 Usage
🔗 Related Issues
Addresses multiple community requests for native Homebrew installation support.
✅ Testing Instructions
To test this PR:
The test script automatically validates:
📝 Notes
🏷️ Type of Change
📋 Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.