Guide

Reading Apps That Actually Work Offline

Last updated 15 August 2026 · 2 min read

"Offline reading" means wildly different things across apps, and you usually discover which one you have somewhere over the Atlantic. Some apps keep a local cache that silently expires or evicts. Some need a login check before opening. Some sync-first designs treat the device copy as a replica that gets weird when the server is unreachable. If offline matters to you, the architecture question is the whole question: is the device the home of your library, or a viewport onto a server?

What "the library is offline" means in practice

Velo's design is local-first in the strict sense. When you import a book — DRM-free EPUB or PDF, TXT, Markdown, via the iOS Share Sheet from Files, Safari, or Mail — the parsing happens on the device and the result lives on the device. Reading, in every mode, touches nothing remote:

The honest exceptions, because a page like this should list them: saving a new web article needs a connection for the fetch itself, and the optional server-side processing pass for genuinely difficult scanned PDFs is, by definition, online — it's metered, deliberate, and never invoked silently. Everything already in your library is yours regardless.

Sync without dependence

Cloud sync exists — it's part of Velo Pro, keeping your library and reading position aligned across iPhone, iPad, and Mac — but it's opt-in on top of the local library, not the mechanism the app runs on. No account is required to read, and losing connectivity degrades exactly one thing: freshness of sync. The book in your hand doesn't care.

This is also why offline and privacy end up being the same architecture: a book that never needs a server to be read is also a book that never visits one. Velo's analysis features (Apple Intelligence summaries and the intelligence dashboard) run on your hardware for the same reason.

The pre-flight test

Whatever app you're evaluating, run this before you're at 30,000 feet: import or download the book, then enable Airplane Mode and try to open it, navigate chapters, and read for ten minutes. You'll learn more than any feature page will tell you — including this one.

With Velo the test is free to run: both reading modes, import for up to 3 books, and a built-in library of public-domain classics come at no cost, no account, no time limit. Load it up before the trip; the plane is where a wandering attention meets its best-case reading conditions anyway — no notifications, no exits, and a focus mode built for exactly that.

Try it on a real book

Velo includes a library of free public-domain classics, so you can test both modes before importing anything of your own.

Get Velo Free

← All guides