An air-gapped deployment runs software on a network physically or logically isolated from the internet and all external networks — no inbound or outbound connectivity. It is the strongest available boundary for sensitive systems: nothing gets in or out except through controlled, audited transfer procedures, which is why defense, intelligence, critical infrastructure, and sovereign archives require it.
Most modern software quietly assumes the internet: license checks, update servers, cloud AI APIs, telemetry, CDN-hosted components. In an air gap, every one of those fails. Software built for air-gapped operation must install, license, and update through offline media; run all processing — including AI inference — on local hardware; and operate its full feature set with zero external calls. Retrofitting a cloud product into an air gap usually produces a crippled version; platforms designed for it run at full capability.
The frontier case is AI on massive content archives inside the gap: national media collections, defense imagery, classified documents. That requires the models themselves to live inside (self-hosted via BYOLLM), the processing pipeline (OCR, transcription, frame-level video analysis) to run on local compute, and the platform to handle petabyte storage tiers that are also inside the boundary. Done right, an air-gapped archive is as searchable and AI-capable as a cloud one — it simply shares nothing with the outside world.
ioMoVo runs fully air-gapped at full capability — AI tagging, multilingual OCR and transcription, frame-level video analysis, agents via self-hosted BYOLLM models, and BYOS storage — proven in a 250TB air-gapped national deployment. See the ioMoVo sovereign deployment page.
No — private cloud is dedicated but typically still connected. An air gap has no external connectivity at all; it is a stricter boundary for stricter requirements.
Through controlled offline transfer: signed update packages carried across the boundary on approved media, verified, and applied under change-control procedures.