Free Tool That Runs AI On Your Own Laptop Gets a Fix
Run ChatGPT-style AI on your own laptop — free, private, and now less glitchy.
Most AI chatbots you've heard of — ChatGPT, Claude, Gemini — live on giant corporate servers. You type, your words travel across the internet, and the answer comes back. llama.cpp is different. It's a free, open-source engine that squeezes a working AI model onto your own laptop, desktop, or phone. Apps like Ollama, LM Studio, and Jan are built on top of it. That means no monthly fee, no internet required, and your private notes, documents, and questions never leave your machine.
This week's update, build b11109, is a small but real repair job. The bug involved how the software handles a specific math operation — the kind of arithmetic AI models do billions of times per answer — when it runs on graphics chips. On Apple Silicon Macs, Nvidia and AMD cards, and Qualcomm Snapdragon phones, that math could occasionally produce errors or break entirely. The fix tells each hardware type to handle the calculation correctly instead of silently failing. In plain terms: fewer weird answers, fewer crashes, more reliable results on the devices people actually own.
Why should you care if you're not a programmer? Because free local AI is quietly becoming the privacy-friendly alternative to cloud subscriptions. A teacher drafting lesson plans, a freelancer summarizing contracts, or a parent helping with homework can all do it offline on hardware they already own. Every stability fix like this one makes that option a little more trustworthy — and a little more likely that the app you download next year runs on your machine instead of someone else's server.
The honest catch: this is a pre-release developer build. It's published on GitHub for programmers testing the latest code, not for everyday users. If you want the benefits without the tinkering, install a polished app like LM Studio or Ollama, which package these updates into something you can click. And keep expectations realistic: a free AI on your laptop is convenient and private, but it's noticeably less capable than the biggest paid cloud models.
- llama.cpp is free software that runs AI chatbots on your own device — no subscription, no cloud, no data sharing
- Build b11109 fixes a math bug that caused wrong answers or crashes on Apple, Nvidia, AMD, and Qualcomm chips
- Regular users should skip this raw build and use friendly apps like Ollama or LM Studio that package it up
Why It Matters
Free private AI on hardware you already own keeps getting more reliable — a real alternative to monthly AI subscriptions.