# Run any LLM locally on your Mac in less than 2 mins

I am just surprised that is is so simple. Plus it’s so elegant, I want to stand on my rooftop and shout. Anyway, here are the steps. BTW you only need 1min if you dont care about a fancy chat interface.

## Step 1:

Visit [https://ollama.com/](https://ollama.com/) click on download

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1751293870635/04219a95-0922-42a4-81cb-00330e482b1d.png align="center")

## Step 2:

Click on Models on the above page, pick any model you want and run a cmd like this in your terminal

```bash
ollama run gemma3:4b
```

## Step 3:

Congrats! Your local LLM is now up and running. You can start talking to it in the terminal itself.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1751294043110/c54a4232-0a76-43e4-bfe5-09e6242289c9.png align="center")

## Step 4:

Visit [https://github.com/open-webui/open-webui](https://github.com/open-webui/open-webui) to get the chat UI.

Run these 2 simple cmds to install

```bash
pip install open-webui

open-webui serve
```

## Step 5:

It will automatically connect with ollama and you can start chatting!

![Image](https://pbs.twimg.com/media/GuspH1hW8AAgzkP?format=jpg&name=4096x4096 align="left")
