Why now – Palantir alternatives for Europe: what 'sovereign' actually means, and how European public bodies are decidingRegister →
MODELS · RETRIEVAL · AGENTS · WITH NO ROUTE OUT

Air-Gapped LLMs & Agents on Your Own Cluster

The AI half of an air-gapped deployment, in detail: where the weights live, how retrieval grounds itself without an embedding API, what an agent's tools connect to when there is nothing to connect to, and how any of it stays current.

Weights Live on Your Cluster

Open-weight models are served from hardware inside your perimeter. There is no external inference endpoint to reach, so there is no external inference endpoint to lose.

Retrieval Grounds Itself Locally

Embeddings, indexing and retrieval all run inside the environment, grounded in your own ontology and documents — no hosted embedding service anywhere in the path.

Nothing Phones Home

No licence check, no telemetry, no model-provider callback. Updates arrive when you carry them in, through a channel you control and audit.

In plain terms

"It runs offline" is easy to say and hard to mean. Most AI stacks have at least one thing that quietly needs the internet — the model endpoint, the embedding call, a licence check, a telemetry ping — and you find out which one on the day the cable comes out. This page is the inventory: every part of the AI that would normally reach outside, and what it does instead when it cannot.

Read this if you're the architect who has to certify that an AI deployment genuinely has no outbound dependency — and prove it before accreditation.


Definition

Air-gapped AI runs the model serving, retrieval and agent execution layers entirely inside a network with no route to the public internet. Open-weight models are served from your own cluster, embeddings and retrieval are computed locally against your own ontology and documents, agent tools resolve only to systems inside the perimeter, and model and software updates arrive through a controlled channel you operate.

A platform is only air-gapped at the point where every dependency has somewhere local to go. The infrastructure half of that — the cluster, the storage, the isolation — is covered under [Sovereign Foundations](/platform/sovereign-infra/air-gapped). This page is the other half: what happens to the AI itself. Inference stops being an API call and becomes a workload you schedule. Retrieval stops assuming a hosted embedding service. Agent tooling stops resolving to anything outside. Evaluation, updates and licensing stop phoning home. None of these are degraded modes — they are how the platform is built, which is why the capability set on a disconnected network is the same one you would get connected.

Where it fits

Air-Gapped AI in the Scrydon platform

One integrated, sovereign architecture. Here is where Air-Gapped AI sits — highlighted against the full stack it works with.

Sync CRM
Verify ID
...
Approve
Welcome

The AI OS for Humans & AI Agents

Revenue Overview — Q2 2026
Connected to Cognitive Enterprise
Revenue
€4.2M
+12%
Pipeline
€11.7M
+8%
Churn
2.1%
−0.3pp
Monthly RevenueJan – Dec 2025
JanMarJunSepDec
Customer
Account
Order
Product
Contract
LineItem
Supplier
Billing
holds
placed
of

Ontology & Semantic Layer, one connected model for your data, knowledge & processes

Combining the best of data lakes, data warehouses and search

TablesKnowledge

AI agents, workflows & automations that execute across your systems

AI Workflows

Integrate across A2A, MCP, legacy systems and data sources

Secure domain federation, trusted data sharing, and cross-boundary intelligence

Sovereign Foundations

Deploy from Air-gapped to Hyperscale
A closer look

Air-Gapped AI in depth

Human + AI Orchestration

Sync CRM
Verify ID
...
Approve
Welcome

The AI OS for Humans & AI Agents

AI Operating System (AI OS)

The Human + AI Orchestrator is the operational runtime at the heart of the AI OS — also called the Agentic OS — scheduling, routing, and governing every task across your enterprise, whether executed by an AI agent, an existing system, or a human.

Most organisations have broken processes: encoded in siloed systems or locked in people's heads. The AI OS makes them visible and executable. It captures intent, synthesises context, acts — then feeds every result back into the ontology so the next run is smarter. All of it inside your perimeter.

Sovereign Foundations

Observability
Full-stack monitoring & alerting
Zero-Trust
Continuous verification
Automation
GitOps & policy-as-code
Key Management
HSM-backed secrets
Kubernetes
Sovereign cluster orchestration
Identity
Federated IAM (SAML/OIDC)

