Free Tool That Runs AI on Your Own Laptop Just Got Tidied Up
The software behind offline AI on your phone and laptop keeps improving quietly.
Most AI chatbots you have used — ChatGPT, Gemini, Claude — live on giant servers owned by big companies. You type, your words travel across the internet, and the answer comes back. The project llama.cpp takes the opposite approach. It is free, open-source software that squeezes a full AI model onto an ordinary laptop, phone, or desktop computer so it can answer you without any internet connection at all. It has been downloaded and starred by more than 128,000 people on GitHub, the online home for code, and thousands of programmers build on top of it.
The update released on September 10, labelled b10894, is a maintenance release rather than a new feature. In plain English: the programmers went through old sections of code and removed instructions that could never actually happen anymore — leftovers from an earlier reshuffle. They described it as "copypasta" that was never cleaned up. Think of it like finding a light switch in a room that has no lightbulb, and finally removing it. The tool behaves the same for you.
So why mention it at all? Because this project releases these updates constantly, and each one adds support for more kinds of hardware: Apple laptops, Windows PCs with Nvidia or AMD graphics cards, Android phones, and specialised chips. That steady drumbeat is what makes it realistic for a normal person to download an AI assistant that runs privately on their own machine. No monthly fee, no data leaving your home, no waiting on a company's servers.
The catch is that llama.cpp is not a polished app you simply double-click. It is a building block that other people wrap in friendlier software. Setting it up yourself still takes patience, decent hardware, and comfort with a terminal. The payoff — private, free, offline AI — is real, but it is not yet as simple as installing a phone game.
- llama.cpp is free software that runs AI chatbots directly on your own device, no internet or subscription needed
- The September 10 update (b10894) is mostly code cleanup — deleting leftover instructions that no longer do anything
- It supports Apple, Windows, Linux and Android hardware, and is the engine behind many private, offline AI apps
Why It Matters
It keeps alive a free, private way to use AI without sending your data to big tech servers.