Local LLMs: Running an AI on Your Own Machine
Running a model locally keeps your data on your hardware. The trade-off is that you own the setup, the speed and the quality.
2 min readIntermediate Aug 31, 2026
Explain Like I'm Not a Hacker
It is cooking at home instead of ordering in: more work, and you know exactly who has touched the food.
The 30-second explanation
Instead of sending your text to someone else's service, the model lives on your machine. It is more private, but usually smaller and slower than the biggest cloud models.
How it works
- 1
1. Choose
Pick an open model that fits your hardware.
- 2
2. Download
Install a runner and fetch the model.
- 3
3. Use
Query it locally, through a UI or API.
- 4
4. Maintain
Update software and review licences.
Tools like Ollama make it straightforward to download an open model and run it locally, then use it through a simple interface or a local API. This suits sensitive material that must not leave the network, and offline work. It does not make the model smarter or safer: answers still need checking, and you become responsible for keeping the software updated and choosing models with suitable licences. Match the model size to your hardware and start with low-risk tasks.
Real-world example
An analyst needs help summarising a sensitive internal log excerpt that policy forbids sending to external services. They run a small local model on a workstation, get a rough summary, and verify it against the original log.
How to spot it
Models too big for the hardware
Very slow or failing responses.
Unknown model sources
Downloads without checking provenance or licence.
Assuming local means safe
Skipping checks because the model is on your machine.
Exposed local APIs
A model service reachable by other machines.
What to do
- 1Choose a model your hardware can run comfortably, and download only from sources you trust.
- 2Keep the local API bound to your machine, and update the runner regularly.
- 3Verify the output as you would with any assistant, and check the licence before work use.
Stay curious. Stay safer.
This is one piece of a bigger picture. Explore more real-world examples, concepts and tips to build your cybersecurity awareness.
Keep reading
- AI Tools
Choosing an AI Assistant for Security Work: What Actually Matters
2 min read - AI Security
Securing AI Systems: The Attack Surface Nobody Draws
2 min read - AI Security
Shadow AI: When Staff Paste Secrets Into a Chatbot
2 min read - Security Basics
MFA: The Second Lock That Hackers Can Still Pick
3 min read