The AI OS only works if it can be trusted. Every layer of the platform rests on a zero-trust infrastructure and identity foundation that operates consistently from fully air-gapped on-premises deployments through to hyperscale cloud environments. Sovereignty is not a feature added on top — it is the condition under which everything else operates.

  • Zero-trust architecture: Continuous verification for every request, every user, and every workload — no implicit trust, even inside the perimeter.
  • Federated identity: Seamless integration with your existing IdP (SAML, OAuth 2.0, OIDC) for unified, policy-enforced access control.
  • Air-gapped deployment: Run the complete platform with no external network dependencies — ideal for defence, critical national infrastructure, and classified workloads.
  • Confidential computing: Hardware-level encryption of data in use via AMD SEV-SNP and Intel SGX, protecting workloads even from infrastructure administrators.

Deployment Options: From Air-gapped to Cloud

THE INVENTORY

Four things that normally need the internet — and what they do instead

Take any AI stack and ask what it reaches for. There are usually four answers, and each one has to be replaced rather than disabled before "air-gapped" means anything. Inference is the obvious one: open-weight models are served from hardware inside the perimeter, so generation is a workload the cluster schedules rather than a request that leaves it. Retrieval is the one that catches people out — a stack can serve its own chat model and still send every document chunk to a hosted embedding endpoint, so embedding, indexing and search all run locally here, grounded in your ontology and citable back to records that never moved. Agent tooling changes less than you would expect: agents reach systems over the same Model Context Protocol and reach each other over the same A2A they would use anywhere, and the only difference is which destinations resolve. A runtime whose egress is default-deny to begin with does not need special handling for a network that has no egress at all. What is left is lifecycle — evaluation, observability, audit and updates — and all of it is produced, stored and promoted inside the environment.

  • InferenceOpen-weight models served on your own cluster rather than called over an API. The platform is model-agnostic, so which weights you run is your decision and can change without rebuilding what sits on top.

  • RetrievalEmbedding, indexing and search execute inside the perimeter against your own ontology and documents, so answers stay grounded and citable with nothing leaving the network.

  • Agent toolingAgents reach systems over the same protocols as anywhere else, but the only resolvable destinations are the ones inside your environment. Default-deny egress in a network with no egress is simply the ordinary case.

  • LifecycleEvaluation, observability and audit are produced and stored locally. Model and software updates arrive through your approved channel — no background download, no silent version drift.

WHERE OFFLINE CLAIMS FAIL

The dependencies that only reveal themselves once the cable is out

Almost nobody sets out to build a stack that needs the internet. It happens by default, one convenient dependency at a time, and the bill arrives on the day the environment is sealed. The hosted embedding call is the classic: the chat model was brought in-house, the retrieval path was not, and every document chunk still leaves. Licence heartbeats are the second — entitlement checks that validate over the network work flawlessly in a lab and fail on day thirty inside a vault, which is why entitlement here does not depend on reachability. Telemetry and crash reporting are usually on by default and are a data-egress question long before they are a privacy one; in an accredited environment they are a finding. And the model registry quietly assumes it can fetch weights or a tokeniser on first use, which turns a cold start into an outage. The reason these do not bite here is not that each was found and switched off. It is that disconnected was the design case rather than a configuration of it, so there was never a fetch to disable — a distinction covered from the infrastructure side under Sovereign Foundations.

  • The hosted embedding callA stack can serve its own chat model and still send every document chunk to a hosted embedding endpoint. Retrieval is the most commonly overlooked outbound path in an otherwise local deployment.

  • The licence heartbeatSoftware that validates entitlement over the network works perfectly in a lab and fails on day thirty in a vault. Entitlement here does not depend on reachability.

  • Telemetry and crash reportingDefaults that quietly report usage are a data-egress question long before they are a privacy one. In a classified environment they are also an accreditation finding.

  • The model registryPulling weights or tokenisers on first use turns a cold start into an outage. Everything needed to serve a model is present before the environment is sealed.

CURRENT WITHOUT CONNECTED

