| layout | default |
|---|---|
| title | Console |
| nav_order | 5 |
| nav_group | Products |
| description | Off Grid AI Console is AWS for AI. Open source, and built on open source. One interface where AI is already safe to run. Set your rules once, and everyone builds governed AI on top. On your own infrastructure, auditable. No per-token or per-seat fees. |
Off Grid AI Console is AWS for AI. Open source, and built on open source. One interface where AI is already safe to run. Set your rules, guardrails, and knowledge once, and everyone builds governed AI on top. Every piece you'd otherwise wire together yourself (the gateway to the models, evals, guardrails, PII masking, pipelines, audit, lineage) is already here and connected, on your own infrastructure and fully auditable.
See it live. Click through two fully-seeded example tenants: a bank ↗ · an insurer ↗
On-prem · local-first · auditable · open source
Your people are already using AI. The question is whether you can see it.
Today model calls leave through a dozen tools, on data you cannot track, at a cost no one owns. Console puts one chokepoint in front of all of it. Every call is routed, observed, costed, and kill-switchable. Nothing runs that you did not allow, and everything that runs is on a record you can defend.
| Layer | What it does for you |
|---|---|
| Data | Connect, ingest, and mask PII into AI-ready data on your own infrastructure |
| AI | Model serving through the gateway, the knowledge brain, grounding, and caching |
| Control | The gateway chokepoint: guardrails, policy, identity, audit, and kill-switch |
| Regulatory | Report packs, the governance registry, and data residency |
| Consumption | The console, Fleet Control, FinOps, agents, and reports |
Nothing is all or nothing. Every capability is API-first and adoptable on its own.
- Just the API. The gateway, brain, and agents as headless services with documented APIs.
- API plus Console. This UI over any subset of those services.
- Just the Brain. The ingestion to retrieval (RAG) pipeline, standalone.
- The whole control plane. Every layer, unified and governed.
Off Grid is one private AI stack, from the phone in a pocket to the org's whole fleet. The consumer apps put it in millions of hands and make it a household name. The Console is where it runs a company.
Same principles at every scale: the model runs on hardware you control, the data stays yours, and the code is open so you can check. [See the consumer suite]({{ '/pro' | relative_url }}): Mobile, Desktop, and Sync.
See it live: a bank ↗ · an insurer ↗
<script> // Track Console page CTA clicks, tagged with the section they sit in. (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'; } window.__ctaTracked = true; // opt out of the layout's generic cta_click; this page tracks its own article.addEventListener('click', function(e) { var link = e.target.closest('a.btn'); if (!link || !article.contains(link)) return; var href = link.getAttribute('href') || ''; if (typeof posthog === 'undefined') return; try { posthog.capture('console_cta_click', { destination: href.indexOf('book=') !== -1 ? 'demo' : 'console', href: href, label: link.textContent.trim(), section: sectionFor(link), source: window.location.pathname }); } catch (err) { console.warn('PostHog tracking failed:', err); } }); })(); </script>