AIRGAP StudioAIRGAP Studio

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)

#ExtensionDescription
01AIRGAP DesignerAI-powered UI design tool
02AIRGAP BridgeFigma-to-Code design token pipeline
03AIRGAP UI LibraryOffline browser for 85 components
04AIRGAP AssistantAI coding assistant
05AIRGAP AutocompleteInline code completion
06AIRGAP LicenseOffline 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.