The chief of staff
you never had.
Off Grid AI Desktop sees your day, remembers all of it, and gets ahead of you. The meeting you half-remember, the task you promised on Tuesday, the thread you need right now. It has them ready before you ask. Hand it work the way you would a chief of staff, and it takes it from there. It never forgets, and it never logs off, all on your own Mac.
macOS, Apple Silicon · signed and notarized · free to download
Want new features first? Get the nightly build · pre-release, updated on every change, expect rough edges
AI gateway · chat · vision · image · voice · projects · artifacts · connectors · auto meeting recording · dictation · clipboard history · screen memory · a CRM that builds itself · search · actions you approve · and more
What you get for free
A full AI studio, on-device. The open core does what a cloud chat app does, without the cloud.
One local endpoint that speaks OpenAI
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.
Off Grid AI Pro: the memory layer
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. Opt-in, with a recording indicator. Nothing leaves the device.
Why you can trust it
Privacy first by architecture. Your data never leaves your device.
Your local database is encrypted at rest. There is no account to create and no server to leak. 100,000+ downloads across the apps, 2,500+ GitHub stars, a 500-strong community.
Questions
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.
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? $49/year today, climbing toward $99/year as we grow — the tier you join at is the rate you hold. Prefer to own it? $69 once today for lifetime — about a year and a half up front, then yours forever — and it climbs with the ladder too. One license covers 5 devices.