How a disconnected environment keeps up

The fair objection to disconnected AI is not whether it runs — it is whether it ages badly. Models improve quickly, and an environment that cannot reach a registry is an environment that could sit on a year-old model without anyone deciding to. The answer is to make updating deliberate rather than automatic. Model and platform updates move through the channel you already operate for everything else — approved removable media or a data diode — staged, checked and promoted on your schedule. Because the platform is model-agnostic, adopting a newer open-weight model is a deployment step rather than a migration of the agents, retrieval and processes sitting on top of it, so the cost of keeping current stays low enough that you actually do it. Before anything is promoted, it is evaluated inside the environment against your own data and your own tasks, which is a better test than a public benchmark and the only one available here anyway. The evidence that comes out of that — traces, evaluations, audit records — is generated and retained locally, so the material an accreditation review asks for is already in the room rather than something that has to be collected from elsewhere.

  • Updates you carry inModel and platform updates move through your own controlled, audited channel — approved removable media or a data diode — on your schedule rather than a vendor's.

  • Swap models without re-architectingBecause the platform is model-agnostic, adopting a newer open-weight model is a deployment step, not a migration of everything built on top of it.

  • Evaluate before you promoteEvaluation runs against your own data inside the environment, so a new model is judged on the work it will actually do rather than on a public benchmark.

  • Evidence stays insideTraces, evaluations and audit records are generated and retained locally — the accreditation evidence never has to leave to be collected.

FAQ

Frequently asked questions

Can an LLM really run air-gapped?+
Yes. Open-weight models are served from your own cluster inside the isolated network, so inference is a workload you schedule rather than an API you call. Nothing about generation requires an outbound connection. What matters is that everything around the model — retrieval, tooling, licensing, telemetry — is equally local, which is what this page and Sovereign Foundations between them describe.
How does RAG work with no internet connection?+
Embedding, indexing and retrieval all execute inside the perimeter. Enterprise RAG grounds answers in your own documents and your own ontology, with citations pointing at records that live in the environment. There is no hosted embedding service in the path — which is the dependency that most often turns a supposedly offline deployment into a connected one.
Do AI agents still work without a network?+
Yes, against the systems that are present. Agents reach tools over the Model Context Protocol and each other over A2A exactly as they would anywhere else; the difference is that the only destinations that resolve are the ones inside your environment. An agent runtime built on default-deny egress composes naturally with a network that has no egress at all.
How do you update models and software on an air-gapped network?+
Through a controlled channel you operate — typically approved removable media or a data diode — with updates staged, checked and promoted on your schedule. Nothing downloads in the background and no component silently drifts to a new version, because no component has a route to fetch one.
Which models can we run offline?+
Any open-weight model your hardware can serve. The platform is model-agnostic, so the choice is yours and it can change later without re-architecting the agents, retrieval and processes built on top. Frontier models delivered as a hosted service are, by definition, not available on a disconnected network — which is precisely why model-agnosticism matters here.
Does an air-gapped deployment need its own hardware?+
It needs a cluster inside the isolated network — the platform runs as a clustered deployment, close to where the work happens, whether that is a data centre, an accredited facility, or a deployed headquarters. It is not an inference library running on an individual device.
Is anything missing compared with a connected deployment?+
The capability set is the same: the same AI OS, the same agents, the same ontology and analytics, the same governance and audit. What differs is that hosted frontier models are unavailable and updates are something you carry in rather than something that arrives. Nothing runs in a reduced mode because the network is absent.
How is this different from the Sovereign Foundations air-gapped page?+
That page is the platform-level answer — the full AI and data platform on disconnected networks, and the infrastructure that makes it possible. This page is the AI layer in detail: where the weights live, how retrieval grounds itself, what agents connect to, and how models stay current. Start there for the deployment picture; come here for what the AI itself is doing.

Or write to us

Tell us what you are working on and who should reply. A person reads it and replies within one business day.

We only use these details to reply to you. Privacy policy

Prefer to write? Email hello [at] scrydon.com and we will get back to you.

Partners

Building the future of Data & AI together with leading innovators. Learn more.
Delaware logo