Getting Started
AIRGAP Studio installation and first launch guide
Prerequisites
Check the following requirements before installing AIRGAP Studio.
| Item | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 64-bit | Windows 11 64-bit |
| RAM | 16GB | 32GB |
| Disk Space | 20GB+ | 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.
- Locate the provided model pack folder (
qwen3-8b/). - Run
install-model.batas Administrator. - When installation is complete, a
successmessage will appear in the terminal.
Step 3: First Launch
When you launch AIRGAP Studio, it initializes in the following order:
- The IDE environment loads.
- The Ollama server starts automatically.
- 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
- Check the Keyboard Shortcuts to boost your productivity.
- Explore Tips & Tricks for efficient usage.
- Visit Provider Configuration to change AI models.