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
- Open Settings with
Ctrl+,. - Type
telemetryin the search bar. - Check the Telemetry: Telemetry Level option.
Telemetry Levels
| Level | Description |
|---|---|
off | All telemetry disabled (default) |
crash | Crash reports only |
error | Error information collected |
all | Full 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 Type | Description | Air-gapped Environment |
|---|---|---|
| Usage statistics | Feature usage frequency, session duration | Cannot transmit |
| Error reports | Extension errors, crash stack traces | Cannot transmit |
| Performance metrics | Extension load times, memory usage | Cannot 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:
- Email: axc@frameout.co.kr
Related Documentation
- Getting Started - Installation and initial setup
- System Requirements - Hardware and software requirements