How to install Open Web Ui on a Raspberry Pi!

If you want to know what Open Web Ui is and how to install it this is the perfect article for you. 

Before you start you should check out my other article on how to install DeepSeek Ai on a Raspberry Pi Click Here for the other Article you need to follow those steps to install Ollama. That will be needed to use Open Web Ui.

Open Web Ui is a web interface that can be installed on a Raspberry Pi or any other Linux device. Also it communicates with Ai Models like DeepSeek Ai model or Facebook’s Llama3.2 Ai Model locally.

Here are the steps to install Open Web Ui:

Step 1: Connect to your Raspberry Pi/Linux Machine.

Step 2 : Paste this : sudo apt update && sudo apt upgrade -y

Step 3 : Paste this : sudo apt install docker.io -y

Step 4 : Paste this : sudo docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data –name open-webui –restart always ghcr.io/open-webui/open-webui:ollama

Step 5 : Paste this : hostname -I

Last Step : Open any web browser and paste what you got in Step 5 and add :3000 to the end.

Congratulations if you followed these instructions, you have installed Open Web Ui!

This is what it should look like :

Scroll to Top