How to install wandb/openui. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
wandb/openui Installation Guide
How to install wandb/openui. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for wandb/openui. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i wandb/openuior
Install via npx
npx @hexmos/ipm i wandb/openuiPrerequisites
Python
languageVersion: >=3.8.0
pip
package_managerUsed to install Python packages.
Git
system_toolVersion: 2.38.1
Docker
system_toolUsed to build and run containers.
Node.js
package_managerVersion: >=16.0.0
npm
package_managerUsed to install Node.js packages.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation
git clone https://github.com/wandb/openui.git
cd openui
python -m openuiDocker Installation
docker run -d -p 7878:7878 -v $(pwd)/litellm-config.yaml:/app/litellm-config.yaml ghcr.io/wandb/openuiPackage Manager Installation
python -m openui --litellmPost Installation Steps
- Open the UI at http://localhost:7878.
- You can now start experimenting with OpenUI!
