Nimbus8 Coming to the App Store
on-device · private · local-first

On-device intelligence.
Chat, code, and agents — all running locally, nothing leaves your iPhone.

iOS 17+iPhone & iPad
100%on-device inference
Open modelsMLX · GGUF · Core ML
Meet Nimbus8

A private AI studio that lives on your device — not in a datacenter.

Every model runs locally. Every chat stays on your phone. Built from scratch in native Swift with a Rust core, Nimbus8 is the quiet, careful place to talk to open models without a subscription, a login, or a round trip to the cloud.

Gale · Chat

Gemini‑class chat. Running on your iPhone.

Gale is the everyday assistant. Pick any open model — Llama, Qwen, Gemma, Mistral — and talk to it with the polish of a modern chat app. Streaming thoughts, attachments, tool calls, all local.

9:41
Nimbus8
Good afternoon, Cameron
Where should we start?
Plan me three realistic priorities for this morning, plus a playlist.
Thinking
planning your morning
Ask Nimbus8
9:41
Cirrus
anthropics/claude-cookbook
base: main
Find the rate-limit bug in requests.py
Read requests.py
128 lines scanned
Found it — the exponential backoff resets on every retry instead of compounding. Here's a patch:
requests.py +4 −2
@@ -42,6 +42,8 @@ def fetch_with_retry(url):
42for attempt in range(max_retries):
43 try:
44 return http.get(url)
45− except RateLimit:
46− time.sleep(1)
45+ except RateLimit:
46+ delay = base * (2 ** attempt)
47+ time.sleep(delay + jitter())
48+ continue
Message Cirrus…
Cirrus · Code

Review code like a PR. Ship it like a dev.

Cirrus plugs straight into your GitHub repos. Describe a task, get an inline diff card with line numbers, hunk headers, and a one-tap "Open PR". All the edits are produced on-device — your source never leaves the phone.

Ashe · Agent runtime

Hands that do things. On their own. On your terms.

Ashe is Nimbus8's on-device agent runtime. It runs scheduled "Hands" — little workflows that call tools and models on a tick, then show you exactly what they did in a live activity feed. Every destructive action asks first. Nothing runs in the cloud.

9:41
Ashe
Activity
Live tool calls, model calls, and hand ticks.
Invoked skill · inbox.triage
3 emails classified
Ran hand · morning-brief
2.4s · model: Llama-3.2-3B
Thinking
drafting summary…
Needs confirmation
write to ~/Nimbus8/brief.md
Hands
3 enabled · next tick in 6m
morning-brief
every 1h · last: 2m ago · 0 errors
inbox.triage
every 15m · last: 14m ago · 0 errors

Waiting for Apple.

Nimbus8 is wrapping up with Apple. Drop your email and we'll send you an early-access invite the moment the build goes live — no waitlist theatre, no marketing list, just the link.

One email when the build is live. No tracking, no newsletter, no sharing.