Open WebUI

Version: 0.9.5 darwin linux windows

Installation Instructions

Linux
Depends on: python

Run open-webui Install
{
  "command_parameters": [
    "tool",
    "install",
    "--python",
    "python3.11",
    "open-webui@0.9.5"
  ],
  "environment": [
    "UV_PYTHON_INSTALL_DIR={{ .PTools }}/open_webui/{{ .SVar `.tool.open_webui.download.version` }}/python-installs",
    "UV_TOOL_DIR={{ .PTools }}/open_webui/{{ .SVar `.tool.open_webui.download.version` }}/python-tools"
  ],
  "environment_ref": "uv",
  "executable": "uv",
  "ignore_errors": false,
  "timeout": "15m0s",
  "tool_ref": "uv"
}

MacOS
Depends on: python

Run open-webui Install
{
  "command_parameters": [
    "tool",
    "install",
    "--python",
    "python3.11",
    "open-webui@0.9.5"
  ],
  "environment": [
    "UV_PYTHON_INSTALL_DIR={{ .PTools }}/open_webui/{{ .SVar `.tool.open_webui.download.version` }}/python-installs",
    "UV_TOOL_DIR={{ .PTools }}/open_webui/{{ .SVar `.tool.open_webui.download.version` }}/python-tools"
  ],
  "environment_ref": "uv",
  "executable": "uv",
  "ignore_errors": false,
  "timeout": "15m0s",
  "tool_ref": "uv"
}

Binaries