AIRGAP StudioAIRGAP Studio

Telemetry & Data Collection

AIRGAP Studio data collection policy and how to disable it

Overview

AIRGAP Studio is an offline AI IDE designed for air-gapped (network-isolated) environments. In its default configuration, no telemetry data is transmitted externally. All AI processing takes place on the local AI engine, and user data never leaves the user's machine.

Telemetry Settings

All telemetry is disabled by default in AIRGAP Studio. To verify or change these settings, follow the steps below.

How to Check Settings

  1. Open Settings with Ctrl+,.
  2. Type telemetry in the search bar.
  3. Check the Telemetry: Telemetry Level option.

Telemetry Levels

LevelDescription
offAll telemetry disabled (default)
crashCrash reports only
errorError information collected
allFull usage statistics collected

Default setting: AIRGAP Studio defaults to off. In air-gapped environments, the network is blocked, so even if you change the level, no data will be transmitted externally.

Collectable Data Types

If telemetry is enabled in an online environment, the following types of data may be collected:

Data TypeDescriptionAir-gapped Environment
Usage statisticsFeature usage frequency, session durationCannot transmit
Error reportsExtension errors, crash stack tracesCannot transmit
Performance metricsExtension load times, memory usageCannot transmit

Fully Disabling Telemetry

The default is already off, but for extra assurance, you can add the following to settings.json:

{
  "telemetry.telemetryLevel": "off",
  "telemetry.enableCrashReporter": false,
  "telemetry.enableTelemetry": false
}

You can edit this file by selecting Preferences: Open User Settings (JSON) from the Command Palette (Ctrl+Shift+P).

Privacy in Air-gapped Environments

In an air-gapped environment, AIRGAP Studio guarantees the following privacy protections:

  • AI conversations: Processed only by the local AI engine and never transmitted externally.
  • Source code: Read locally for AI analysis only and never uploaded anywhere.
  • Design tokens: Tokens generated by AIRGAP Bridge are saved as local files only.
  • License information: AIRGAP License verification is performed entirely through local cryptographic operations.

If you configure an external AI provider (Anthropic, OpenAI, etc.) in a network-connected environment, that provider's data processing policies apply. Please review the terms of service for each provider.

Contact

For questions about data processing policies, please reach out at: