| layout | default |
|---|---|
| title | Pro Features |
| nav_order | 3 |
| nav_group | Products |
| 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. |
The free app runs models. Off Grid AI Pro adds the layer that sees your day, remembers it, and gets ahead of you, the way a chief of staff would. Always on, on your own hardware. It is live now on your laptop and your phone. You never brief it. It briefs you. Nothing is sent anywhere, because there is no server to send it to.
You do not remember what you did last Tuesday. Your laptop does.
Pro is a quiet record of your work that you can actually ask. It watches the meeting, reads the thread, sees the ticket, then files all of it into one local memory you can search, replay, and act on. The model runs in your laptop's own memory. No cloud round trips, no account, no API key.
A personal chief of staff used to be a privilege. The compute to run one now sits in your bag. Pro is that layer, private and in your hands, not rented from a company that reads your mail.
It moves through four stages: it sees, it remembers, it acts, and then it gets ahead of you.
Capture is one primitive, always your choice. Pro only sees what you let it see, per device, with a visible recording indicator. Pause it from the menu bar anytime. Off grid means in your control, not just off the cloud.
A second brain only works if you feed it. This one feeds itself. Capture, meetings, email, Notion, Linear, and Jira flow into one local memory without you copy-pasting anything.
Not hours logged. Mind share. Pro shows what you actually spent the day thinking about.
Pro can draft the reply, file the ticket, update the doc. It never does it on its own. Every action is a proposal you approve, and every approval is logged. This is not an open-ended agent you hand the keys to. It is structured, with guardrails you set, so you stay in control.
Imagine opening your laptop and the day is already laid out. The 9am is with someone you have not spoken to in three months. There is an open item you never closed. A draft reply is waiting for the email you have been avoiding. You did not ask for any of it. It noticed, because it was there with you all day.
That is the proactive secretary. It does not wait to be opened. It briefs you on the day, surfaces what matters, and drafts the next move before you remember you owe it. Every draft is still yours to approve.
Pro is tuned for software, design, and product. It speaks issues, PRs, cycles, and tickets, not generic tasks. Linear, Jira, GitHub, Sentry, and Vercel connect in one click. The context that makes the rest useful is the context you already work in.
Your laptop knows your work. Your phone knows your life. Today neither has the full picture. Off Grid AI Sync is the private backbone that closes the loop, and it is rolling out through July 2026.
When it lands, captures, memory, and context move device to device over your own network, never through a cloud relay. Your work and your life merge into one model of your day, and it is one you alone can read. Buy now and every piece arrives the day it ships, at no extra cost.
Most private AI still uploads your screen to someone's cloud. Pro runs the model in your laptop's own memory.
No training on your data. No selling it. No server to leak. The system has no mechanism to do any of that, by design. It is open source under AGPL, so you can read exactly what leaves your device. The answer is nothing, and you can check.
The free app runs models, with no account and no subscription. Off Grid AI Pro adds the layer that sees, remembers, and acts, on up to 5 devices.
The price climbs on a schedule, so the day you buy is the price you beat:
- $50 once, before July 1. Pay one time and keep Off Grid AI Pro for life. No subscription, ever.
- $39/month, after July 1. The founder rate, for everyone who comes after the one-time window.
- $99/month, later. Once the founder window closes, this is the standing price.
Take the $50 one-time deal and you make it back in five weeks against the founder rate, and in two weeks against the standing one. Every release lands free for life, including the cross-device layer as it ships through July.
Pro is the personal layer. Companies have a different problem: knowing what AI runs across the org, on what data, at what cost, and whether it is safe. That is a separate product, the Off Grid Console.
The Console is the control plane for agentic AI. One gateway every model call and agent passes through, so you can route it, observe it, cost it, and kill-switch it. The end of shadow AI. PII and prompt-injection screening on every request, role-based access to models and tools, a private RAG brain over your own docs with verified citations, agent evals and drift detection, and an append-only audit trail a regulator can defend.
It runs on your own infrastructure, built entirely on open source. No per-token fees, no per-seat AI licence, nothing routed through a server we own.
Console is licensed separately from Pro. Buying Pro does not include it, and you do not need Pro to run it.
<script> // Track Pro page CTA clicks (buttons + cards), tagged with the section they // sit in (nearest preceding heading) so we can see which features drive intent. (function() { var article = document.querySelector('.content'); if (!article) return; function sectionFor(el) { var node = el; while (node && node !== article) { var sib = node.previousElementSibling; while (sib) { if (/^H[1-4]$/.test(sib.tagName)) return sib.textContent.replace(/#$/, '').trim(); sib = sib.previousElementSibling; } node = node.parentElement; } return 'page'; } article.addEventListener('click', function(e) { var link = e.target.closest('a.btn, a.ea-essay-card'); if (!link || !article.contains(link)) return; var href = link.getAttribute('href') || ''; var destination = href.indexOf('/pay') !== -1 ? 'pay' : href.indexOf('/early-access') !== -1 ? 'early-access' : href.indexOf('/vision') !== -1 ? 'vision' : href; var label = (link.querySelector('.ea-essay-title') || link).textContent .replace(/→/g, '').replace(/#$/, '').trim(); if (typeof posthog === 'undefined') return; try { posthog.capture('pro_cta_click', { destination: destination, href: href, label: label, section: sectionFor(link), source: window.location.pathname }); } catch (err) { console.warn('PostHog tracking failed:', err); } }); })(); </script>