Release Notes
AIRGAP Studio version changelog
v1.0.0 (Initial Release)
The first official release of AIRGAP Studio. Provides a complete AI development environment for air-gapped networks.
IDE Foundation
- Custom-built IDE
- Windows 10/11 64-bit support
- Offline-only architecture (telemetry disabled)
Bundled Extensions (6)
| # | Extension | Description |
|---|---|---|
| 01 | AIRGAP Designer | AI-powered UI design tool |
| 02 | AIRGAP Bridge | Figma-to-Code design token pipeline |
| 03 | AIRGAP UI Library | Offline browser for 85 components |
| 04 | AIRGAP Assistant | AI coding assistant |
| 05 | AIRGAP Autocomplete | Inline code completion |
| 06 | AIRGAP License | Offline ED25519 license verification |
AI Model
- Default model: Qwen3:8b (local AI engine)
- Native tool calling support
- All LLM-connected extensions share the same model instance, requiring no additional VRAM
- Configurable to use external providers such as Anthropic, OpenAI, or Google Gemini via settings
Key Features
- AIRGAP Assistant: AI code generation, refactoring, and debugging support
- AIRGAP Designer: Natural language-based UI prototyping with HTML/CSS generation
- AIRGAP Bridge: Extracts design tokens from Figma design files and converts them to code
- AIRGAP UI Library: Preview, copy code, and insert 85 components directly into the editor
- AIRGAP Autocomplete: Real-time code suggestions while typing (300ms debounce)
- AIRGAP License: Offline license authentication using ED25519 signatures
Known Limitations
- 7 web components (
<uk-*>) do not render in the preview due to unbundled JS. - Figma MCP features require the Figma Desktop app and MCP plugin.
- The code conversion engine runs as an independent process.