iPhone Apps That Work With No Internet

Plenty of apps say they work offline and then show you a spinner. Here is a test you can run on any of them in thirty seconds — and precisely what each of our six apps does when the signal goes.

By Solutionflare · Verified August 2026

Plenty of apps describe themselves as working offline and then show you a spinner the moment the signal drops. The gap is usually not dishonesty — it's that the developer never tested the state you're now in. This page gives you a test you can run in thirty seconds on any app, explains the four things that actually break without a connection, and then states precisely what each of our six apps does when yours is gone.

The 30-second airplane-mode test

  1. Install the app and open it once with a connection, so first-run setup completes.
  2. Turn on Airplane Mode. Leave WiFi off too — a lot of "offline" testing quietly happens on home WiFi.
  3. Force-quit the app and reopen it. This is the step everyone skips, and it's the one that catches apps that only survive offline because their session was already warm.
  4. Use the feature you actually care about. Then leave it a few minutes and come back.

If it survives a cold launch in airplane mode, the offline claim is real.

The four things that break without a connection

  • Ads. An ad-funded app needs to fetch an ad. Offline it either stalls at the ad break or hands you the reward for free, and neither is a designed experience. Apps with no ad code have no such moment; ours have none.
  • Subscription re-validation. This is the big one. A subscription is a lease that has to be re-checked, so a long offline stretch can lock you out of something you paid for. One-time purchases don't have this problem, which is part of why every paid app of ours offers one.
  • Cloud AI. Any feature that calls a model on somebody's server is a network feature wearing an intelligence costume. Move the model onto the phone and the feature keeps working — see how ours do it.
  • Sync and accounts. An app that needs to know who you are needs to ask someone. None of our apps has an account, so there is nobody to ask.

What each app does with no connection

Swipe the table sideways to see every column.

Offline behaviour of each Solutionflare iPhone app
AppWorks offlineNeeds a connection
Chat Local All messaging. Sending, receiving, mesh relay, delivery confirmations, conversation passwords, message search, export, and QR-code invites. It is designed to run in airplane mode with Bluetooth switched back on, which also stretches battery life dramatically in an outage. Downloading the app, buying or restoring Pro, and opening a shared invite link. Pro entitlements keep working with no connectivity for the full paid period.
Pentire Everything, including cutting your own photos into stickers — the segmentation runs on the device, so photo import in airplane mode is the practical proof there is no upload. All 60 built-in puzzles, the art generator, share codes, hints, streaks, and saved progress are local. Downloading the app and buying or restoring Plus.
Scroll Clash The entire game. All 100 levels, all 6 modes, all 20 bosses, with progress, stars, and coins in local storage. The Admiral unlock keeps working offline too, because it's a permanent purchase and not a subscription that has to be re-checked. Downloading the game and buying or restoring the unlock.
CalcBoard Everything. All four modes, all 8 panels, the value tray, variables, history, and the whole unit converter — which works offline precisely because it deliberately has no currency conversion. Nothing goes stale. Downloading the app and buying or restoring Premium.
Dogear Everything. Reading, pacing, comprehension quizzes, progress, and streaks. On an Apple Intelligence-capable iPhone, new passages and quizzes are generated on-device; on other devices the bundled passages each ship with a real, hand-built quiz. Pasted text always works. Downloading the app. There is nothing to buy.
Rouse Alarms, timers, routines, stopwatches, countdowns, and every sleep feature. Alarms are registered with iOS itself through AlarmKit, so they survive not just a lost connection but a force-quit and a reboot. Sleep insights are generated on-device. The weather line in the morning briefing, plus downloading the app and buying or restoring Premium.

The app built entirely for the offline case

The others work offline. Chat Local only makes sense offline. It sends encrypted text between nearby iPhones over a Bluetooth Low Energy mesh, relaying through up to five devices so messages reach people you couldn't reach directly — with no WiFi, no cell service, no internet, and no server anywhere in the path.

That architecture is why it keeps working in situations where "offline mode" isn't a feature but a fact: the Black Rock Desert, a festival where 70,000 phones have flattened the towers, a canyon, a cruise ship, a blackout after the tower backup batteries die, or an internet shutdown. Internet-based messengers stop the moment their servers are unreachable; encryption can't conjure a route.

Honest limits, because they matter more here than anywhere else: mesh has local range only, so satellite still wins on distance; Bluetooth is detectable radio activity; and conversation and display names are broadcast to nearby app users by design, because that's how nearby discovery works. It's a layer in a communications plan, not the whole plan.

Why offline is a design constraint, not a feature

Deciding an app must work with no connection removes options early. You can't lean on a server for the hard part, you can't add an ad break, and you can't ship a subscription that stops working on a plane. What's left is code that runs on the device and data that stays there — which happens to be the same thing you'd build if you were trying not to collect anything. That's not a coincidence; see what we don't collect.

Frequently asked questions

Which iPhone apps work completely without internet?

All six Solutionflare apps work offline for their core purpose. Pentire, Scroll Clash, CalcBoard, and Dogear work entirely offline. Rouse works offline for alarms, timers, routines, countdowns, stopwatches, and sleep features, needing a connection only for the weather line in its morning briefing. Chat Local is built for offline use specifically: it sends encrypted messages over Bluetooth mesh with no internet at all.

Can you text without any cell service or WiFi?

Yes, to people nearby. Chat Local sends encrypted text directly between iPhones over Bluetooth Low Energy, and relays through up to five intermediate devices to extend range. It needs no cell towers, no WiFi, no internet, and no account. It works in airplane mode with Bluetooth switched back on.

How do I check whether an app really works offline?

Open it once with a connection so first-run setup completes, turn on Airplane Mode with WiFi off, then force-quit the app and reopen it before using the feature you care about. The force-quit is the step that matters: many apps only appear to work offline because their session was already active.

Do in-app purchases still work offline?

Buying does not — in-app purchases go through the App Store, which needs a connection. Purchases you already made keep working. One-time purchases like CalcBoard Premium, the Scroll Clash Admiral unlock, and the lifetime tiers of Pentire, Rouse, and Chat Local are permanent, so nothing has to be re-validated. Chat Local's subscription entitlements also continue to work with no connectivity for the full paid period.

Does Pentire really cut my photos without uploading them?

Yes, and airplane mode is how you can prove it. Photo cutting uses Apple's on-device Vision subject masking plus Pentire's own segmentation pipeline. There is no image-processing server, so importing and cutting a photo works with the network fully off.

Will my alarm still go off with no signal?

Yes. Rouse schedules every alarm and timer through Apple's AlarmKit, which registers them with iOS itself. They survive a lost connection, a force-quit, and a device restart, and they fire through Silent Mode, Do Not Disturb, and Focus modes.

Why doesn't CalcBoard convert currency?

Deliberately. Currency rates go stale and require a network call, which would make part of the converter unusable exactly when you're offline. CalcBoard covers 10 categories and 79 units of physical quantities that never change, so the whole converter works with no connection.

Six apps that survive a cold launch in airplane mode

Including one built entirely for the case where there is no network at all: Chat Local sends encrypted text between nearby iPhones over Bluetooth mesh.