Skip to content

Commit 941a1a8

Browse files
site: add Download hub + Mobile/Desktop releases pages
- /download: latest stable of the trinity (Mobile stores + APK, Desktop .dmg, Console live/self-host) with a stable-vs-beta explainer - /mobile/releases + /desktop/releases: per-product channels and curated, outcome-first highlights, full history linked to GitHub releases - nav: Desktop and Mobile become sections with a Releases child; Download slots in after Home; renumber Products/Learn nav_order accordingly
1 parent 5cd4490 commit 941a1a8

12 files changed

Lines changed: 195 additions & 9 deletions

console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Console
4-
nav_order: 2
4+
nav_order: 3
55
nav_group: Products
66
description: "Off Grid AI Console is AWS for AI. Open source, and built on open source. One interface where AI is already safe to run. Set your rules once, and everyone builds governed AI on top. On your own infrastructure, auditable. No per-token or per-seat fees."
77
---

desktop-releases.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: default
3+
title: Releases
4+
parent: Desktop
5+
nav_order: 1
6+
permalink: /desktop/releases/
7+
description: Off Grid AI Desktop release notes for macOS - what shipped, and when. Two tracks, stable and nightly, both signed and free.
8+
---
9+
10+
# Off Grid AI Desktop - releases
11+
12+
Everything that ships to your Mac, in the order it shipped. Two tracks:
13+
14+
- **Stable** - the tested, signed and notarized build. This is the [Download for macOS](https://github.com/off-grid-ai/off-grid-ai-desktop/releases/latest/download/OffGrid-latest.dmg) button, and it updates itself in place.
15+
- **Nightly** - the [nightly build](https://github.com/off-grid-ai/off-grid-ai-desktop/releases/download/nightly/OffGrid-nightly.dmg) rebuilds on every change, so you get new features first. Expect rough edges.
16+
17+
<p class="ea-pricing-note">Current stable: <strong>0.0.38</strong> · Apple Silicon. Full per-build history lives on <a href="https://github.com/off-grid-ai/off-grid-ai-desktop/releases" target="_blank" rel="noopener">GitHub releases</a>.</p>
18+
19+
---
20+
21+
## What's in the current build
22+
23+
A full AI studio on your own machine, everything the cloud chat apps do without the cloud, the account, or the bill.
24+
25+
- **Chat** - text and vision, streaming, with a reasoning mode. 15-30 tokens a second on a flagship Mac.
26+
- **Image generation** - text-to-image and image-to-image on your own GPU. Ships Z-Image-Turbo and SDXL-Lightning, with a live per-step preview.
27+
- **Voice** - speech-to-text with Whisper, text-to-speech with Kokoro, and a hands-free voice mode, all on-device.
28+
- **Your model library** - a catalog of local models with sizes, plus Hugging Face search.
29+
30+
See the full tour on the [Desktop page]({{ '/desktop/' | relative_url }}).
31+
32+
---
33+
34+
## How updates reach you
35+
36+
New work lands on **nightly** the moment it's built, then graduates to **stable** once it's tested. The stable app updates itself in place, so you rarely have to think about it. Want to be first? Install the nightly and you're on the newest build every day.
37+
38+
<p class="ea-pricing-note">Every version, with full notes and downloads, is on <a href="https://github.com/off-grid-ai/off-grid-ai-desktop/releases" target="_blank" rel="noopener">GitHub releases</a>.</p>

desktop.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
layout: default
33
title: Desktop
4-
nav_order: 4
4+
nav_order: 5
55
nav_group: Products
6+
has_children: true
67
description: Off Grid AI Desktop is a private, local AI studio for macOS - chat, vision, image, and voice, running on your own hardware. Free and open source. No cloud, no account, no API key.
78
---
89

download.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
layout: default
3+
title: Download
4+
nav_order: 2
5+
nav_group: Products
6+
permalink: /download/
7+
description: Download Off Grid - one private AI layer across your phone, your Mac, and your company. Off Grid AI on iPhone and Android, Off Grid AI Desktop for macOS, and Off Grid AI Console for the enterprise. Free, open source, on hardware you own.
8+
---
9+
10+
<div class="early-access-hero">
11+
<div class="early-access-badge">Download Off Grid</div>
12+
<h1>Get the private<br>AI trinity.</h1>
13+
<p class="early-access-sub">One intelligence layer across your phone, your Mac, and your whole company - running on hardware you already own. No account, no API key, nothing you do ever leaves your devices. Free and open source.</p>
14+
</div>
15+
16+
<p class="ea-pricing-note" style="text-align:center;">100,000+ downloads · 2,500+ GitHub stars · your data never leaves your device</p>
17+
18+
---
19+
20+
## Off Grid AI - iPhone and Android
21+
22+
A full AI studio in your pocket. Chat, vision, image, voice, and documents, all running on your own phone. Free and open source, on-device, no cloud.
23+
24+
<div class="hero-buttons">
25+
<a href="https://apps.apple.com/us/app/off-grid-local-ai/id6759299882?utm_source=offgrid-docs&utm_medium=website&utm_campaign=download" target="_blank" rel="noopener" class="btn btn-green">Download on the App Store</a>
26+
<a href="https://play.google.com/store/apps/details?id=ai.offgridmobile&utm_source=offgrid-docs&utm_medium=website&utm_campaign=download" target="_blank" rel="noopener" class="btn btn-green">Get it on Google Play</a>
27+
<a href="https://github.com/off-grid-ai/off-grid-ai-mobile/releases/latest?utm_source=offgrid-docs&utm_medium=website&utm_campaign=download" target="_blank" rel="noopener" class="btn btn-outline">Android APK (direct)</a>
28+
</div>
29+
30+
<p class="ea-pricing-note">Current stable: <strong>0.0.102</strong> · iOS 16+ and Android 12+ · <a href="{{ '/mobile/releases/' | relative_url }}">See what's new</a>. Want new features first? The beta ships weekly - <a href="https://github.com/off-grid-ai/off-grid-ai-mobile/releases" target="_blank" rel="noopener">grab it from GitHub releases</a>.</p>
31+
32+
---
33+
34+
## Off Grid AI Desktop - macOS
35+
36+
A private AI studio on your Mac. Chat, vision, image, and voice, all on your own hardware. 15-30 tokens a second on a flagship Mac. Free and open source.
37+
38+
<div class="hero-buttons">
39+
<a href="https://github.com/off-grid-ai/off-grid-ai-desktop/releases/latest/download/OffGrid-latest.dmg" class="btn btn-green">Download for macOS</a>
40+
<a href="https://github.com/off-grid-ai/off-grid-ai-desktop?utm_source=offgrid-docs&utm_medium=website&utm_campaign=github" target="_blank" rel="noopener" class="btn btn-outline">Star on GitHub</a>
41+
</div>
42+
43+
<p class="ea-pricing-note">Current stable: <strong>0.0.38</strong> · Apple Silicon · signed and notarized · <a href="{{ '/desktop/releases/' | relative_url }}">See what's new</a>. Living on the edge? The <a href="https://github.com/off-grid-ai/off-grid-ai-desktop/releases/download/nightly/OffGrid-nightly.dmg">nightly build</a> updates on every change - expect rough edges.</p>
44+
45+
---
46+
47+
## Off Grid AI Console - the enterprise
48+
49+
Put AI to work across the whole company, governed, on infrastructure you own. One gateway for every model, composable governed pipelines, and apps your whole team builds in plain language. Open source, and built on open source.
50+
51+
<div class="hero-buttons">
52+
<a href="https://onprem-console.getoffgridai.co?utm_source=offgrid-docs&utm_medium=website&utm_campaign=download" target="_blank" rel="noopener" class="btn btn-green">Explore Console</a>
53+
<a href="https://onprem-console.getoffgridai.co/?book=1" target="_blank" rel="noopener" class="btn btn-outline">Book a demo</a>
54+
<a href="https://github.com/off-grid-ai/OGAC?utm_source=offgrid-docs&utm_medium=website&utm_campaign=github" target="_blank" rel="noopener" class="btn btn-outline">Self-host from source</a>
55+
</div>
56+
57+
<p class="ea-pricing-note"><strong>See it live.</strong> Click through two fully-seeded tenants: <a href="https://bharatunion-onprem-console.getoffgridai.co/overview" target="_blank" rel="noopener">a bank&nbsp;↗</a> · <a href="https://suraksha-onprem-console.getoffgridai.co/overview" target="_blank" rel="noopener">an insurer&nbsp;↗</a>. On-prem, local-first, auditable, open source. <a href="{{ '/console/' | relative_url }}">More on Console</a>.</p>
58+
59+
---
60+
61+
## Stable or beta?
62+
63+
Every product ships on two tracks. Pick the one that fits how much polish you need.
64+
65+
<div class="early-access-perks">
66+
<div class="perk-card">
67+
<div class="perk-icon">
68+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M9 12l2 2 4-4"/><circle cx="12" cy="12" r="10"/></svg>
69+
</div>
70+
<div>
71+
<div class="perk-title">Stable</div>
72+
<div class="perk-desc">The tested build. What the App Store, Google Play, and the signed macOS download give you. Pick this if you want it to just work.</div>
73+
</div>
74+
</div>
75+
<div class="perk-card">
76+
<div class="perk-icon">
77+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 2v6m0 0l3-3m-3 3L9 5"/><path d="M5 12H2m20 0h-3"/><path d="M12 22v-6m0 0l3 3m-3-3l-3 3"/></svg>
78+
</div>
79+
<div>
80+
<div class="perk-title">Beta</div>
81+
<div class="perk-desc">New features first, straight from GitHub releases (mobile) and the nightly build (desktop). Ships often, expect the occasional rough edge.</div>
82+
</div>
83+
</div>
84+
</div>
85+
86+
<p class="ea-pricing-note" style="text-align:center;">Full version history: <a href="{{ '/mobile/releases/' | relative_url }}">Mobile releases</a> · <a href="{{ '/desktop/releases/' | relative_url }}">Desktop releases</a></p>

ethos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Ethos
4-
nav_order: 7
4+
nav_order: 9
55
nav_group: Learn
66
has_children: true
77
description: Why Off Grid exists. Intelligence should live on the devices you already own - private by architecture, not by policy.

mobile-releases.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: default
3+
title: Releases
4+
parent: Mobile
5+
nav_order: 1
6+
permalink: /mobile/releases/
7+
description: Off Grid AI Mobile release notes - what shipped, and when, for iPhone and Android. Two tracks, stable and beta, both on-device and free.
8+
---
9+
10+
# Off Grid AI Mobile - releases
11+
12+
Everything that ships to your phone, in the order it shipped. Two tracks:
13+
14+
- **Stable** - the tested build on the [App Store](https://apps.apple.com/us/app/off-grid-local-ai/id6759299882) and [Google Play](https://play.google.com/store/apps/details?id=ai.offgridmobile). What you get if you just install the app.
15+
- **Beta** - new features first, weekly, from [GitHub releases](https://github.com/off-grid-ai/off-grid-ai-mobile/releases). Expect the occasional rough edge.
16+
17+
<p class="ea-pricing-note">Current stable: <strong>0.0.102</strong> · Current beta: <strong>0.0.103-beta.3</strong>. Full per-build history lives on <a href="https://github.com/off-grid-ai/off-grid-ai-mobile/releases" target="_blank" rel="noopener">GitHub releases</a>.</p>
18+
19+
---
20+
21+
## 0.0.103 · beta · July 15, 2026
22+
23+
Control over what runs, and voice that just works.
24+
25+
- **Choose how hard your phone works.** New loading modes - Lean, Balanced, Aggressive - let you decide how many models stay in memory at once.
26+
- **See what's using your RAM.** The model selector shows what's loaded and how much memory it's holding, with a per-model eject and an Eject All that frees everything.
27+
- **Voice you can trust.** Voice notes and dictation transcribe reliably and drop the text into the input box instead of failing silently. The mic turns into a Stop button while the model is speaking.
28+
- **Downloads that recover.** Failed downloads show up instead of vanishing, retry works on iOS again, and queued downloads survive an app restart.
29+
- **Vision that pairs correctly.** Vision models pick the right projector file and refuse a mismatched one, with a Repair action when a file is missing.
30+
- **Stopping keeps your reply.** Stop generation and you keep the partial answer you already saw, reasoning included - no more mislabeling a stopped turn as an error.
31+
32+
## 0.0.102 · stable · July 7, 2026
33+
34+
Your phone's real hardware, put to work.
35+
36+
- **GPU and NPU acceleration**, on by default when your device supports it, so models run faster without you touching a setting.
37+
- **Smart model residency** decides what fits in memory - and a "Load Anyway" override lets you push past the limit when you know better, for the rest of the session.
38+
- **Clearer guidance** when a model quietly falls back to CPU, with a one-tap path to a faster build.
39+
40+
## 0.0.101 · stable · July 3, 2026
41+
42+
Downloads that behave, memory you can see.
43+
44+
- **A download queue that won't freeze the app** - concurrent downloads are capped, queued items show a clear "Queued" state, and everything survives an app kill.
45+
- **Per-process memory in Device Info** - Available, Footprint, and Process Limit, so you can see exactly what your phone has to spare.
46+
- **Voice-note transcription rendered right in the sent message.**
47+
- **A top-level error boundary** so a render error recovers instead of leaving you on a white screen.
48+
49+
## 0.0.97 - 0.0.100 · stable · late June 2026
50+
51+
Tools, membership, and routing that thinks.
52+
53+
- **MCP tools**, routed on-device through an embedding model, so the right tool is picked without a cloud round trip.
54+
- **Off Grid AI Pro** membership with license-key activation and a device cap.
55+
- **Smart routing** that tells text from image requests and warms the right models at boot.
56+
- **Voice mode** that speaks image-generation results back to you.
57+
58+
---
59+
60+
<p class="ea-pricing-note">Looking for an older build or the exact commit list? Every version, with full notes and downloads, is on <a href="https://github.com/off-grid-ai/off-grid-ai-mobile/releases" target="_blank" rel="noopener">GitHub releases</a>.</p>

mobile.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
layout: default
33
title: Mobile
4-
nav_order: 5
4+
nav_order: 6
55
nav_group: Products
6+
has_children: true
67
description: Off Grid AI Mobile is a complete local AI studio for iPhone and Android - chat, vision, image, voice, and documents, running on your own phone. Free and open source, on-device, no cloud.
78
---
89

pay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Get Pro
4-
nav_order: 5
4+
nav_order: 7
55
nav_group: Products
66
description: Own Off Grid AI Pro forever for $69 - one flat price for desktop and mobile, up to 5 devices, every release included, no renewal. Prefer yearly? $49/year. The price climbs as we grow - lock it now.
77
---

privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Privacy Policy
4-
nav_order: 9
4+
nav_order: 11
55
nav_group: Learn
66
description: How Off Grid handles data. Off Grid is local-first by architecture - your captured data stays on your devices.
77
---

pro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Pro Features
4-
nav_order: 3
4+
nav_order: 4
55
nav_group: Products
66
description: Off Grid AI Pro is a private intelligence layer for your laptop. It captures your day, remembers everything, and drafts the next move, on your own hardware. No cloud round trips. See every feature.
77
---

0 commit comments

Comments
 (0)