| layout | default |
|---|---|
| title | Off Grid AI |
| nav_order | 4 |
| description | Join the waitlist for Off Grid AI. Background intelligence that captures, remembers, and acts across your devices. Completely offline, completely private, running on the hardware you already own. |
Off Grid AI is background intelligence for knowledge workers. It sees your day, remembers it, and gets ahead of you, the way a chief of staff would. The model runs in your own hardware's memory, with no cloud round trips. Nothing is sent anywhere, because there is no server to send it to. A small group will run it before it ships. Join the waitlist.
Pro is $39/month, pre-launch founder rate. There is a free version too. Early access locks the rate in for good, and existing Pro members get Pro free, for life.
It started as three problems solved out of need. They turned out to be one thing: a private intelligence layer that lives across your laptop and your phone, learns your work and your life in the background, and gets ahead of you.
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 what you are joining. An assistant that remembers everything you did, finds the commitments you made and the asks aimed at you, and gets ahead of you instead of waiting to be opened. It works the way a chief of staff would, except it never forgets and it never logs off.
The catch with that kind of assistant has always been the price: to be useful it has to know everything about you, and until now that meant handing everything to someone's cloud. Off Grid AI runs the model on your own hardware, with no cloud round trips. Your phone and laptop sync over your own network, never a relay in between, so your work and your life become one picture of your day. The phone doubles as an offline recorder, with real meeting detection, voice, and speaker diarization, all on device. Nothing is sent anywhere, because there is no server to send it to. It is open source under AGPL, so you can read exactly what leaves your device. The answer is nothing, and you can check.
A small number of people will run this before it ships. They will not just get in first. They will shape what it becomes, watch their bugs get fixed, and steer the roadmap. And they lock in a price no one else will get.
There is a free version, and it stays free. The Pro components that run real compute and do the real work are $39/month, but early access holds a lower pre-launch founder rate to your seat for good. Existing Pro members get all of it free, this one is on us. This is the window. Put your email in.
<script> (function() { var form = document.getElementById('waitlistForm'); var emailInput = document.getElementById('wlEmail'); var status = document.getElementById('wlStatus'); if (!form) return; form.addEventListener('submit', function(e) { e.preventDefault(); var email = emailInput.value.trim(); if (!email || !/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) { status.textContent = 'Enter a valid email address.'; status.className = 'ea-status ea-status-error'; return; } if (typeof posthog !== 'undefined') { posthog.identify(email, { email: email }); posthog.capture('offgrid_ai_waitlist_signup', { email: email, source: window.location.pathname }); } emailInput.value = ''; status.textContent = "You're on the list."; status.className = 'ea-status ea-status-success'; form.querySelector('.ea-submit').disabled = true; }); })(); </script>