Developer Tools

llama.cpp Update Lets More Devices Run AI Without the Cloud

No subscription, no cloud — your own laptop can run a chatbot.

Deep Dive

There's a free piece of software called llama.cpp that does something quietly revolutionary: it lets a normal computer run an AI chatbot all by itself, with no internet connection and no monthly bill. Most AI assistants live on giant company servers — you type, their computers think, and you pay for the privilege. This project, with about 128,000 "stars" (think likes) on GitHub, flips that around. Download it, download an AI model, and the thinking happens on your own machine.

On September 12, the team published a new build called b10933. The interesting part isn't any single feature — it's the sheer spread of ready-to-install versions. There are downloads for Windows, Mac (both Apple Silicon and Intel), Linux, Android, and iPhone, with extra versions tuned for Nvidia, AMD, Intel, and Qualcomm graphics chips. In plain terms, whatever device you own, there's probably a version built for it. You pick your device, download, and run.

The actual code change in this release is tiny and technical: better support for "jinja" templates. A template is the instruction sheet that tells an AI model how to format a conversation — where your question ends and its answer begins. The fix handles numbers written a certain way inside those instruction sheets, so fewer models break or produce garbled answers when you load them. It's plumbing, but plumbing that keeps the lights on.

The catch is real. This is a "pre-release," meaning beta software that may still have bugs. It's built for people comfortable with a command line, not a friendly app with a big blue button. You need a reasonably modern computer with 8–16GB of memory, and you have to find and download the AI models yourself. The answers won't match the best paid chatbots either. But it's free, it's private, and nobody is logging your questions.

Key Points
  • llama.cpp is free software that runs AI chatbots on your own computer instead of a company's servers — no subscriptions, nothing sent to the cloud.
  • The b10933 release adds ready-to-install versions for Windows, Mac, Linux, Android and iPhone, plus graphics-card support from Nvidia, AMD, Intel and Qualcomm.
  • The one code fix in this build helps more AI models load correctly by improving how conversation-format instructions handle numbers — a small but useful repair.
  • It's a beta release for tinkerers: expect rough edges, and you'll need 8–16GB of memory plus patience finding models to download.

Why It Matters

Free, private AI on hardware you already own — no monthly fees, and your questions never leave your laptop.

📬 Get the top 10 AI stories daily