CallosiumCALLOSIUM
callosium / learn / ai memory that works on a plane (no internet, no api key)

AI Memory That Works on a Plane (No Internet, No API Key)

July 2026 · Basics

Callosium runs on your own computer. No API key, no internet connection, no cloud sitting in the middle of it. It reads the folder of notes already on your machine, finds the right ones using plain keyword search, a map of how your notes link together, and a small language model that lives on your laptop, then hands your AI the exact files the answer came from. A typical request takes 49 milliseconds. It works at 38,000 feet with nothing signed in.

Somewhere over the Red Sea, my AI got amnesia

I was on a flight with no wifi, trying to finish a piece of work I had already thought through properly weeks earlier. The notes were on the laptop, right there in a folder, a few centimetres from my hands. But the assistant I was talking to could not see any of it, because the part that remembers was sitting on somebody else's server, and that server was not on the plane. So I did what everybody does. I started retyping context from memory, badly, and got a worse answer than the one I had already written down.

That flight is a big part of why Callosium works the way it does.

No key, no internet, no cloud in the core

Callosium turns a folder of plain Markdown notes on your own computer into one memory that every AI you use can read and write. The part that does the finding runs entirely on your machine. It answers with no key, no internet, and no cloud in the core. There is no large language model in the loop when it searches, and no paid API quietly running up a bill behind the scenes.

The only time it touches the network at all is to sign in and to check for updates. No note ever leaves your device to run a search. Nothing is uploaded to a service to make the search work. That is not a privacy mode you switch on. It is just how the thing is built.

So how does it find anything with no internet?

Several independent searches (I call them lanes) run at the same time, and their results get combined. Each lane is good at something the others are bad at:

The lanes get merged using Reciprocal Rank Fusion, which is a heavy name for a simple idea: compare who ranked what first, so the lanes never have to agree on a scoring scale. The whole core is deterministic, meaning the same question over the same notes gives you the same answer, every time, on your hardware. If you want the longer version of how to set the folder up in the first place, I wrote that in build a second brain every AI can read.

Local is also just faster

People assume offline means slower. It is the other way around. On a single machine, a typical request lands in 49 milliseconds. Nine out of ten come back inside 77 milliseconds. The slowest request in a hundred takes 116. No round trip to a data centre, no queue behind other customers, no rate limit at the worst possible moment.

The token question, answered honestly

Every time your AI reads context, someone pays for it in tokens (the chunks of text a model charges by). Callosium reads about 3,400 tokens per answered question. Here is the honest comparison, all of it:

I am not going to sell you a flat "90% savings" number. The 99% figure is against the wasteful habit. Against a tidy oracle, I lose, and I would rather tell you that than have you find out later.

Why most "local" tools are not really local

Plenty of tools carry the local-first label. Then you try to install one and it wants Docker, or a database you have to run and maintain, or it quietly falls back to a paid model the first time a question gets hard. Callosium is unzip and run. No terminal. I put together a fuller comparison in the roundup of local-first AI memory tools if you want to check my work against the alternatives.

It works in Arabic, not as an afterthought

The local model is multilingual rather than English-only, so English and Arabic work at parity. That matters most for paraphrased questions, where you asked in one wording and wrote the note in another. More on that in an AI that works in Arabic.

And if you walk away tomorrow, your notes stay

Delete Callosium and your folder is still sitting there, plain Markdown, readable in any app you like. Nothing to export, nothing held hostage, no format only I can open. That is the whole point of notes that outlive your subscription.

The core is free forever and open source under Apache-2.0. Early access opens 4 August 2026, and the waitlist is on the homepage. Take it on a flight and see if it still knows you.

Abdo

If your memory needs a signal to work, it was never really sitting with you.

Frequently asked questions

Does Callosium really work with no internet at all?
Yes for search and recall. The only two things that need a network are signing in and checking for updates. No note ever leaves your device to run a search, and there is no paid API behind the scenes, so recall keeps working on a plane, on a train, or on hotel wifi that has given up.
Do I need an API key or a paid AI subscription for the core?
No. The core needs no key. Everyday recall is keyword search, a knowledge graph, and a small local embedding model, all running on your machine. There is no large language model in the search loop at all. Your AI assistant is what talks to Callosium over MCP, the open standard assistants use to plug into outside tools.
How fast is it if everything runs on my laptop?
Faster than a network round trip. On a single machine the typical request takes 49 milliseconds, 90 percent of requests finish within 77 milliseconds, and the slowest request in a hundred takes 116 milliseconds. Local removes the data centre trip entirely, which is where most of the waiting normally happens.
Does it actually save tokens?
It depends what you compare it to, and I would rather be precise. Callosium reads about 3,400 tokens per answered question. That is about 99 percent less than dumping the top five notes in full (around 255,000 tokens) and about 35 percent less than a careful keyword agent reading snippets (around 5,100). Against a perfect oracle handed exactly one correct note (around 990 tokens), Callosium reads more, deliberately, because it returns a small cited cluster your AI can verify.
Do I need Docker or a database to install it?
No. It is unzip and run, with no terminal required. Many other tools that call themselves local need Docker or a database you have to keep running, which is a big part of why people give up on them.
What happens to my notes if I stop using Callosium?
Nothing happens to them. They are plain Markdown files sitting in your own folder the whole time, readable in any editor. Delete Callosium tomorrow and the folder is exactly as you left it. There is no export step because there was never a lock-in step.
One brain, every AI, your files.

Give every AI you use one memory that finally remembers you, so you never have to re-explain your work again. Early access opens 4 August 2026.

Get early access