| layout | default |
|---|---|
| title | Desktop |
| nav_order | 4 |
| nav_group | Products |
| has_children | true |
| description | Off Grid AI Desktop is a private, local AI studio for macOS and Windows - chat, vision, image, and voice, running on your own hardware. Free and open source. No cloud, no account, no API key. |
Chat, vision, image, and voice, all running on your own hardware. No account, no API key, nothing you type ever leaves your computer. Free and open source.
macOS stable 0.0.38: Apple Silicon, signed and notarized. Windows x64 nightly 0.0.39-beta.66: free core app, pre-release, expect rough edges. There is no stable Windows build yet.
15-30 tokens a second on a flagship Mac · 100,000+ downloads · 2,500+ GitHub stars
A full AI studio on your own machine. Everything a cloud chat app does, without the cloud, the account, or the bill.
Run any model - a curated catalog plus direct Hugging Face search, all local.
Want new features first on macOS? Get the macOS nightly. On Windows, 0.0.39-beta.66 is the current pre-release. Nightly builds can have rough edges.
Your data never leaves your device, by architecture. No cloud inference, no account to create, no server that can leak. Your local database is encrypted at rest, and the whole app is open source under AGPL, so you can read exactly what it does.
100,000+ downloads across the apps, 2,500+ GitHub stars, a 500-strong community.
Point any OpenAI client at http://127.0.0.1:7878/v1 and it works. No key. Chat, vision, image, audio, and embeddings, all on one local server.
from openai import OpenAI
client = OpenAI(base_url="http://127.0.0.1:7878/v1", api_key="not-needed")
print(client.chat.completions.create(
model="local",
messages=[{"role": "user", "content": "Hello"}]
).choices[0].message.content)Run it headless with --server-only for a homelab box, a server, or wiring local models into your own apps.
The free app runs models. Pro adds the always-on layer that sees your work, remembers it, reflects it back, and acts with your approval. You forget what you did last Tuesday. Your Mac does not. Off Grid keeps a quiet record of your work you can actually ask, and it hands you what you need before you go looking. Opt-in, with a recording indicator, and nothing leaves the device.
Pro is available on macOS only today. It is not included in the Windows nightly.
Your Day - the brief a chief of staff would hand you each morning.
Reflect - where your attention actually went, by hour and by app.
Entities - the people, projects, and companies you touch, kept current for you.
Is it really free? The full studio is free and open source under AGPL. Pro is the paid layer.
Does it work offline? Yes. All inference is local. Airplane mode, restricted networks, anywhere.
Which Macs? macOS on Apple Silicon, M1 and later. Signed and notarized.
What about Windows? The free core app is available for Windows x64 as a nightly pre-release. The current release is 0.0.39-beta.66. There is no stable Windows build yet, and Pro is not included.
Does it phone home? No cloud inference, no account, no API key. Capture is opt-in, with a visible indicator.
What models can I run? Qwen, Gemma, Llama, Mistral, and any GGUF from Hugging Face.
What does Pro cost? ${{ site.data.pricing.lifetime }} once today, yours forever with no renewal - climbing toward ${{ site.data.pricing.top_lifetime }} as we grow, and the tier you join at is the price you hold. Not ready to commit? Pay ${{ site.data.pricing.price }}/{{ site.data.pricing.period }} yearly instead, climbing toward ${{ site.data.pricing.top_price }}/{{ site.data.pricing.period }}. One license covers {{ site.data.pricing.devices }} devices.




