AIRGAP StudioAIRGAP Studio

Getting Started

AIRGAP Studio installation and first launch guide

Prerequisites

Check the following requirements before installing AIRGAP Studio.

ItemMinimumRecommended
OSWindows 10 64-bitWindows 11 64-bit
RAM16GB32GB
Disk Space20GB+SSD 40GB+
GPU (optional)-NVIDIA 8GB+ VRAM

AIRGAP Studio works in CPU mode without a GPU. However, AI response times may be slower.

Installation

Step 1: Run the Installer

Run the provided AIRGAPStudio-Setup-1.0.0.exe file and follow the setup wizard.

  • The default installation path (C:\Program Files\AIRGAP Studio) is recommended.
  • Once installation is complete, shortcuts will be created on the desktop and in the Start menu.

Step 2: Install the Model Pack

To use AI features, you need to install the Ollama model pack.

  1. Locate the provided model pack folder (qwen3-8b/).
  2. Run install-model.bat as Administrator.
  3. When installation is complete, a success message will appear in the terminal.

Step 3: First Launch

When you launch AIRGAP Studio, it initializes in the following order:

  1. The IDE environment loads.
  2. The Ollama server starts automatically.
  3. You can see the AIRGAP Assistant, Designer, Bridge, and UI Library icons in the left Activity Bar.

Verifying the Ollama Server

Open the terminal (`Ctrl+``) and check the Ollama status with the following command:

ollama list

If qwen3:8b appears in the list, everything is working correctly.

ollama ps

This shows the currently running model instances.

Opening a Workspace

Open a project folder via File > Open Folder or the Ctrl+K Ctrl+O shortcut. If a Restricted Mode prompt appears, select Trust.

Next Steps