tinkerlog_

library

Install & run it yourself

Running AI on your own machine means no subscription, no rate limits, and nothing leaving your laptop. These are the tested setup guides — written on ordinary hardware, not a lab full of GPUs — for people who want to run an LLM locally and actually finish with a working thing.

You will find step-by-step walkthroughs for Ollama, LM Studio, ComfyUI and local Whisper, including the questions everyone asks: can I run AI without a GPU, which models fit in 8GB of RAM, and how do I stop my machine swapping itself to death. Each guide names the model that actually fits your hardware instead of pretending a 70B model runs on a spare laptop.

Local AI is the privacy-first, cost-free path — no API keys, no data leaving your device. If you want to self-host AI tools or just try an offline model this afternoon, these guides get you there.

Common questions

Install & run it yourself: quick answers

Can I run an LLM without a GPU?

Yes. Small models (3B–8B parameters) run on CPU alone, just slower. Our guides list the models that stay usable on a GPU-less machine and the token speeds we actually measured.

How much RAM do I need to run a local AI model?

A 3B model needs roughly 3–4GB free, so 8GB total is a realistic floor. 7B–8B models want 8GB+ of headroom. We test on 8GB machines and tell you exactly which models fit.

Is running AI locally free?

Yes — once the tool and model are downloaded there are no per-request costs and no subscription. The only cost is disk space (a few GB per model) and electricity.

Which local LLM tool is easiest to start with?

Ollama is the simplest for most people: one installer, one command to pull a model, and a chat prompt in your terminal. LM Studio is the friendliest if you prefer a graphical app.