ἵστωρ Download

Istor and GPT4All, compared.

Both are open source, MIT licensed, and fully local. One is built to bring local chat to almost any computer. The other is built to ground research answers on a modest GPU.

GPT4All, by Nomic AI, is a general local chat application: it runs on CPU alone, spans Windows, macOS and Linux, and its LocalDocs mode answers questions over your own files. Istor is a research notebook: a curated model roster sized for a GTX 1650 class GPU, a hard grounding gate that verifies every claim against its cited passage, and a refusal, not a guess, when the sources lack the answer. Pick GPT4All for broad local chat on any hardware. Pick Istor when the answers have to be checked, not just produced.

What GPT4All does well.

GPT4All is one of the most popular local AI projects there is, with tens of thousands of GitHub stars, and its achievement is reach. It runs on Windows, macOS and Linux, including Windows on ARM, and it needs nothing more than an ordinary Intel or AMD CPU from the last decade. There is a model gallery to download from, optional Vulkan acceleration when a GPU exists, an OpenAI-compatible local API server for developers, and a Python SDK. LocalDocs links a folder, indexes it with on-device embedding models, and shows which files informed each response. As a way to put a private model on any machine, it is an excellent answer.

Where Istor differs.

Istor narrows the ambition on purpose. It is a Windows research notebook, and the narrowing shows up in three places.

The first is the gate. GPT4All presents a model's answer, with LocalDocs noting the files behind it. Istor goes a step further: every claim in an answer is verified against the specific passage it cites before the answer is shown, and when the sources do not support one, the loop says so and names what would be needed. In a research workflow, an answer you cannot trust is worse than a refusal.

The second is the roster. GPT4All's gallery puts the choice on you: which model, which quantization, whether it fits. Istor ships three preconfigured models, cheap routing, accurate writing, and vision for scanned pages, sized for a GTX 1650 class GPU and swapped automatically as a research turn progresses. Nothing to pick, nothing to tune.

The third is the shape of the work. GPT4All is a chat window. Istor is a notebook: sources on one side, answers with citations beside them, notes living next to the passages they came from, and web fetches only when you trigger them. It optimizes for reading and checking, not conversing.

Side by side.

IstorGPT4All
LicenseMIT, open sourceMIT, open source
Runs fully localYes, that is the only modeYes, that is the design
Runs without a GPUNo, targets a GTX 1650 class GPUYes, CPU is the baseline
PlatformWindowsWindows, macOS, Linux, Windows ARM
ModelsCurated roster, preconfiguredGallery of GGUF models, your choice
GroundingHard gate: refuses when sources lack the answerLocalDocs shows referenced files
Developer surfaceNonePython SDK, local API server
NotesBuilt in, beside the sourcesNo

Which one fits.

Choose GPT4All if your machine has no useful GPU, if you use macOS or Linux, if you want to pick models yourself, or if you want a local API server for your own code. It brings private local chat to hardware nothing else reaches.

Choose Istor if your machine has a GTX 1650 class GPU and your work is research: sources to read, questions to ask, answers you intend to check. The gate, the roster and the notebook are one design, and they start working the moment the app does.

The full picture of Istor is on the home page.