Skip to content

Latest commit

 

History

History
148 lines (132 loc) · 9.75 KB

File metadata and controls

148 lines (132 loc) · 9.75 KB
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.
Private Alpha

It already knows
what you did today.

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.

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.


Ambient across your whole life
Not another app you open. A quiet layer running in the background across your laptop, your phone, the meetings in the room, and the tabs you read. The physical and the digital, held in one place.
Proactive, not reactive
It does not wait to be asked. It briefs you on the day, surfaces the item you left open, and drafts the reply before you remember you owe it. The rear-view becomes the windshield.
Private by architecture
The model runs on your own hardware, with no cloud round trips. No training on your data, no selling it, no server to leak. The system has no mechanism to do any of that, by design, and it is open source so you can check.
One mind across your devices
Your laptop knows your work, your phone knows your life. They sync over your own network, never a cloud relay, into a single picture of your day. Nothing is stranded on one screen.
It acts, you approve
Off Grid 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.
Founder rate, locked in
Off Grid AI Pro is $39/month, locked in at the pre-launch founder rate for early members and kept low for as long as you hold your seat. Existing Pro members get all of it free, for life.

Three products, one loop

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.

Off Grid Desktop
The intelligence layer for your laptop. It captures your day there: meetings, email, the work context that makes the rest useful. Tuned for people who build, it speaks issues, PRs, cycles, and tickets.
Off Grid Sync
The private backbone between your phone and your laptop. Captures, memory, and context move device to device over your own network, never through a cloud relay. Your laptop's work and your phone's life merge into one model of your day.
Off Grid Mobile
On-device intelligence in your pocket: chat, image, vision, voice, and documents, all local. It doubles as an offline recorder with proper meeting detection, voice transcription, and speaker diarization, processed on device and never shared. An AI recorder for your life, not just your meetings.

Why you want in

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>