Locally Hosted AI🤖(WIP)
Set up Ollama🦙
If you got the hardware, then you get to capture an AI online and make it fight and work for you. Like a Pokemon, except for office stuff.
- Use it for automating the boring stuff, like log analysis, text manipulation and technical assistance.
- Integrate it into your obsidian notes with BMO and give it access to more info than it was trained on, to help avoid those pesky hallucinations👻
- Use some of the most popular LLMs available locally
- Using it in the terminal and give it limited access to directories and files on your machine via the terminal.
AS you can see below, I am running a Qwen3 local 8b param model. Using it in my terminal

Ollama will use a lot of system resources when you prompt it, how fast it's replies are is determined by your hardware and the size of the model.

Using Ollama in terminal allows you to make it read files.Reading files and saving output with Ollama
I will go into detail How to make Ollama Usefull(WIP)
Electric Meatball's Digital Garden Home
Reading files and saving output with Ollama
Getting Websearch to work with OpenWebUI
Linux Terminal Cheat Sheet